Subversion Repositories livecd

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 9
Line 8... Line 8...
8
# - add scsi_mod, sd_mod for usb-storage module
8
# - add scsi_mod, sd_mod for usb-storage module
9
# - only with boot option "automount", all devices in fstab are rw automounted
9
# - only with boot option "automount", all devices in fstab are rw automounted
10
# - remove detect of CD and Floppy (done by fstab-sync)
10
# - remove detect of CD and Floppy (done by fstab-sync)
11
# - add sr_mod (USB CDROM support)
11
# - add sr_mod (USB CDROM support)
12
# - add SATA to modprobe_usb_modules -> modprobe_usb_sata_modules
12
# - add SATA to modprobe_usb_modules -> modprobe_usb_sata_modules
13
# - add fscache (for SL5) 
-
 
14
# - add ide-cd, sr_mod, cdrom (for SL5 cdrom support)
-
 
15
#
13
#
16
 
14
 
17
# ===========================================================
15
# ===========================================================
18
# user interface functions
16
# user interface functions
19
# ===========================================================
17
# ===========================================================
Line 339... Line 337...
339
#
337
#
340
modprobe_essential_modules()
338
modprobe_essential_modules()
341
{
339
{
342
   echolog "starting loop device support"
340
   echolog "starting loop device support"
343
   modprobe_module loop max_loop=32
341
   modprobe_module loop max_loop=32
344
   echolog "starting cdrom support"
-
 
345
   modprobe_module ide_cd
-
 
346
   modprobe_module ide-cd
-
 
347
   modprobe_module sr_mod
-
 
348
   modprobe_module cdrom
-
 
349
   echolog "starting cdrom filesystem support"
342
   echolog "starting cdrom filesystem support"
350
   modprobe_module isofs
343
   modprobe_module isofs
351
   echolog "starting squashfs support"
344
   echolog "starting squashfs support"
352
   modprobe_module squashfs
345
   modprobe_module squashfs
353
   echolog "starting unionfs support"
346
   echolog "starting unionfs support"
Line 383... Line 376...
383
   sleep 9
376
   sleep 9
384
   create_block_devices
377
   create_block_devices
385
}
378
}
386
 
379
 
387
# modprobe nfs kernel modules
380
# modprobe nfs kernel modules
-
 
381
# sunrpc.o needed?
388
#
382
#
389
modprobe_nfs_modules()
383
modprobe_nfs_modules()
390
{
384
{
391
   echolog "starting nfs support"
385
   echolog "starting nfs support"
392
   modprobe_module lockd
386
   modprobe_module lockd
393
   modprobe_module fscache
-
 
394
   modprobe_module nfs_acl
387
   modprobe_module nfs_acl
395
   modprobe_module nfs
388
   modprobe_module nfs
396
}
389
}
397
 
390
 
398
# enable/disable CD autoejecting when unmounted
391
# enable/disable CD autoejecting when unmounted