From ba027127c080bb7e0f2495afbba4ed2674af7602 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 9 May 2012 04:29:52 +0200 Subject: [PATCH] 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 --- defaults | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) 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" # -- 1.7.2.5