pre_iso_script_livecd.sh: Add debug print for verify dracut rebuilding phase

This commit is contained in:
Geaaru
2018-10-15 18:19:19 +02:00
parent 3c500443c3
commit 4f426eeaae
+2
View File
@@ -11,6 +11,8 @@ if [ -n "${DRACUT}" ] && [ -n "${DRACUT_SQUASHFS}" ] && [ -f "${LIVECD_SQUASHFS}
echo "Rebuilding ${LIVECD_SQUASHFS}..."
mksquashfs "${squash_dir}" "${LIVECD_SQUASHFS}"
rm -rf "${squash_dir}"
else
echo "=========== Skipping DRACUT rebuilding =============="
fi
# Path to molecules.git dir