diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | bin/first_stage.sh | 2 | ||||
-rw-r--r-- | bin/setup_dhcp.sh | 1 |
3 files changed, 2 insertions, 3 deletions
@@ -30,12 +30,12 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s ## To Do - [ ] Provide recommended Package Lists +- [ ] Modify Mirrorlist - [ ] Packaged for the AUR - [ ] Support LVM - [ ] Provide LUKS on LVM Encryption - [ ] Support English Localization - [ ] Support Installation with WiFi (instead of cable connection) -- [ ] Modify Mirrorlist - [x] Provide Installation of Desktop Environment - [x] Provide reusable Configuration File (json) - [x] Provide Error Log diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 472a814..629c750 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -115,7 +115,7 @@ echo "" echo "Going to install basic packages ..." sleep $DELAY echo "" -pacstrap /mnt base linux linux-firmware +pacstrap /mnt base linux linux-firmware dhcpcd echo "" echo "Installed basic packages - OK" sleep $DELAY diff --git a/bin/setup_dhcp.sh b/bin/setup_dhcp.sh index dbd3e18..e16dbc8 100644 --- a/bin/setup_dhcp.sh +++ b/bin/setup_dhcp.sh @@ -23,5 +23,4 @@ ################### -pacman --no-confirm -Syu dhcpcd systemctl enable dhcpcd |