aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmkrootfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh
index 7b91e61..0fe3074 100755
--- a/mkrootfs.sh
+++ b/mkrootfs.sh
@@ -83,7 +83,7 @@ msg "Starting build from the PKGS variable"
# Word Splitting is intentional here, as we are
# passing package names seperately
# shellcheck disable=SC2086
-kiss b $PKGS
+yes '' | KISS_ASROOT=1 kiss b $PKGS
# You can check out about post-installation
# from the configuration file