From dc238623f0e653badc865d777b58137eaafe92d1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 19 Feb 2020 13:28:36 +0300 Subject: add KISS_ASROOT variable and skip confirmations with yes --- mkrootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3