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/second_stage.sh | |
parent | 7a2cce51d1d3793d2cdca08c50b9c63434196595 (diff) | |
download | archinstall-c9749849b5f5b1e13fcf5bd40951e60fbcac985b.tar archinstall-c9749849b5f5b1e13fcf5bd40951e60fbcac985b.tar.zst archinstall-c9749849b5f5b1e13fcf5bd40951e60fbcac985b.zip |
Added default DHCP support.
Diffstat (limited to 'bin/second_stage.sh')
-rw-r--r-- | bin/second_stage.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/second_stage.sh b/bin/second_stage.sh index 01739ba..5c2f8d8 100644 --- a/bin/second_stage.sh +++ b/bin/second_stage.sh @@ -67,6 +67,11 @@ if [ "$desktop" = "yes" ]; then fi +# DHCP Setup + +bash $REPOSITORY_PATH/bin/setup_dhcp.sh + + # Good bye chroot echo "Leaving chroot environment - OK" |