update upstream to 9084a3cbc0a55422beea4a55b530c1f03a910617 feb 2024
[automated-distro-installer] / fai / config / hooks / instsoft.DEBIAN
index 35ac3064f48afe0b4848f917bec04f1353705a8e..747af59f7c29380f8ff8e3e026cb92ec8b82bca0 100755 (executable)
@@ -23,3 +23,6 @@ if [ $? -eq 0 ]; then
        $ROOTCMD apt-get -y install locales > /dev/null
     fi
 fi
+
+# use zstd for dracut initrd
+ainsl -av /etc/dracut.conf.d/11-debian.conf "compress=zstd"