Commit Graph

1308 Commits

Author SHA1 Message Date
Anton Hvornum e70aa5244b
Corrected the new-line parameter 2021-04-08 10:36:42 +02:00
Anton Hvornum 0868156a73
Merge pull request #231 from dylanmtaylor/patch-2
Break web browser suggestion into second line to avoid wrapping
2021-04-08 06:14:16 +00:00
Anton Hvornum 8d4e092287
Merge pull request #228 from dylanmtaylor/patch-1
Make the minimal installation example use the minimal profile instead of awesome wm
2021-04-08 06:06:04 +00:00
Dylan M. Taylor 8e722d07cf
Break web browser suggestion into second line to avoid wrapping 2021-04-07 20:28:30 -04:00
Dylan M. Taylor 09b4e5bbc0
Make the minimal installation example use the minimal profile instead of awesome wm 2021-04-07 19:41:25 -04:00
Anton Hvornum eb5795b7db
Update pull_request_template.md 2021-04-07 21:57:25 +02:00
Anton Hvornum 4975d3d420
Update pull_request_template.md 2021-04-07 21:57:04 +02:00
Anton Hvornum c90e0c3bf7
Update pull_request_template.md 2021-04-07 21:55:23 +02:00
Anton Hvornum 183b1130b1
Update pull_request_template.md 2021-04-07 21:55:00 +02:00
Anton Hvornum 67ea1bc29c
Merge pull request #223 from jatin-cbs/master
Remove gnome-todo and gnome-sound-recorder from default installation
2021-04-07 14:34:02 +00:00
Jatin 7e75ff960b
Remove gnome-todo and gnome-sound-recorder from default installation
gnome todo and gnome sound recorder should not be in default installation, honoring the Arch Linux philosophy. These packages are not even pre installed on other major linux distributions.
2021-04-07 19:18:34 +05:30
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
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 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
Dylan M. Taylor 5adc6e1785
DOCS: How to test a commit from a live image 2021-04-06 14:53:01 -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 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 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
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
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
Dylan M. Taylor d28385bd05
gnome-sound-recorder is probably also desirable 2021-04-05 13:42:03 -04:00
Dylan M. Taylor d5da80d770
Fix #183 gnome-extras installs far too much bloat
This keeps some of the most useful packages from the defaults.
2021-04-05 13:40:40 -04:00
Anton Hvornum 824656a990
Merge pull request #170 from SecondThundeR/master
Add validation check for username
2021-04-05 16:39:04 +00:00
SecondThundeR ed2187ee70 Update regex rule and move check to a function 2021-04-05 19:22:48 +03:00
Pyfisch 3011811878 Indent using 8 spaces in PKGBUILD 2021-04-05 18:02:30 +02:00
Anton Hvornum 7634e2efa5
Merge pull request #180 from blochl/lb-dev
README: Clarify about the profile installation example
2021-04-05 15:59:26 +00:00
Pyfisch 6587d9e10f Add primary PKGBUILD for testing the package 2021-04-05 17:58:58 +02:00
SecondThundeR 5de1154ce9 Replace lowercase conversion with correct checking 2021-04-05 18:38:21 +03:00
Leonid Bloch 5a3988a0b2 README: Clarify about the profile installation example
* Clarify that 'awesome' is a window manager, and not a network-related
  entity.
* Add a link to Profile documentation.
* Remove a trailing whitespace.

Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
2021-04-05 18:32:21 +03:00
Pyfisch baaa70381b Remove outdated PKGBUILD files
setup.cfg whitespace changes.
2021-04-05 17:11:56 +02:00
Pyfisch ecf7a2a237 Add console_scripts archinstall entry point
archinstall should be callable from the command-line.
Previously this was achieved with a shell script,
however Python packages contain a built in way to to
this via the entry points mechanism.
2021-04-05 16:21:12 +02:00
Pyfisch 7f691ce1c9 Switch to setup.cfg
Configure setup.cfg to find all Python packages.
Add more metadata to package.
2021-04-05 15:59:10 +02:00