From: Michael Prokop Date: Thu, 4 Jun 2015 13:12:43 +0000 (+0200) Subject: Disable SCRIPTS by default, replaced by POST_SCRIPTS X-Git-Tag: v0.71~9 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=00642691771b3adcc1fc6223d8f928c229989434;hp=d5528b0241abf8da1700e02bf9b463ca47495ea8 Disable SCRIPTS by default, replaced by POST_SCRIPTS --- diff --git a/grml-debootstrap b/grml-debootstrap index 035901c..9a27e4b 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -74,7 +74,7 @@ MNTPOINT="/mnt/debootstrap.$$" [ -n "$RECONFIGURE" ] || RECONFIGURE='console-data' [ -n "$RELEASE" ] || RELEASE='jessie' [ -n "$RM_APTCACHE" ] || RM_APTCACHE='yes' -[ -n "$SCRIPTS" ] || SCRIPTS='yes' +[ -n "$SCRIPTS" ] || SCRIPTS='no' # deprecated, replaced by POST_SCRIPTS [ -n "$SECURE" ] || SECURE='yes' [ -n "$TIMEZONE" ] || TIMEZONE='Europe/Vienna' [ -n "$TUNE2FS" ] || TUNE2FS='tune2fs -c0 -i0'