aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-13 03:19:07 +0300
committerCem Keylan <cem@ckyln.com>2020-05-13 03:19:07 +0300
commit59431e56754d8125fbbfb0bf1e6f9581f311bc5c (patch)
treebdb934571590da3728cb8b440e4954328cbca238
parent96c5f0bc1102d094cf222dcef5c4e744d298ebbe (diff)
downloadmkrootfs-59431e56754d8125fbbfb0bf1e6f9581f311bc5c.tar.gz
use KISS_NOPROMPT
-rwxr-xr-xmkrootfs.sh5
1 files changed, 1 insertions, 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