From 60cb512aaba6fa9f6cf60da31ef4eb1ac5b66865 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 9 Mar 2022 14:07:23 +0100 Subject: [PATCH] 13:35 < amw> Glanzmann: You initrd contains the .deb files (in var/cache/apt/archives) that were used to build it :-) --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index fa07bcb..ff858cc 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -99,7 +99,7 @@ build_rootfs() sudo chroot . dpkg -i ${KERNEL} sudo rm ${KERNEL} - sudo bash -c 'apt-get clean' + sudo bash -c 'chroot . apt-get clean' ) } -- 2.39.2