Subversion Repositories livecd

Rev

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

Rev 1 Rev 20
Line 47... Line 47...
47
# to be save, we use RAM0SIZE * 5 for ramdisk_size boot option
47
# to be save, we use RAM0SIZE * 5 for ramdisk_size boot option
48
RAMDISK_SIZE=$(( $RAM0SIZE * 5 ))
48
RAMDISK_SIZE=$(( $RAM0SIZE * 5 ))
49
 
49
 
50
# Define default boot options
50
# Define default boot options
51
# normally you do not have to change this
51
# normally you do not have to change this
52
# BOOT_OPTIONS="max_loop=32 vga=791 ramdisk_size=$RAMDISK_SIZE root=/dev/ram0 rw"
-
 
53
BOOT_OPTIONS="max_loop=32 ramdisk_size=$RAMDISK_SIZE root=/dev/ram0 rw"
52
BOOT_OPTIONS="max_loop=32 ramdisk_size=$RAMDISK_SIZE root=/dev/ram0 rw"
54
 
53
 
55
# Define extra boot parameters, for example: pw=mypassword kb=us
54
# Define extra boot parameters, for example: pw=mypassword kb=us
56
# for more, see http://linux.web.psi.ch/livecd/parameter.html
55
# for more, see http://linux.web.psi.ch/livecd/parameter.html
-
 
56
[ "$OS_RELEASE" = "4" ] && EXTRA_BOOT_OPTIONS="vga=791"
57
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
57
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
58
#EXTRA_BOOT_OPTION="rhgb"
58
#EXTRA_BOOT_OPTION="rhgb"
59
 
59
 
60
# Define failsafe boot option
60
# Define failsafe boot option
61
# used if you boot with label "failsafe"
61
# used if you boot with label "failsafe"