summaryrefslogtreecommitdiff
path: root/1_makerootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to '1_makerootfs.sh')
-rwxr-xr-x1_makerootfs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/1_makerootfs.sh b/1_makerootfs.sh
index 94157c8..626bc62 100755
--- a/1_makerootfs.sh
+++ b/1_makerootfs.sh
@@ -83,8 +83,10 @@ case "$debootstrap" in
;;
esac
./chroot.sh temp aptitude -y purge cdebootstrap-helper-diverts
- # Hmm - this next one seems like a bug!
+ # Hmm - these next ones seems like a bug!
+ # (the first is created by older versions of cdebootstrap)
rm -rf "$targettemp/var/cache/debootstrap"
+ rm -rf "$targettemp/var/cache/bootstrap"
;;
esac
mkdir -p "$targettemp/etc/apt/apt.conf.d"