diff --git a/bootstrap.sh b/bootstrap.sh index 198f802..3533d5b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,6 +10,11 @@ export DEBIAN_FRONTEND apt-get update apt-get install debootstrap -q -y +# See http://bugs.devuan.org//cgi/bugreport.cgi?bug=115 +for suite in stable testing unstable; do + ln -fs ceres /usr/share/debootstrap/scripts/$suite +done + suite=$1 rootfs=$2