run dhcp automatically on boot

This commit is contained in:
Trammell Hudson 2017-03-27 18:03:09 -04:00
parent 291e28b040
commit b0d2d4b5ba
Failed to extract signature

View File

@ -15,11 +15,6 @@ echo '|_| |_|\___|\__,_|\__,_|___/ (_) |_| \_\\___/|_| |_|'
echo ''
echo '====================================================='
echo
echo "Run './start-xen' to load the hypervisor"
echo "Run 'kexec -e' to boot it"
echo
# Load the date from the hardware clock, setting it in local time
hwclock -l -s
@ -32,7 +27,9 @@ if ! unsealtotp.sh ; then
echo '!!!!!'
fi
echo
# try to setup DHCP, but fail quickly
udhcpc -n
# Start an interactive shell
export PATH=/sbin:/usr/sbin:/bin:/usr/bin