Subversion Repositories livecd

Rev

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

Rev 160 Rev 161
Line 33... Line 33...
33
CHANGES=$MEMORY/changes
33
CHANGES=$MEMORY/changes
34
COPY2RAM=$MEMORY/copy2ram
34
COPY2RAM=$MEMORY/copy2ram
35
IMAGES=$MEMORY/images
35
IMAGES=$MEMORY/images
36
INITRAMDISK=$MOUNTDIR/live
36
INITRAMDISK=$MOUNTDIR/live
37
 
37
 
38
# set NFSROOT if nfsroot= in boot parameter 
38
# set NFSROOT and NFSOPT 
39
NFSROOT="`cmdline_value nfsroot`"
39
NFSROOT="`cmdline_value nfsroot`"
40
NFS_OPTS="`cmdline_value nfs_opts`"
40
NFSOPTS="`cmdline_value nfsopts`"
-
 
41
if [ "$NFSOPTS" = "" ]; then
-
 
42
    NFSOPTS=nolock,ro,rsize=8192,wsize=8192,hard,intr
-
 
43
fi
41
 
44
 
42
# cifs boot parameters
45
# set CIFSROOT and CIFSOPTS
43
CIFSROOT="`cmdline_value cifsroot`"
46
CIFSROOT="`cmdline_value cifsroot`"
44
CIFS_OPTS="`cmdline_value cifs_opts`"
47
CIFSOPTS="`cmdline_value cifsopts`"
45
 
48
 
46
# we need cdrom support, isofs support, unionfs/aufs support, etc
49
# we need cdrom support, isofs support, unionfs/aufs support, etc
47
modprobe_essential_modules
50
modprobe_essential_modules
48
 
51
 
49
# disable DMA if nodma parameter is used
52
# disable DMA if nodma parameter is used