diff options
-rwxr-xr-x | mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh index 9407a67..db59291 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -87,7 +87,7 @@ msg "Installation Complete, starting custombuild procedure if there is one" postinstall # Remove junk from the rootfs -msg "Cleaning package cache" +msg "Removing root cache" rm -rf "$MNTDIR/root/.cache" msg "Generating rootfs to $BASEDIR" |