Check for "grml2hd" as valid bootoption for config_grml2hd() as well.
authorMichael Prokop <mika@grml.org>
Tue, 28 Dec 2010 22:24:30 +0000 (23:24 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 28 Dec 2010 22:24:30 +0000 (23:24 +0100)
autoconfig.functions

index 386ac40..dec5107 100755 (executable)
@@ -2375,7 +2375,7 @@ config_tohd()
 # {{{ grml2hd: automatic installation
 config_grml2hd(){
 
 # {{{ grml2hd: automatic installation
 config_grml2hd(){
 
-if checkbootparam "BOOT_IMAGE=grml2hd" ; then
+if checkbootparam "grml2hd" || checkbootparam "BOOT_IMAGE=grml2hd" ; then
 
 if checkbootparam 'user' ; then
    NEWUSER=''
 
 if checkbootparam 'user' ; then
    NEWUSER=''