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"
+6
View File
@@ -102,6 +102,12 @@ copy_including_deps /$LMK/kernel/drivers/scsi/scsi_mod.*
copy_including_deps /$LMK/kernel/drivers/scsi/sg.*
copy_including_deps /$LMK/kernel/drivers/ata
# network support drivers
if [ "$NETWORK" = "true" ]; then
# add all known ethernet drivers
copy_including_deps /$LMK/kernel/drivers/net/ethernet
fi
# copy all custom-built modules
copy_including_deps /$LMK/updates
Binary file not shown.