Subversion Repositories livecd

Rev

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

Rev 243 Rev 248
Line 46... Line 46...
46
 
46
 
47
# set DHCPDELAY (in seconds)
47
# set DHCPDELAY (in seconds)
48
DHCPDELAY="`cmdline_value dhcpdelay`"
48
DHCPDELAY="`cmdline_value dhcpdelay`"
49
if [ "$DHCPDELAY" = "" ]; then DHCPDELAY=8; fi
49
if [ "$DHCPDELAY" = "" ]; then DHCPDELAY=8; fi
50
 
50
 
-
 
51
# set USBDELAY (in seconds)
-
 
52
USBDELAY="`cmdline_value usbdelay`"
-
 
53
if [ "$USBDELAY" = "" ]; then USBDELAY=8; fi
-
 
54
 
51
# we need cdrom support, isofs support, unionfs/aufs support, etc
55
# we need cdrom support, isofs support, unionfs/aufs support, etc
52
modprobe_essential_modules
56
modprobe_essential_modules
53
 
57
 
54
# disable DMA if nodma parameter is used
58
# disable DMA if nodma parameter is used
55
setup_dma
59
setup_dma