From 4f47916a312d578c35cc8e600737d35d7483b9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 13 Feb 2013 11:26:50 -0600 Subject: [PATCH] Update the options to use on arm* --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index d00f4da..41ae5ff 100755 --- a/auto/config +++ b/auto/config @@ -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