better network support, dhcp detection, from=http://... support

This commit is contained in:
TomasM
2017-10-28 06:40:02 -04:00
parent 547c032754
commit f8a345e8d2
4 changed files with 142 additions and 33 deletions
+4 -1
View File
@@ -25,10 +25,13 @@ debug_start
init_devs
init_aufs
init_zram
modprobe_everything
# modprobe all devices excluding network drivers
modprobe_everything -v /drivers/net/
# find data dir with filesystem bundles
DATA="$(find_data 60 "$DATAMNT")"
check_data_found "$DATA"
debug_shell
# setup persistent changes, if possible
persistent_changes "$DATA" "$CHANGES"