Explorar o código

mklive.sh.in: use -S while installing pkgs for the initramfs.

Juan RP %!s(int64=12) %!d(string=hai) anos
pai
achega
0fc1050790
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mklive.sh.in

+ 1 - 1
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} \