From 29c423b89affac8fff14848b493d982f784b133f Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 4 Aug 2009 23:54:56 +0100 Subject: Support LH_BOOTSTRAP_FLAVOUR="standard" when using debootstrap cdebootstrap will accept --variant=standard, but debootstrap does not; this patch means that we don't try and pass it to debootstrap - this can happen if switching between the two utilities. --- helpers/lh_bootstrap_debootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/lh_bootstrap_debootstrap b/helpers/lh_bootstrap_debootstrap index 70be888..d36c8b8 100755 --- a/helpers/lh_bootstrap_debootstrap +++ b/helpers/lh_bootstrap_debootstrap @@ -90,6 +90,8 @@ then stripped|minimal) DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=minbase" ;; + standard) + ;; *) DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=${LH_BOOTSTRAP_FLAVOUR}" -- cgit v1.0