Minor tweaks to terminal output, variables, and GRUB stanza
authorDaniel Richard G <skunk@iSKUNK.ORG>
Wed, 13 Sep 2023 03:19:53 +0000 (23:19 -0400)
committerDaniel Richard G <skunk@iSKUNK.ORG>
Thu, 14 Sep 2023 19:48:42 +0000 (15:48 -0400)
commitcbb6227ade1de762001ff72d12c28c8da416a9eb
treed908622c827bb852d45cbcf482082cd184433e65
parent39d3762704c36881c15af83692c1957f2eddf859
Minor tweaks to terminal output, variables, and GRUB stanza

* Print `Found grml-rescueboot ISO image:` instead of `Found Grml ISO
  image:` as the latter implies that the ISO image comes from Grml,
  whereas the former is more to the point of "grml-rescueboot found this
  image";

* Similarly, just print the ISO filename as the title, as "Grml Rescue
  System" implies that the ISO is the actual Grml rescue system;

* Use the existing `${indent}` variable instead of another eight spaces;

* Store `"${rel_dirname%/}/${grml}"` in a variable, as it is likely to
  be needed more than once;

* Add Debian bug reference for the `tpm` issue, as it is difficult for
  the user to understand otherwise;

* Use the existing GRUB variable to set the loopback path;

* Perform cleanup after exiting the ISO loopback menu.
42_grml