Subversion Repositories livecd

Rev

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

Rev 154 Rev 155
Line 58... Line 58...
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
61
# for more, see http://linux.web.psi.ch/livecd/parameter.html
61
# for more, see http://linux.web.psi.ch/livecd/parameter.html
62
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
62
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
63
EXTRA_BOOT_OPTION="rhgb"
63
EXTRA_BOOT_OPTIONS="rhgb"
64
 
64
 
65
# Define failsafe boot option
65
# Define failsafe boot option
66
# used if you boot with label "failsafe"
66
# used if you boot with label "failsafe"
67
FAILSAFE_BOOT_OPTIONS="nonet simplex apm=off acpi=off noapic nofstab"
67
FAILSAFE_BOOT_OPTIONS="nonet simplex apm=off acpi=off noapic nofstab"
68
 
68