From: Michael Prokop Date: Wed, 29 Dec 2010 00:08:49 +0000 (+0100) Subject: Additional check for boot option debian2hd in config_debootstrap(). X-Git-Tag: v0.9.25~2 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=a838c3b3695ffb5c167964f81ae5530010e57721 Additional check for boot option debian2hd in config_debootstrap(). --- diff --git a/autoconfig.functions b/autoconfig.functions index 6df961c..d2baf4e 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -2430,7 +2430,7 @@ fi # if checkbootparam "BOOT_IMAGE=grml2hd ... # {{{ debootstrap: automatic installation config_debootstrap(){ -if checkbootparam "BOOT_IMAGE=debian2hd" ; then +if checkbootparam "BOOT_IMAGE=debian2hd" || checkbootparam "debian2hd" ; then einfo "Bootoption debian2hd found. Setting up environment for automatic installation via grml-debootstrap." ; eend 0