diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-13 03:19:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-13 03:19:20 +0300 |
commit | a66138085195d4c9f2b7a9b33c34f983e7afcc5f (patch) | |
tree | f90751ab3c427e5b0f40e8e48164ed942e4ec824 | |
parent | 59431e56754d8125fbbfb0bf1e6f9581f311bc5c (diff) | |
download | mkrootfs-a66138085195d4c9f2b7a9b33c34f983e7afcc5f.tar.gz |
update
-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" |