Work around a documented bug in Devuan jessie's debootstrap

See http://bugs.devuan.org//cgi/bugreport.cgi?bug=115
This commit is contained in:
Olaf Meeuwissen 2017-08-26 22:29:11 +09:00
parent 5bec9fec32
commit 651ed7d1d5
1 changed files with 5 additions and 0 deletions

View File

@ -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