better network support, dhcp detection, from=http://... support
This commit is contained in:
+4
-1
@@ -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"
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user