grub2-fll-fromiso (0.5.9) unstable; urgency=medium

  [ Kel Modderman ]
  * 60_fll-fromiso: reverse find output and process iso files from
    newest to oldest.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 23 Sep 2025 13:23:20 +0200

grub2-fll-fromiso (0.5.8) unstable; urgency=medium

  [ Kel Modderman ]
  * Trim whitepsace from end of cmdline.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 18 Aug 2025 15:49:43 +0200

grub2-fll-fromiso (0.5.7) unstable; urgency=medium

  [ Kel Modderman ]
  * Execute prepare_grub_to_access_device only once per iso image.
  * Default to using Rock Ridge extensions when using isoinfo on fll isos.
  * No longer provide fallback FLL_GRUB2_LANG, FLL_GRUB2_TZ, and
    FLL_GRUB2_CHEATCODE values.
  * Pass through menuentries from iso image rather than recreating them
    using FLL_GRUB2_LANG, FLL_GRUB2_TZ, and FLL_GRUB2_CHEATCODE values.
  * Add FLL_GRUB2_SUBMENU option.
  * Sanitise the boot cmdline when merging the existing menuentry from fll
    iso with whatever user has configured in /etc/default/grub2-fll-fromiso.
  * Fix: grub2-all-fromiso: possible-unindented-list-in-extended-
    description .
  * Return legacy kernel detection as a fallback options.
  * Add submenu support to the legacy kernel detection pathway.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 15 Aug 2025 00:59:47 +0200

grub2-fll-fromiso (0.5.6) unstable; urgency=medium

  [ Kel Modderman ]
  * Set fsck.mode=skip per default boot cmdline option for fll.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun, 22 Jun 2025 07:13:39 +0200

grub2-fll-fromiso (0.5.5) unstable; urgency=medium

  [ Kel Modderman ]
  * Consider that a device may be mounted to multiple mountpoints (e.g.
    btrfs subvolumes) and so process greater than one matching line in
    /proc/mounts that our target device may be associated with. Also
    explicitly take btrfs subvolumes into account by parsing mount
    options.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat, 22 Mar 2025 00:05:12 +0100

grub2-fll-fromiso (0.5.4) unstable; urgency=medium

  * grub2-fedora-fromiso: update to support the changed kernel/ initrd paths of
    post-v41 rawhide based ISOs.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 02 Dec 2024 10:39:11 +0100

grub2-fll-fromiso (0.5.3) unstable; urgency=medium

  * grub2-suse-fromiso: use the lang= cheatcode to set language and keymap.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 02 Dec 2024 02:40:46 +0100

grub2-fll-fromiso (0.5.2) unstable; urgency=medium

  * grub2-suse-fromiso: drop debugging set -x.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 02 Dec 2024 01:21:50 +0100

grub2-fll-fromiso (0.5.1) unstable; urgency=medium

  * add metapackage to pull in all distro helpers.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 02 Dec 2024 01:15:03 +0100

grub2-fll-fromiso (0.5.0) unstable; urgency=medium

  * add very initial support for openSUSE live ISOs, tested with Leap and
    Tumbleweed based KDE images. Localization (language, keymaps, timezone
    preselection still needs work).
  * bump standards version to 4.7.0, no changes necessary.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 02 Dec 2024 01:04:45 +0100

grub2-fll-fromiso (0.4.4) unstable; urgency=medium

  * revert previously applied "rmmod tpm" workaround for loopback mounting
    on systems with grub-efi-*-signed installed, as it breaks 'normal'
    systems that were previously working.
    The obvious workaround for systems that fall over tpm would be adding
    a "/etc/grub.d/02_notpm" shell script, outputting "rmmod tpm" to stdout.
    Purging grub-efi-*-signed might work as well, at the obvious expense of
    breaking secure boot signature validation (but a global rmmod tpm does
    that as well).
    Hopefully a more surgical workaround, depending on the status of tpm
    being loaded or not (or grub-efi-*-signed being installed) can be found
    as a long term solution; ideally grub2 would get its out of memory bug
    fixed though.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 08 Oct 2024 02:27:18 +0200

grub2-fll-fromiso (0.4.3) unstable; urgency=medium

  [ Kel Modderman ]
  * Workaround Debian #959425 by rmmod'ing tpm module before loopback.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed, 02 Oct 2024 13:06:37 +0200

