From 486fa51f50068315d5c8612b472fbf69c2ecbcce Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 13 Oct 2014 10:58:38 +0200 Subject: [PATCH] Use jessie as new default release --- grml-debootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grml-debootstrap b/grml-debootstrap index 0d10ca0..01dff37 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -32,7 +32,7 @@ MNTPOINT="/mnt/debootstrap.$$" [ -n "$PACKAGES" ] || PACKAGES='yes' [ -n "$PRE_SCRIPTS" ] || PRE_SCRIPTS='yes' [ -n "$RECONFIGURE" ] || RECONFIGURE='console-data' -[ -n "$RELEASE" ] || RELEASE='wheezy' +[ -n "$RELEASE" ] || RELEASE='jessie' [ -n "$RM_APTCACHE" ] || RM_APTCACHE='yes' [ -n "$SCRIPTS" ] || SCRIPTS='yes' [ -n "$SECURE" ] || SECURE='yes' @@ -62,7 +62,7 @@ Bootstrap options: -m, --mirror Mirror which should be used for apt-get/aptitude. -i, --iso Mountpoint where a Debian ISO is mounted to, for use instead of fetching packages from a mirror. - -r, --release Release of new Debian system (default: wheezy). + -r, --release Release of new Debian system (default: jessie). -t, --target Target partition (/dev/...) or directory where the system should be installed to. -p, --mntpoint Mountpoint used for mounting the target system, -- 2.1.4