From 7d6153073873ca1fd13861e8ec196b50825a3bd5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 28 Dec 2010 23:24:30 +0100 Subject: [PATCH] Check for "grml2hd" as valid bootoption for config_grml2hd() as well. --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='' -- 2.1.4