Commit Graph

2430 Commits

Author SHA1 Message Date
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
Anton Hvornum 610d630863
Merge pull request #190 from advaithm/master
post install hook
2021-04-06 07:57:02 +00:00
Anton Hvornum 4af3bbac23
Phrasing and removed background coloring 2021-04-06 09:55:12 +02:00
Anton Hvornum 0df567286e
Swapped print for log and added return values 2021-04-06 09:54:24 +02:00
Anton Hvornum 2f153d4882
Some language correction and function handling
I more or less copied the language from i3-wm as it was more correct.
Also converted `print()` into `installation.log()` so that we can get some color control and end up in the debug log.
Finally, I added a try/except to handle potential crashes and return return values, since otherwise this would happen every run:
 * https://github.com/archlinux/archinstall/pull/190/files#diff-98d75a109b5337cd7d7c948d2cfc2379bcc51be22dfa3ca6491765f0e0bcaaabR349-R355
2021-04-06 09:53:28 +02:00
Anton Hvornum 1a09ad7bff
Merge pull request #188 from SecondThundeR/master
Fix incorrect behavior for empty sudo username
2021-04-06 07:16:46 +00:00
advaithm 9ddaa911fd
merge kde and kde-wayland 2021-04-06 08:34:34 +05:30
advaithm f0e40f5676 added _post_install hook. 2021-04-06 07:21:11 +05:30
Anton Hvornum 116fdb41c1
Merge pull request #187 from pyfisch/packaging2
Fix PKGBUILD conflicts and add provides line
2021-04-05 20:55:39 +00:00
Pyfisch c2b8dcca25 Fix PKGBUILD conflicts and add provides line 2021-04-05 22:25:40 +02:00
SecondThundeR 924b369233 Fix incorrect behavior for empty sudo username 2021-04-05 23:13:27 +03:00
Anton Hvornum 1da9e52d52
Corrected for keymap before encrypt hook
Also think that we should patch mkinitcpio, not replace it.
Especially in the btrfs case where we simply just want to add `btrfs` to the `MODULES` section.
2021-04-05 22:06:25 +02:00
Anton Hvornum ddd53e09b4
Merge pull request #184 from dylanmtaylor/patch-1
Fix #183 gnome-extras installs far too much bloat
2021-04-05 18:20:39 +00:00
Anton Hvornum 1240cbdaf7
Merge pull request #178 from pyfisch/packaging
Simplify packaging
2021-04-05 18:10:28 +00:00
Dylan M. Taylor 688d0eb78e
This comment should no longer apply. This is a fairly sane default for GNOME. 2021-04-05 13:44:16 -04:00