Commit Graph

189 Commits

Author SHA1 Message Date
Anton Hvornum b2b9ac2d40
Merge pull request #219 from dylanmtaylor/minimal-install-profile
Add minimal profile and implement idea of 'top-level' profiles
2021-04-08 06:10:28 +00:00
Dylan Taylor f85fb66bc6 Add filtration on top level profile 2021-04-07 09:23:08 -04:00
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 42470dcc9a Merging changes from master into feature branch to avoid future conflics. 2021-04-07 11:15:42 +02:00
Anton Hvornum 86699ae23e
Switched from print to installation.log 2021-04-07 09:28:16 +02:00
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
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 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
advaithm f0e40f5676 added _post_install hook. 2021-04-06 07:21:11 +05:30
Anton Hvornum dc522b74b9
Merge pull request #179 from advaithm/master
i3 and 13-gaps support
2021-04-05 16:21:43 +00:00
advaithm b56f7d0515 fixed subprocess call 2021-04-05 21:28:20 +05:30
advaithm 9404dbe967 Update guided.py 2021-04-05 21:05:15 +05:30
advaithm 947700a605 use subprocess to launch the shell 2021-04-05 21:03:56 +05:30
advaithm 463d1b5fd3 add shell drop for i3 and i3-gaps 2021-04-05 20:58:38 +05:30
advaithm e2a6a85d66 Revert "Fixed issue with no network configueration"
This reverts commit dbe7f3fcb8.
2021-04-05 20:47:42 +05:30
Zach Osman 69a8730845 Removing background color definitions for all log functions 2021-04-04 16:14:13 -04:00
Anton Hvornum f8fc542fd7
Merge branch 'master' into fix-repo-url 2021-04-04 18:32:59 +00:00
Rafael Fontenelle 5a321d6ce5 Update repo to archlinux/archinstall 2021-04-04 11:52:51 -03:00
Rafael Fontenelle 2b5b1ad83d Fix misspellings 2021-04-04 11:28:54 -03:00
advaithm dbe7f3fcb8 Fixed issue with no network configueration 2021-04-04 19:20:08 +05:30
Anton Hvornum f452655d4f
Merge pull request #158 from advaithm/master
Network manager support
2021-04-04 09:37:29 +00:00
Advaith Madhukar 8ad4a7d1c4
fixed network manager check 2021-04-04 14:42:19 +05:30
advaithm 9daa3f4924 fixed some typos and changed up how we detect if we have to enable/install network manager 2021-04-04 09:26:28 +05:30
advaithm 9e3ded8311
install networkmanager, if required 2021-04-04 08:54:35 +05:30
advaithm ae5f9b08c4
updated guided.py to allow network manager as nic 2021-04-04 07:33:17 +05:30
Anton Hvornum 9bd829c0e2
Merging in latest changes from master. 2021-04-03 16:28:40 +02:00
Anton Hvornum bb295cb83a
Fixes #149 as well as --help. This will be added in the next patch release. 2021-04-03 11:25:34 +02:00
advaithm b974b93004
fixed some issues with the changes 2021-04-02 10:08:16 +05:30
advaithm f4e616cd9e
updated to latest commits 2021-04-02 09:48:41 +05:30
Anton Hvornum a29bd75954
Removing a flush of the cache that was excessive. 2021-03-29 17:46:07 +02:00
Anton Hvornum 36dfa2e1c4
Reverting .strip() logic and moving the check into the get_password() function. 2021-03-29 10:20:35 +02:00
Anton Hvornum ed565e1348
Adding some overclarification to encryption checks. 2021-03-29 09:33:58 +02:00
Anton Hvornum a156f224a8
Fixing un-encrypted drives matching on block encrypted. 2021-03-29 08:56:41 +02:00
Anton Hvornum a3aef119b2
Improved english grammar and dialogues. Some 'questions' were formatted in a way where the user would enter 'yes' instead of the expected input. For instance, 'Any additional users to install:' which is a question where 'yes' is a appropriate response, but the expected input was the username to be created. Rephrased it to 'Enter a username to create a additional user:' instead for instance. 2021-03-21 21:30:52 +01:00
Anton Hvornum a75002a36d
Fixed an issue where brand new disks (no partitions), got protected by a safety measurement where .keep_partitions were set to True by default. 2021-03-21 11:12:07 +01:00
Anton Hvornum b67257233f
Fixed #64. installation.set_timezone() already excisted since earlier versions of archinstall in the library section. The guided.py example simply never asked for a time-zone. There's still no NTP option, which I'll add in later. Mostly because there's a lot of settings one can do to a time-client configuration, and I'm not sure all users want the default time servers etc. 2021-03-20 17:26:48 +01:00
Anton Hvornum 61504fc927
Fixed #101. Now warns the users after they skip the network configuration. 2021-03-20 17:12:53 +01:00
Anton Hvornum 54200bf476
Removed evil .format(ext4) which was a remenant from the old days. 2021-03-14 15:39:52 +01:00
Anton Hvornum 51cbec58da
Spelling error. 2021-03-14 15:32:52 +01:00
Anton Hvornum 32ab44e6da
More error handling to encrypted vs not encrypted partitions. 2021-03-14 15:32:22 +01:00
Anton Hvornum 502968b579
Added some error handling to disk encryption passwords. 2021-03-14 15:28:46 +01:00
Anton Hvornum b495b3328e
Added error handling for unlocking an old partition (autodetect feature). 2021-03-14 15:22:25 +01:00
Anton Hvornum 37b1e61828
Corrected some spelling errors and wrong variables. 2021-03-14 14:00:52 +01:00
Anton Hvornum 7ac68b2436
Removed redundant error handling as well as added some more debug logs. 2021-03-14 13:54:01 +01:00
advaithm ee3c48c965
updated examples 2021-03-12 12:02:03 +05:30
Anton Hvornum 3f8f0020f5 Purged last legacy, setting the root pw 2021-03-09 16:22:36 +01:00