test
sean 7 years ago
parent 71c1d92ed9
commit f212017cb4

@ -91,7 +91,7 @@ echo "Done."
echo "" echo ""
echo "Starting debian bootstrap - this can take some time..." echo "Starting debian bootstrap - this can take some time..."
#debootstrap bionic /mnt #debootstrap bionic /mnt
errors=`debootstrap bionic /mnt 2>&1 1/dev/null` errors=`debootstrap bionic /mnt 2>&1 1>/dev/null`
if ! [ "$?" = "0" ]; then if ! [ "$?" = "0" ]; then
echo "Failed to bootstrap root - $errors" echo "Failed to bootstrap root - $errors"
exit 6 exit 6

Loading…
Cancel
Save