Subversion Repositories livecd

Rev

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

Rev 246 Rev 248
Line 21... Line 21...
21
# - add sg, sata_nv module
21
# - add sg, sata_nv module
22
# - to allow LiveCD mounted over CIFS (for diskless client)
22
# - to allow LiveCD mounted over CIFS (for diskless client)
23
# - add function find_changes
23
# - add function find_changes
24
# - add sata_svw
24
# - add sata_svw
25
# - add $DHCPDELAY parameter
25
# - add $DHCPDELAY parameter
-
 
26
# - add $USBDELAY parameter
26
#
27
#
27
 
28
 
28
# ===========================================================
29
# ===========================================================
29
# user interface functions
30
# user interface functions
30
# ===========================================================
31
# ===========================================================
Line 419... Line 420...
419
   modprobe_module sg
420
   modprobe_module sg
420
 
421
 
421
   modprobe_module sd_mod
422
   modprobe_module sd_mod
422
   modprobe_module sr_mod
423
   modprobe_module sr_mod
423
   modprobe_module usb-storage
424
   modprobe_module usb-storage
424
   echolog "waiting for USB devices, max 8 seconds"
425
   echolog "waiting $USBDELAY seconds for USB devices"
425
   sleep 8
426
   sleep $USBDELAY
426
   create_block_devices
427
   create_block_devices
427
}
428
}
428
 
429
 
429
# modprobe nfs kernel modules
430
# modprobe nfs kernel modules
430
#
431
#