grub2-fll-fromiso (0.4.2) unstable; urgency=medium

  * fedora: correctly extract the kernel version.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 12 Jan 2024 10:07:47 +0100

grub2-fll-fromiso (0.4.1) unstable; urgency=medium

  * fedora: drop kernel version from grub.cfg.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 12 Jan 2024 09:41:39 +0100

grub2-fll-fromiso (0.4.0) unstable; urgency=medium

  * bump standards version to 4.6.2, no changes necessary.
  * switch to compat level 13.
  * allow R³=no.
  * fix lintian problems:
    - grub2-fll-fromiso source: cute-field Vcs-git vs Vcs-Git
      [debian/control:8]
    - grub2-fll-fromiso source: trailing-whitespace [debian/control:17]
    - grub2-fll-fromiso source: trailing-whitespace [debian/control:28]
    - grub2-fedora-fromiso: priority-extra-is-replaced-by-priority-optional
    - grub2-fll-fromiso: priority-extra-is-replaced-by-priority-optional
    - grub2-fll-portable-efi: priority-extra-is-replaced-by-priority-optional

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 12 Jan 2024 08:49:29 +0100

grub2-fll-fromiso (0.3.11) unstable; urgency=medium

  * query file names for kernel/ initrd via RockRidge, before falling
    back to plain ISO9660.
  * convert to machine readable copyright.
  * update mail addresses.
  * bump standards version to 3.9.6, no changes necessary.
  * add explicit license header to grub2-fll-portable-efi.
  * use normal indentation levels for grub2-fll-portable-efi.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 02 Jan 2015 18:44:29 +0100

grub2-fll-fromiso (0.3.10) unstable; urgency=medium

  * fix d/control syntax for Uploaders.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 01 Sep 2014 22:45:04 +0200

grub2-fll-fromiso (0.3.9) unstable; urgency=medium

  * add grub-efi-ia32 to options for depends
  * add initial new grub2-fll-portable-efi binary package

 -- Niall Walsh <niallwalsh@celtux.org>  Mon, 01 Sep 2014 15:15:39 +0100

grub2-fll-fromiso (0.3.8) unstable; urgency=medium

  * supply systemd.show_status=1 by default.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 30 Jun 2014 04:22:08 +0200

grub2-fll-fromiso (0.3.7) unstable; urgency=low

  * bump standards version to 3.9.5, no changes necessary.
  * debian/control: switch Vcs tags to github.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun, 13 Apr 2014 22:50:13 +0200

grub2-fll-fromiso (0.3.6) unstable; urgency=low

  * slightly tune parser performance.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed, 17 Apr 2013 01:35:32 +0200

grub2-fll-fromiso (0.3.5) unstable; urgency=low

  * update FSF postal address to be URLs.
  * bump standards version to 3.9.4, no changes necessary.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat, 12 Jan 2013 03:02:06 +0100

grub2-fll-fromiso (0.3.4) unstable; urgency=low

  * optimise head crash, thanks to bfree.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed, 06 Jun 2012 04:01:16 +0200

grub2-fll-fromiso (0.3.3) unstable; urgency=medium

  * cope with the revision number of ISO9660 (compared to udf) ISOs as
    displayed by isoinfo.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed, 06 Jun 2012 03:55:46 +0200

grub2-fll-fromiso (0.3.2) unstable; urgency=low

  * fix path generation for bind mounts under FLL_GRUB2_ISO_LOCATION.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed, 06 Jun 2012 03:29:58 +0200

grub2-fll-fromiso (0.3.1) unstable; urgency=low

  * bump standards version to 3.9.3, no changes necessary.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu, 23 Feb 2012 16:38:52 +0100

grub2-fll-fromiso (0.3.0) unstable; urgency=low

  * switch from vol_id/ udev compatibility mode to native blkid invocations,
    as these are deprecated in util-linux >= 2.21.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu, 19 Jan 2012 14:04:02 +0100

grub2-fll-fromiso (0.2.16) unstable; urgency=low

  * switch to compat level 9.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 16 Jan 2012 01:34:12 +0100

grub2-fll-fromiso (0.2.15) unstable; urgency=low

  * changed dependencies to include the grub-efi variants.

 -- Joaquim Boura <x-un-i@sapo.pt>  Sat, 03 Sep 2011 15:46:40 +0200

