From 2267462e2644dd4f4150ca5924c9298503ca9bc4 Mon Sep 17 00:00:00 2001 From: amnesia Date: Sun, 26 Sep 2010 10:46:33 +0200 Subject: [PATCH] Use cdebootstrap to workaround debootstrap bug (#598080). --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index c5fc6aa664..07a603a4f2 100755 --- a/auto/config +++ b/auto/config @@ -18,6 +18,7 @@ $RUN_LH_CONFIG \ --binary-images iso-hybrid \ --isohybrid-options "$AMNESIA_ISOHYBRID_OPTS" \ --bootappend-live "${AMNESIA_APPEND}" \ + --bootstrap "cdebootstrap" \ --archive-areas "main contrib non-free" \ --iso-application="The Amnesic Incognito Live System" \ --iso-publisher="https://amnesia.boum.org/" \ -- GitLab