Subversion Repositories livecd

Rev

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

Rev 185 Rev 205
Line 19... Line 19...
19
# - works with unionfs 2.x
19
# - works with unionfs 2.x
20
# - better detection of network card in case of diskless client
20
# - better detection of network card in case of diskless client
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
#
25
#
25
 
26
 
26
# ===========================================================
27
# ===========================================================
27
# user interface functions
28
# user interface functions
28
# ===========================================================
29
# ===========================================================
Line 411... Line 412...
411
 
412
 
412
   modprobe_module libata
413
   modprobe_module libata
413
   modprobe_module ata_piix
414
   modprobe_module ata_piix
414
   modprobe_module ahci
415
   modprobe_module ahci
415
   modprobe_module sata_nv
416
   modprobe_module sata_nv
-
 
417
   modprobe_module sata_svw
416
   modprobe_module sg
418
   modprobe_module sg
417
 
419
 
418
   modprobe_module sd_mod
420
   modprobe_module sd_mod
419
   modprobe_module sr_mod
421
   modprobe_module sr_mod
420
   modprobe_module usb-storage
422
   modprobe_module usb-storage