Subversion Repositories livecd

Rev

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

Rev 108 Rev 109
Line 50... Line 50...
50
# to be save, we use RAM0SIZE * 5 for ramdisk_size boot option
50
# to be save, we use RAM0SIZE * 5 for ramdisk_size boot option
51
RAMDISK_SIZE=$(( $RAM0SIZE * 5 ))
51
RAMDISK_SIZE=$(( $RAM0SIZE * 5 ))
52
 
52
 
53
# Define default boot options
53
# Define default boot options
54
# normally you do not have to change this
54
# normally you do not have to change this
55
BOOT_OPTIONS="max_loop=255 ramdisk_size=$RAMDISK_SIZE root=/dev/ram0 rw"
55
BOOT_OPTIONS="max_loop=32 ramdisk_size=$RAMDISK_SIZE root=/dev/ram0 rw"
56
 
56
 
57
# add vga=791 for SL4
57
# add vga=791 for SL4
58
[ "$OS_RELEASE" = "4" ] && BOOT_OPTIONS="$BOOT_OPTIONS vga=791"
58
[ "$OS_RELEASE" = "4" ] && BOOT_OPTIONS="$BOOT_OPTIONS vga=791"
59
 
59
 
60
# Define extra boot parameters, for example: pw=mypassword kb=us
60
# Define extra boot parameters, for example: pw=mypassword kb=us