grub2-fll-fromiso (0.2.14) unstable; urgency=low

  * retry isoinfo without -J if it fails (xorriso + efi hates Joliet)
  * numerically sort the isos
  * fix a couple of comment typos

 -- Niall Walsh <niallwalsh@celtux.org>  Tue, 05 Jul 2011 17:35:10 +0100

grub2-fll-fromiso (0.2.13) unstable; urgency=low

  * fixed typo when setting timezone cheat. (thks latino for noticing)

 -- Joaquim Boura <x-un-i@sapo.pt>  Fri, 27 May 2011 19:16:00 +0200

grub2-fll-fromiso (0.2.12) unstable; urgency=low

  * bump standards version to 3.9.2, no changes necessary.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 29 Apr 2011 04:21:32 +0200

grub2-fll-fromiso (0.2.11) unstable; urgency=low

  * fix x-un-i's mail address.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed, 06 Oct 2010 14:51:43 +0200

grub2-fll-fromiso (0.2.10) unstable; urgency=low

  * make isoinfo parsing more robust.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu, 02 Sep 2010 19:41:16 +0200

grub2-fll-fromiso (0.2.9) unstable; urgency=low

  * adapt to aptosid.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun, 29 Aug 2010 04:21:51 +0200

grub2-fll-fromiso (0.2.8) unstable; urgency=low

  * switch to compat level 8.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun, 08 Aug 2010 04:30:00 +0200

grub2-fll-fromiso (0.2.7) unstable; urgency=low

  * bump standards version to 3.9.1, no changes necessary.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 03 Aug 2010 18:50:53 +0200

grub2-fll-fromiso (0.2.6) unstable; urgency=low

  * fix Vcs-Svn/ Vcs-Browser URI.
  * hard depend on grub-pc, instead of merely enhancing it.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 25 May 2010 21:02:51 +0200

grub2-fll-fromiso (0.2.5) unstable; urgency=low

  * drop vga= kernel parameter, in the presence of KMS aware drivers it's
    may break X.org.
  * add explicit exit codes.
  * rework comments.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 25 May 2010 20:59:41 +0200

grub2-fll-fromiso (0.2.4) unstable; urgency=low

  * switch to dpkg-source 3.0 (native) format.
  * update copyright years.
  * bump standards version to 3.8.4, no changes necessary.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun, 25 Apr 2010 23:57:44 +0200

grub2-fll-fromiso (0.2.3) unstable; urgency=low

  * adding the module iso9660  makes fromiso also starting when the base HD
    is an USB device.

 -- Joaquim Boura <x-un-i@sapo.pt>  Sun, 10 Jan 2010 12:13:58 +0100

grub2-fll-fromiso (0.2.2) unstable; urgency=low

  * support ntfs and vfat, with their special UUID encodings due to klibc's
    limited probing capabilities, for fromhd as well.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 15 Dec 2009 17:55:14 +0100

grub2-fll-fromiso (0.2.1) unstable; urgency=low

  * don't fail if not all of the directories in FLL_GRUB2_ISO_LOCATION exist.
  * in the light of KMS, don't force a framebuffer resolution and make it
    optional as  part of FLL_GRUB2_CHEATCODE.
  * minor spelling and documentation fixes.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 15 Dec 2009 09:34:58 +0100

grub2-fll-fromiso (0.2.0) unstable; urgency=low

  * initialise prepare_boot_cache for grub2 stanzas.
  * initial lvm2 support.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 15 Dec 2009 08:56:14 +0100

grub2-fll-fromiso (0.1.3) unstable; urgency=low

  * another row of reality checks.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 15 Dec 2009 08:05:33 +0100

grub2-fll-fromiso (0.1.2) unstable; urgency=low

  * sync documentation and reality.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 15 Dec 2009 07:57:55 +0100

grub2-fll-fromiso (0.1.1) unstable; urgency=low

  * strip menuentry.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 15 Dec 2009 07:51:44 +0100

grub2-fll-fromiso (0.1.0) unstable; urgency=low

  * add genisoimage to depends.
  * add compatibility with >= Μόρος.
  * remove temporary files.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 15 Dec 2009 07:35:51 +0100

grub2-fll-fromiso (0.0.1) unstable; urgency=low

  [ Stefan Lippers-Hollmann ]
  * Initial Release.

  [ Joaquim Boura ]
  * filling some useful code in
  * remove dev defaults
  * added myself to the copyrights holder

 -- Joaquim Boura <x-un-i@sapo.pt>  Fri, 27 Nov 2009 23:26:36 +0100
