From 29e4d6c6d31954ee9e503afebca119dabd540970 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 13 Jun 2011 12:24:44 +0100 Subject: [PATCH] avoid some unnecessary work in lb_binary --- live-build/auto/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 08ab3c19..aea794ef 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -140,8 +140,9 @@ lb config noauto \ --mode ubuntu \ --distribution "$SUITE" \ --bootstrap-keyring ubuntu-keyring \ - --binary-images tar \ + --binary-images none \ --binary-remove-linux "$BINARY_REMOVE_LINUX" \ + --memtest none \ --source false \ --build-with-chroot false \ ${MIRROR:+--parent-mirror-bootstrap $MIRROR} \