From 83fc7ca480fb36e40e21dad7c892ec92cf8c3679 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 13:59:19 +0200 Subject: [PATCH] Downgrading Ubuntu minimal requirements from gutsy to feisty. --- functions/defaults.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 81fee44c6..05b1e0de6 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -47,7 +47,7 @@ Set_defaults () ;; ubuntu) - LH_DISTRIBUTION="gutsy" + LH_DISTRIBUTION="feisty" ;; esac fi @@ -115,7 +115,7 @@ Set_defaults () ;; ubuntu) - if [ -x "/usr/sbin/debootstrap" ] && [ -f /usr/lib/debootstrap/scripts/gutsy ] + if [ -x "/usr/sbin/debootstrap" ] && [ -f /usr/lib/debootstrap/scripts/feisty ] then LH_BOOTSTRAP="debootstrap" elif [ -x "/usr/bin/cdebootstrap" ] && [ -d /usr/share/cdebootstrap/generic-ubuntu ]