[Git-commits] [grml/grml-live] 48c203: isolinux: fix toram=... variable usage within isol...

Michael Prokop noreply at github.com
Mon Sep 27 10:52:25 CEST 2021


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: 48c20386e11d2cb70b23ef8a6024d6f8c7d6720a
      https://github.com/grml/grml-live/commit/48c20386e11d2cb70b23ef8a6024d6f8c7d6720a
  Author: Michael Prokop <mika at grml.org>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M grml-live

  Log Message:
  -----------
  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




More information about the Git-commits mailing list