From a838c3b3695ffb5c167964f81ae5530010e57721 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 29 Dec 2010 01:08:49 +0100 Subject: [PATCH] Additional check for boot option debian2hd in config_debootstrap(). --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4