From 569c7ca310050b9005b136ad86520b44eab56336 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 25 Oct 2015 13:35:17 +0000 Subject: [PATCH] Use debootstrap explicitly. Let's go one step further than reverting the switch to cdebootstrap, and let's use debootstrap explicitly. This skips auto-detection (debootstrap vs. cdebootstrap) so that the following commits can depend on using debootstrap. Signed-off-by: Cyril Brulebois --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index c38e0990a37..e693f5ca9ac 100755 --- a/auto/config +++ b/auto/config @@ -31,6 +31,7 @@ $RUN_LB_CONFIG \ --binary-indices false \ --checksums none \ --bootappend-live "${AMNESIA_APPEND}" \ + --bootstrap debootstrap \ --archive-areas "main contrib non-free" \ --includes none \ --iso-application="The Amnesic Incognito Live System" \ -- 2.11.4.GIT