Subversion Repositories livecd

Rev

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

Rev 48 Rev 85
Line 13... Line 13...
13
# - add fscache (for SL5) 
13
# - add fscache (for SL5) 
14
# - add ide-cd, sr_mod, cdrom (for SL5 cdrom support)
14
# - add ide-cd, sr_mod, cdrom (for SL5 cdrom support)
15
# - add aufs (unionfs replacement)
15
# - add aufs (unionfs replacement)
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
#
19
#
19
 
20
 
20
# ===========================================================
21
# ===========================================================
21
# user interface functions
22
# user interface functions
22
# ===========================================================
23
# ===========================================================
Line 381... Line 382...
381
   modprobe_module ohci-hcd
382
   modprobe_module ohci-hcd
382
   modprobe_module uhci-hcd
383
   modprobe_module uhci-hcd
383
   modprobe_module scsi_mod
384
   modprobe_module scsi_mod
384
 
385
 
385
   modprobe_module libata
386
   modprobe_module libata
-
 
387
   modprobe_module ata_piix
386
   modprobe_module ahci
388
   modprobe_module ahci
387
 
389
 
388
   modprobe_module sd_mod
390
   modprobe_module sd_mod
389
   modprobe_module sr_mod
391
   modprobe_module sr_mod
390
   modprobe_module usb-storage
392
   modprobe_module usb-storage