From a9aa524bea55f81b538711a30032eb022a19c217 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 15 May 2010 01:08:19 +0200 Subject: [PATCH] Install 'stable' instead of 'leny' by default --- bin/xen-create-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index e69b61c..e9bd0b7 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -1209,7 +1209,7 @@ sub setupDefaultOptions # $CONFIG{ 'mirror' } = 'http://ftp.us.debian.org/debian'; $CONFIG{ 'arch' } = ''; - $CONFIG{ 'dist' } = 'lenny'; + $CONFIG{ 'dist' } = 'stable'; $CONFIG{ 'fs' } = 'ext3'; $CONFIG{ 'force' } = 0; $CONFIG{ 'install' } = 1;