From 59431e56754d8125fbbfb0bf1e6f9581f311bc5c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 13 May 2020 03:19:07 +0300 Subject: use KISS_NOPROMPT --- mkrootfs.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mkrootfs.sh b/mkrootfs.sh index 18a8981..9407a67 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -79,10 +79,7 @@ msg "Starting build from the PKGS variable" # Word Splitting is intentional here, as we are # passing package names seperately # shellcheck disable=SC2086 -{ - yes '' | KISS_ASROOT=1 kiss b $PKGS - yes '' | KISS_ASROOT=1 kiss i $PKGS -} +KISS_NOPROMPT=1 KISS_ASROOT=1 kiss b $PKGS # You can check out about post-installation # from the configuration file -- cgit v1.2.3