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:
parent
5bec9fec32
commit
651ed7d1d5
|
|
@ -10,6 +10,11 @@ export DEBIAN_FRONTEND
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install debootstrap -q -y
|
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
|
suite=$1
|
||||||
rootfs=$2
|
rootfs=$2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue