Update the options to use on arm*

debian-cd
Raphaël Hertzog 12 years ago committed by Raphaël Hertzog
parent cd1e422f59
commit 4f47916a31

@ -38,7 +38,7 @@ case "$arch" in
lb_opts="--debian-installer live --linux-flavours 686-pae"
;;
armel|armhf)
lb_opts="--binary-images hdd --chroot-filesystem ext4"
lb_opts="--binary-images hdd --binary-filesystem ext4 --chroot-filesystem none"
;;
*)
echo "WARNING: configuration not tested on arch $arch" >&2

Loading…
Cancel
Save