From: Iustin Pop Date: Wed, 9 May 2012 02:29:52 +0000 (+0200) Subject: Update defaults file X-Git-Tag: v0.11~4 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=ba027127c080bb7e0f2495afbba4ed2674af7602 Update defaults file Per bugs.debian.org/672114, the distribution names in the defaults files are very old, plus the package recommendations are wrong for more modern distros. Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- diff --git a/defaults b/defaults index 72d41ac..2443d2f 100644 --- a/defaults +++ b/defaults @@ -22,18 +22,20 @@ # SUITE: change suite to any of the ones supported by deboostrap; this # could be unstable, etch, etc.: -# SUITE="lenny" +# SUITE="wheezy" # EXTRA_PKGS: depending on the suite and architecture you are using, different # extra packages are needed for different hypervisors. For example: # -# Xen, for etch/lenny i386: +# Xen, for squeeze i386: # EXTRA_PKGS="linux-image-xen-686,libc6-xen" -# Xen, for etch/lenny amd64: +# Xen, for wheezy i386: +# EXTRA_PKGS="libc6-xen" +# Xen, for squeeze amd64: # EXTRA_PKGS="linux-image-xen-amd64" -# KVM, for lenny i386: +# KVM, for squeeze/wheezy i386: # EXTRA_PKGS="acpi-support-base,console-tools,udev,linux-image-686" -# KVM, for lenny amd64: +# KVM, for squeeze/wheezy amd64: # EXTRA_PKGS="acpi-support-base,console-tools,udev,linux-image-amd64" #