diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 13:59:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 72b9b99b8ac0aefa4df1799c17159d68e013a7ac (patch) | |
tree | c1b51080c0938ac3c72db75fe16c3be7a227b6d0 /functions | |
parent | 608ddd41388981f1d863989ae09ce8c0e56fdbc1 (diff) | |
download | vyos-live-build-72b9b99b8ac0aefa4df1799c17159d68e013a7ac.tar.gz vyos-live-build-72b9b99b8ac0aefa4df1799c17159d68e013a7ac.zip |
Downgrading Ubuntu minimal requirements from gutsy to feisty.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files 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 ] |