From 909b9a4d1137efe4deae96b5410655a81ee17d57 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 18 May 2020 12:47:30 +0300 Subject: mkrootfs: no need to remove root cache anymore --- mkrootfs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mkrootfs.sh b/mkrootfs.sh index 967cf29..f93081a 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -118,10 +118,6 @@ done msg "Installation Complete, starting custombuild procedure if there is one" postinstall -# Remove junk from the rootfs -msg "Removing root cache" -rm -rf "$MNTDIR/root/.cache" - msg "Generating rootfs to $BASEDIR" ( cd "$MNTDIR" || die "Could not change directory to $MNTDIR" -- cgit v1.2.3