Subversion Repositories livecd

Rev

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

Rev 120 Rev 126
Line 16... Line 16...
16
# - to allow LiveCD mounted over NFS (for diskless client)
16
# - to allow LiveCD mounted over NFS (for diskless client)
17
# - add functions get_dhcp_lease() and load_network_modules()
17
# - add functions get_dhcp_lease() and load_network_modules()
18
# - add ata_piix to modprobe_usb_sata_modules
18
# - add ata_piix to modprobe_usb_sata_modules
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
#
22
#
22
 
23
 
23
# ===========================================================
24
# ===========================================================
24
# user interface functions
25
# user interface functions
25
# ===========================================================
26
# ===========================================================
Line 401... Line 402...
401
   modprobe_module scsi_mod
402
   modprobe_module scsi_mod
402
 
403
 
403
   modprobe_module libata
404
   modprobe_module libata
404
   modprobe_module ata_piix
405
   modprobe_module ata_piix
405
   modprobe_module ahci
406
   modprobe_module ahci
-
 
407
   modprobe_module sata_nv
406
   modprobe_module sg
408
   modprobe_module sg
407
 
409
 
408
   modprobe_module sd_mod
410
   modprobe_module sd_mod
409
   modprobe_module sr_mod
411
   modprobe_module sr_mod
410
   modprobe_module usb-storage
412
   modprobe_module usb-storage