diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 18:19:58 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 18:19:58 +0100 |
commit | c9749849b5f5b1e13fcf5bd40951e60fbcac985b (patch) | |
tree | 3e8a58e929e558f7f674aed2706a18d014f2ef8f /bin/first_stage.sh | |
parent | 7a2cce51d1d3793d2cdca08c50b9c63434196595 (diff) | |
download | archinstall-c9749849b5f5b1e13fcf5bd40951e60fbcac985b.tar archinstall-c9749849b5f5b1e13fcf5bd40951e60fbcac985b.tar.zst archinstall-c9749849b5f5b1e13fcf5bd40951e60fbcac985b.zip |
Added default DHCP support.
Diffstat (limited to 'bin/first_stage.sh')
-rw-r--r-- | bin/first_stage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 629c750..472a814 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 dhcpcd +pacstrap /mnt base linux linux-firmware echo "" echo "Installed basic packages - OK" sleep $DELAY |