Anton Hvornum
87d37193e5
Merge PR #208 : Temporary incorp of audio selection
...
Implement PipeWire sound server as an option, merging so we can work on this more. No this will not make it into the release as-is, it's just a working branch and this will change :)
2021-04-07 12:55:28 +00:00
Anton Hvornum
d6a92df789
Reverted a change with newline to open
2021-04-07 14:52:15 +02:00
Anton Hvornum
04bc9ce05f
Merge pull request #217 from advaithm/torxed-v2.2.0
...
added isVM function
2021-04-07 11:40:28 +00:00
advaithm
d9480ee8a0
added isVM function
2021-04-07 17:00:55 +05:30
Anton Hvornum
42470dcc9a
Merging changes from master into feature branch to avoid future conflics.
2021-04-07 11:15:42 +02:00
Anton Hvornum
5ca64b59a6
Merge pull request #212 from advaithm/torxed-v2.2.0
...
added return value for functions in hardware.py plus cpuVendor function
2021-04-07 07:46:36 +00:00
Anton Hvornum
50c354471f
Change phrasing to indicate pulseaudio as default
2021-04-07 09:29:50 +02:00
Anton Hvornum
86699ae23e
Switched from print to installation.log
2021-04-07 09:28:16 +02:00
Anton Hvornum
1d60e307e8
Merge pull request #215 from insanemal/newline-fix
...
Fix newline issue on fstab writes
2021-04-07 07:22:46 +00:00
Insanemal
275e60e1dd
Fix newline issue on fstab writes
...
Forced the newline char fstab writes as Python appears to be selecting the incorrect newlines
2021-04-07 13:44:04 +10:00
advaithm
86b4a5dc12
added hasIntelCPU
2021-04-07 07:55:46 +05:30
Dylan Taylor
fb2c9aca39
Have pulseaudio installed just in case DEs don't depend on it if pipewire is not requested.
2021-04-06 22:20:07 -04:00
Dylan Taylor
93750dbd22
Try removing pipewire.py and calling add additional packages
...
Unfortunately, calling the profile was not working.
2021-04-06 22:20:07 -04:00
Dylan M. Taylor
d9984550b6
Move choice into guided installation instead of DEs
...
Arch wiki says packages should enable the user services automatically
2021-04-06 22:19:41 -04:00
Dylan M. Taylor
9436ca7805
Begin implementing PipeWire option
2021-04-06 22:18:44 -04:00
advaithm
5c83682efd
added return value for functions in hardware.py plus cpuVendor function
2021-04-07 07:29:49 +05:30
Anton Hvornum
39e354f395
Merge pull request #207 from dylanmtaylor/patch-12
...
Fix another incorrect comment on XFCE4 profile
2021-04-06 21:14:14 +00:00
Anton Hvornum
dc30e0cfc1
Merge pull request #206 from dylanmtaylor/patch-11
...
Fix incorrect comment. Cinnamon doesn't have any Wayland support yet.
2021-04-06 21:12:16 +00:00
Anton Hvornum
e103f2bc02
Merge pull request #203 from dylanmtaylor/patch-10
...
DOCS: How to test a commit from a live image
2021-04-06 21:10:23 +00:00
Dylan M. Taylor
0a5a929f5b
Fix another incorrect comment on XFCE4 profile
2021-04-06 16:55:04 -04:00
Dylan M. Taylor
c6eb3dfbdf
Fix incorrect comment. Cinnamon doesn't have any Wayland support yet.
2021-04-06 16:53:20 -04:00
Dylan M. Taylor
08b48a144b
python setup.py build is not needed if you call install
2021-04-06 16:32:09 -04:00
Dylan M. Taylor
49e21cd043
After testing pacman -R, I noticed it didn't work right
2021-04-06 16:25:57 -04:00
Anton Hvornum
42d0d1af1e
Update README.md
2021-04-06 22:23:15 +02:00
Anton Hvornum
741df875da
Made it into more of a "step by step" structure
2021-04-06 22:21:45 +02:00
Dylan M. Taylor
e1420af189
This is probably more technically correct
2021-04-06 16:19:34 -04:00
Anton Hvornum
0791222081
Merge pull request #202 from dylanmtaylor/patch-9
...
It was pointed out that khelpcenter isn't strictly necessary
2021-04-06 19:19:38 +00:00
Dylan M. Taylor
5adc6e1785
DOCS: How to test a commit from a live image
2021-04-06 14:53:01 -04:00
Dylan M. Taylor
0a1e0641a9
It was pointed out that khelpcenter isn't strictly necessary
2021-04-06 13:45:08 -04:00
Anton Hvornum
6c64c45fce
Merge pull request #201 from dylanmtaylor/patch-8
...
Noticed that some KDE instances weren't changed to i3 when copying
2021-04-06 17:35:23 +00:00
Dylan M. Taylor
87514ab515
Noticed that some KDE instances weren't changed to i3 when copying
...
Another one
2021-04-06 13:28:07 -04:00
Anton Hvornum
a8da159f17
Merge pull request #200 from dylanmtaylor/patch-7
...
Add a message about specifying a web browser
2021-04-06 17:27:09 +00:00
Anton Hvornum
2e7930857b
Moved the print logic for browser warning
2021-04-06 19:05:52 +02:00
Dylan M. Taylor
6c3f46f617
Add a message about specifying a web browser
2021-04-06 13:03:42 -04:00
Anton Hvornum
09abdec82b
Merge pull request #199 from dylanmtaylor/patch-6
...
Remove chromium from default awesome install
2021-04-06 16:56:56 +00:00
Dylan M. Taylor
3e4c5bdb26
Remove chromium from default awesome install
...
Promotes a consistent installation experience across DEs.
2021-04-06 12:55:15 -04:00
Anton Hvornum
bc2649aaaa
Merge pull request #197 from dylanmtaylor/patch-4
...
Switch from metapackage to a more minimal install
2021-04-06 16:36:19 +00:00
Dylan M. Taylor
ee6cd39fe6
Switch from metapackage to a more minimal install
2021-04-06 12:33:13 -04:00
Anton Hvornum
3d5dc40dd7
Merge pull request #156 from rkiyanchuk/fix-undef-vars
...
Fix undefined variables in installer
2021-04-06 16:31:51 +00:00
Anton Hvornum
ce2ebc0026
Merge branch 'master' into fix-undef-vars
2021-04-06 16:31:31 +00:00
Anton Hvornum
3da4dc8e30
Update installer.py
2021-04-06 18:30:20 +02:00
Anton Hvornum
a62debde33
Merge pull request #192 from advaithm/kde-hook
...
Use _post_install for wayland
2021-04-06 16:27:46 +00:00
Anton Hvornum
b968bec771
Added a forgotten return value of _post_install
2021-04-06 18:27:30 +02:00
Anton Hvornum
27853bf444
Merge pull request #196 from dylanmtaylor/patch-3
...
Remove evolution from default installation as suggested
2021-04-06 15:40:33 +00:00
Dylan M. Taylor
aed763b763
Remove evolution from default installation as suggested
...
It was pointed out that users can install an email client if they want one.
2021-04-06 11:33:50 -04:00
advaithm
29d939cfca
added egl-wayland and changed prompt
2021-04-06 18:59:05 +05:30
advaithm
5057035f3e
ask user for default session over asking if they want wayland
2021-04-06 18:28:18 +05:30
advaithm
aea819af15
Update kde.py
2021-04-06 17:36:20 +05:30
advaithm
972defdb80
Merge branch 'kde-hook' of git@github.com:advaithm/archinstall.git
2021-04-06 13:37:55 +05:30
advaithm
4f7fc94ecd
merge kde and kde-wayland
2021-04-06 13:37:40 +05:30