Commit Graph

1385 Commits

Author SHA1 Message Date
Dylan M. Taylor 89c0105d4c python setup.py build is not needed if you call install 2021-04-08 09:20:39 -04:00
Dylan M. Taylor 8bfa24d6c6 After testing pacman -R, I noticed it didn't work right 2021-04-08 09:20:39 -04:00
Anton Hvornum 0957ce4f00 Update README.md 2021-04-08 09:20:39 -04:00
Anton Hvornum 837469bf76 Made it into more of a "step by step" structure 2021-04-08 09:20:39 -04:00
Dylan M. Taylor 4afcde09f3 This is probably more technically correct 2021-04-08 09:20:39 -04:00
Dylan M. Taylor 9d076fad89 DOCS: How to test a commit from a live image 2021-04-08 09:20:39 -04:00
Anton Hvornum e9a3e8661e Moved the print logic for browser warning 2021-04-08 09:20:39 -04:00
Dylan M. Taylor b483c718da Add a message about specifying a web browser 2021-04-08 09:20:39 -04:00
Dylan M. Taylor 186f12c5f1 Remove chromium from default awesome install
Promotes a consistent installation experience across DEs.
2021-04-08 09:20:39 -04:00
Dylan M. Taylor 8bc1f0d420 Remove evolution from default installation as suggested
It was pointed out that users can install an email client if they want one.
2021-04-08 09:20:39 -04:00
SecondThundeR 23fc3ab2f2 Fix incorrect behavior for empty sudo username 2021-04-08 09:20:39 -04:00
Pyfisch b6e9f11669 Fix PKGBUILD conflicts and add provides line 2021-04-08 09:20:39 -04:00
Anton Hvornum 5134fb75c6 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-08 09:20:39 -04:00
Dylan M. Taylor a3ace5e36e This comment should no longer apply. This is a fairly sane default for GNOME. 2021-04-08 09:20:39 -04:00
Dylan M. Taylor 9c82bde2fc gnome-sound-recorder is probably also desirable 2021-04-08 09:20:39 -04:00
Dylan M. Taylor 81aa1df82a Fix #183 gnome-extras installs far too much bloat
This keeps some of the most useful packages from the defaults.
2021-04-08 09:20:39 -04:00
Pyfisch e9af6a0b35 Indent using 8 spaces in PKGBUILD 2021-04-08 09:20:39 -04:00
Pyfisch d1be941336 Add primary PKGBUILD for testing the package 2021-04-08 09:20:39 -04:00
Pyfisch 16e6188f1d Remove outdated PKGBUILD files
setup.cfg whitespace changes.
2021-04-08 09:20:39 -04:00
Pyfisch 01aa1da474 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-08 09:20:39 -04:00
Pyfisch 5bc9ab3aac Switch to setup.cfg
Configure setup.cfg to find all Python packages.
Add more metadata to package.
2021-04-08 09:20:39 -04:00
Pyfisch 5a07bfbebd Add .pyproject.toml file for PEP 517 compliance 2021-04-08 09:20:39 -04:00
SecondThundeR b3aa1ef695 Update regex rule and move check to a function 2021-04-08 09:20:39 -04:00
SecondThundeR caeb1d433f Replace lowercase conversion with correct checking 2021-04-08 09:20:39 -04:00
SecondThundeR 3640ee8d25 Add lowercase conversion for usernames 2021-04-08 09:20:39 -04:00
Anton Hvornum d771d35076 Update installer.py 2021-04-08 09:20:39 -04:00
Ruslan Kiyanchuk b178dc7267 Fix undefined variables in installer 2021-04-08 09:10:55 -04:00
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