Subversion Repositories livecd

Rev

Rev 162 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 162 Rev 163
Line 427... Line 427...
427
   modprobe_module sg
427
   modprobe_module sg
428
 
428
 
429
   modprobe_module sd_mod
429
   modprobe_module sd_mod
430
   modprobe_module sr_mod
430
   modprobe_module sr_mod
431
   modprobe_module usb-storage
431
   modprobe_module usb-storage
432
   echolog "waiting for USB devices, max 9 seconds"
432
   echolog "waiting for USB devices, max 8 seconds"
433
   sleep 9
433
   sleep 8
434
   create_block_devices
434
   create_block_devices
435
}
435
}
436
 
436
 
437
# modprobe nfs kernel modules
437
# modprobe nfs kernel modules
438
#
438
#
Line 597... Line 597...
597
 
597
 
598
# Try to find a network driver
598
# Try to find a network driver
599
#
599
#
600
load_network_modules()
600
load_network_modules()
601
{
601
{
-
 
602
    echolog "load network modules"
-
 
603
 
602
    # mii maybe need by NIC driver
604
    # mii maybe need by NIC driver
603
    modprobe_module mii
605
    modprobe_module mii
604
 
606
 
605
    FOUND_IFACE=""
607
    FOUND_IFACE=""
606
    load_network_module_nic
608
    load_network_module_nic