Fix test for debootstrap suite script
This commit is contained in:
parent
db022a29bb
commit
05bb6f8e95
|
|
@ -13,7 +13,7 @@ apt-get install debootstrap -q -y
|
||||||
suite=$1
|
suite=$1
|
||||||
rootfs=$2-$suite
|
rootfs=$2-$suite
|
||||||
|
|
||||||
test /usr/share/debootstrap/scripts/$suite \
|
test -e /usr/share/debootstrap/scripts/$suite \
|
||||||
|| ln -s ceres /usr/share/debootstrap/scripts/$suite
|
|| ln -s ceres /usr/share/debootstrap/scripts/$suite
|
||||||
|
|
||||||
debootstrap \
|
debootstrap \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue