diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-18 12:47:30 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-18 12:47:30 +0300 |
commit | 909b9a4d1137efe4deae96b5410655a81ee17d57 (patch) | |
tree | dc1443b3df2ac5a800cc70b9a05930c19bab2eeb | |
parent | e8c62763d02b18a106e7c385a4dfc1ac026449ee (diff) | |
download | mkrootfs-909b9a4d1137efe4deae96b5410655a81ee17d57.tar.gz |
mkrootfs: no need to remove root cache anymore
-rwxr-xr-x | mkrootfs.sh | 4 |
1 files changed, 0 insertions, 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" |