1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
grub-imageboot (0.6+nmu3) unstable; urgency=medium
[ наб ]
* Non-maintainer upload
(https://salsa.debian.org/nabijaczleweli/grub-imageboot)
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove old boilerplate from debian/rules (routine-update)
* read -> read -r to not mangle backslashes in filenames
* Use basename(1)'s second argument instead of emulating it with sed
* Quote paths in linux16/initrd16 (Closes: #698040)
* d/postrm: rm -f /boot/memdisk (Closes: #672373)
* Allow setting empty ISOOPTS/IMAGEOPTS without reverting to a default
Closes: #631488
[ Kai Harries ]
* Document how to boot a Debian live image (Closes: #773587)
-- наб <nabijaczleweli@nabijaczleweli.xyz> Wed, 19 Mar 2025 19:03:32 +0100
grub-imageboot (0.6+nmu2) unstable; urgency=medium
* Non-maintainer upload
* Convert to source format 3.0 (Closes: #1007592)
-- Bastian Germann <bage@debian.org> Fri, 13 Oct 2023 17:22:12 +0000
grub-imageboot (0.6+nmu1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Sat, 02 Jan 2021 18:02:28 +0100
grub-imageboot (0.6) unstable; urgency=low
[ Michael Prokop ]
* [2061b1c] Probe device where image is being stored using ${grub_probe}
instead of using ${GRUB_DEVICE_BOOT}.
[ Alexander Wirt ]
* [4bf7773] Wrap README.Debian (Closes: #629834, #631654)
* [5a3291e] Improve description in control file.
Thanks to Carsten Hey (Closes: #631486)
* [946106e] Refactor grub-imageboot.
Thanks to Carsten Hey for the great patch (Closes: #631487)
* [4378100] Remove trailing whitespace in controlfile
* [7ffc35e] Allow grub-efi bootloaders as alternative for grub-pc
* [b85a107] wrap-and-sort controlfile
-- Alexander Wirt <formorer@debian.org> Fri, 23 Dec 2011 00:53:06 +0100
grub-imageboot (0.5) unstable; urgency=low
* Update copyright
* Depend on syslinux-common instead of syslinux
* Explicitly use format 1.0
-- Alexander Wirt <formorer@debian.org> Mon, 10 Jan 2011 22:40:39 +0100
grub-imageboot (0.4) unstable; urgency=low
* Fix copymessage of memdisk installation
-- Alexander Wirt <formorer@debian.org> Mon, 27 Dec 2010 18:18:36 +0100
grub-imageboot (0.3) unstable; urgency=low
* Drop suffix .conf from configfile
* Don't normalize the imagepath in messageoutput
-- Alexander Wirt <formorer@debian.org> Mon, 27 Dec 2010 17:33:36 +0100
grub-imageboot (0.2) unstable; urgency=low
* Add support for configfile
-- Alexander Wirt <formorer@debian.org> Fri, 26 Nov 2010 11:33:13 +0100
grub-imageboot (0.1) unstable; urgency=low
* Initial Version
-- Alexander Wirt <formorer@debian.org> Tue, 09 Nov 2010 11:14:15 +0100
|