about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-07-12 10:53:29 +0200
committerJuan RP <xtraeme@gmail.com>2013-07-12 10:53:29 +0200
commit0fc1050790a0581dd67d413770d19b67338d9aa3 (patch)
treef5fd46ab8f8060600d53e63db5f1461c6135abf5 /mklive.sh.in
parent1b33c728408a93dd1e9622d03c4ee0578ffa2947 (diff)
downloadhrmpf-0fc1050790a0581dd67d413770d19b67338d9aa3.tar.gz
hrmpf-0fc1050790a0581dd67d413770d19b67338d9aa3.tar.xz
hrmpf-0fc1050790a0581dd67d413770d19b67338d9aa3.zip
mklive.sh.in: use -S while installing pkgs for the initramfs.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 6c6b5a4..24c2570 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -142,7 +142,7 @@ install_packages() {
 generate_initramfs() {
     # Install required pkgs in a temporary rootdir to create
     # the initramfs and to copy required files.
-    $XBPS_INSTALL_CMD -r $ROOTFS/kernel_temp -y \
+    $XBPS_INSTALL_CMD -r $ROOTFS/kernel_temp -Sy \
         base-system void-mklive >>$LOGFILE 2>&1
 
     systemd-nspawn -D $ROOTFS/kernel_temp /usr/bin/dracut --${COMPRESSTYPE} \