From: Michael Prokop Date: Mon, 27 Sep 2021 08:35:16 +0000 (+0200) Subject: isolinux: fix toram=... variable usage within isolinux configs X-Git-Tag: v0.39.1~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=48c20386e11d2cb70b23ef8a6024d6f8c7d6720a;hp=48c20386e11d2cb70b23ef8a6024d6f8c7d6720a isolinux: fix toram=... variable usage within isolinux configs Fixup for commit 9453222c0, where we introduced usage of $fixed_squashfs_name. This variable was set up only *after* adjust_boot_files function got invoked for the isolinux configuration files. As a result the isolinux configuration files ended up with their template placeholder settings included ("toram=%SQUASHFS_NAME%"). Fix ordering, but also warn in adjust_boot_files() if the the $fixed_squashfs_name + $fixed_release_info variables are unset. Thanks: Chris Hofstaedtler for the bug report Closes: https://github.com/grml/grml/issues/179 ---