From 8129e7b5bbdcffaa7bab425f03e10f0dd6d157a4 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 09:00:15 +0300 Subject: add comments and spaces --- mkrootfs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkrootfs.sh b/mkrootfs.sh index 4dd93ac..bbb1bff 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -78,9 +78,13 @@ msg "Starting build from the PKGS variable" # passing package names seperately # shellcheck disable=SC2086 kiss b $PKGS + msg "Package build complete, starting package installation" # shellcheck disable=SC2086 kiss i $PKGS + +# You can check out about post-installation +# from the configuration file msg "Installation Complete, starting custombuild procedure if there is one" postinstall -- cgit v1.2.3