Skip to content

Commit

Permalink
Use jessie as new default release
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Oct 13, 2014
1 parent add7aab commit 486fa51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grml-debootstrap
Expand Up @@ -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'
Expand Down Expand Up @@ -62,7 +62,7 @@ Bootstrap options:
-m, --mirror <URL> Mirror which should be used for apt-get/aptitude.
-i, --iso <mnt> Mountpoint where a Debian ISO is mounted to, for use
instead of fetching packages from a mirror.
-r, --release <name> Release of new Debian system (default: wheezy).
-r, --release <name> Release of new Debian system (default: jessie).
-t, --target <target> Target partition (/dev/...) or directory where the
system should be installed to.
-p, --mntpoint <mnt> Mountpoint used for mounting the target system,
Expand Down

0 comments on commit 486fa51

Please sign in to comment.