Subversion Repositories livecd

Rev

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

Rev 190 Rev 194
Line 72... Line 72...
72
# Add rhgb for SL5
72
# Add rhgb for SL5
73
[ "$OS_RELEASE" = "5" ] && BOOT_OPTIONS="$BOOT_OPTIONS rhgb"
73
[ "$OS_RELEASE" = "5" ] && BOOT_OPTIONS="$BOOT_OPTIONS rhgb"
74
 
74
 
75
 
75
 
76
# Define extra boot parameters, for example: pw=mypassword kb=us
76
# Define extra boot parameters, for example: pw=mypassword kb=us
77
# for more, see http://linux.web.psi.ch/livecd/parameter.html
77
# for more, see http://www.livecd.ethz.ch/parameter.html
78
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
78
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
79
EXTRA_BOOT_OPTIONS=""
79
EXTRA_BOOT_OPTIONS=""
80
 
80
 
81
# Define failsafe boot option
81
# Define failsafe boot option
82
# used if you boot with label "failsafe"
82
# used if you boot with label "failsafe"