Downgrading Ubuntu minimal requirements from gutsy to feisty.
This commit is contained in:
parent
23c269f3af
commit
83fc7ca480
|
@ -47,7 +47,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
LH_DISTRIBUTION="gutsy"
|
LH_DISTRIBUTION="feisty"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -115,7 +115,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
if [ -x "/usr/sbin/debootstrap" ] && [ -f /usr/lib/debootstrap/scripts/gutsy ]
|
if [ -x "/usr/sbin/debootstrap" ] && [ -f /usr/lib/debootstrap/scripts/feisty ]
|
||||||
then
|
then
|
||||||
LH_BOOTSTRAP="debootstrap"
|
LH_BOOTSTRAP="debootstrap"
|
||||||
elif [ -x "/usr/bin/cdebootstrap" ] && [ -d /usr/share/cdebootstrap/generic-ubuntu ]
|
elif [ -x "/usr/bin/cdebootstrap" ] && [ -d /usr/share/cdebootstrap/generic-ubuntu ]
|
||||||
|
|
Loading…
Reference in New Issue