grml-rescueboot (0.6.0)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the v0.6.0 tag
- Git: git://git.grml.org/grml-rescueboot.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 331776
- Browser: http://git.grml.org/?p=grml-rescueboot.git
- Last scan: 2023-09-25 08:30:05+00
- Next scan: 2023-09-26 11:26:00+00
- Debian changelog in Git:
grml-rescueboot (0.6.0) unstable; urgency=medium
[ Daniel Richard G ]
* [2772778] Add new GRUB_SUBMENU functionality and config parameter
* [517bcbd] Try using isoinfo(1) to extract an ISO image identifier
-- Michael Prokop <mika@grml.org> Fri, 08 Sep 2023 11:34:54 +0200
- This branch is 2 commits ahead of tag v0.6.0
- Git log:
commit 55c158d6f6c60a1c606674a094898fee9fd8b0fc
Merge: 39d3762 cbb6227
Author: Michael Prokop <mika@grml.org>
Date: Fri Sep 15 08:32:33 2023 +0200
Merge remote-tracking branch 'origin/github/pr/16'
commit cbb6227ade1de762001ff72d12c28c8da416a9eb
Author: Daniel Richard G <skunk@iSKUNK.ORG>
Date: Tue Sep 12 23:19:53 2023 -0400
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.