commit dc238623f0e653badc865d777b58137eaafe92d1
parent 0882b2e4e8eb9675b3717e4890aacf71b99cea23
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 19 Feb 2020 13:28:36 +0300
add KISS_ASROOT variable and skip confirmations with yes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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