From: Michael Prokop Date: Tue, 28 Dec 2010 22:24:30 +0000 (+0100) Subject: Check for "grml2hd" as valid bootoption for config_grml2hd() as well. X-Git-Tag: v0.9.24~2 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=7d6153073873ca1fd13861e8ec196b50825a3bd5 Check for "grml2hd" as valid bootoption for config_grml2hd() as well. --- diff --git a/autoconfig.functions b/autoconfig.functions index 386ac40..dec5107 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -2375,7 +2375,7 @@ config_tohd() # {{{ grml2hd: automatic installation config_grml2hd(){ -if checkbootparam "BOOT_IMAGE=grml2hd" ; then +if checkbootparam "grml2hd" || checkbootparam "BOOT_IMAGE=grml2hd" ; then if checkbootparam 'user' ; then NEWUSER=''