diff options
-rwxr-xr-x | mkrootfs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |