X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=806328d066eb74a98320c09a41ff4732e393fecb;hb=07580cc84d811532497c285159c63905bbca3155;hp=19e9dfc705b2dc7f34039a54914a47ae5dfc5885;hpb=290d2d3724956bff75633fbca446a5176e9017a0;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 19e9dfc..806328d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,274 @@ +live-boot (2.0.12-1+grml.05) unstable; urgency=low + + [ Ulrich Dangel ] + * [11365c9] Support lvm devices for live-media. + * [5eaa3c6] Support raid devices as well + + [ Christian Hofstaedtler ] + * [811e097] support DNS in boot environment + + -- Christian Hofstaedtler Sat, 26 Mar 2011 00:36:20 +0100 + +live-boot (2.0.12-1+grml.04) unstable; urgency=low + + * [ac134a9] Merge dhcphostname support into 23networking-grml + + -- Christian Hofstaedtler Mon, 27 Dec 2010 08:44:00 +0100 + +live-boot (2.0.12-1+grml.03) unstable; urgency=low + + * [ebe30c3] Fix usage of manual_add_modules for memdisk boot. + manual_add_modules does not support multiple options, therefore + mtdblock wasn't part of the initramfs. + * [2f4cf82] Support /dev/mtdblock0 as valid device name to + proberly support memdisk boot. + * [4582073] Fix behaviour of toram bootoption (without any + additional arguments) to correctly copy whole medium to RAM. + + -- Michael Prokop Mon, 20 Dec 2010 17:57:38 +0100 + +live-boot (2.0.12-1+grml.02) unstable; urgency=low + + * Rely on the kernel and initramfs-tools for bootoption ip=. We therefore + inherit their syntax. [Closes: issue477] + * Properly configure DNS when resolvconf is installed and the system uses + ip=dhcp for network configuration. + + -- Christian Hofstaedtler Fri, 10 Dec 2010 13:09:00 +0100 + +live-boot (2.0.12-1+grml.01) unstable; urgency=low + + * [ed8e483] Always honor the "nodhcp" boot option. + Thanks to Ulrich Dangel for fixing this regression. + + -- Christian Hofstaedtler Tue, 07 Dec 2010 14:43:02 +0100 + +live-boot (2.0.12-1+grml.00) unstable; urgency=low + + Initial release for grml. + + [ Christian Hofstaedtler ] + * add dpatch support to build process + * readd grml patches + * remove unused boot scripts + * update debian/control for grml + + [ Michael Prokop ] + * Provide debian/patches/disabled/09_fix_resolvconf_pxeboot.dpatch as + 15_remove_resolv_conf_symlink.dpatch + + -- Christian Hofstaedtler Fri, 03 Dec 2010 00:18:47 +0100 + +live-boot (2.0.12-1) unstable; urgency=medium + + [ T(A)ILS developers ] + * Fixing fromiso= on Squeeze. + + -- Daniel Baumann Mon, 22 Nov 2010 23:27:01 +0100 + +live-boot (2.0.11-1) unstable; urgency=medium + + * Removing deep link to bug page in the manual, since we don't have + stable references yet. + + -- Daniel Baumann Thu, 28 Oct 2010 09:22:02 +0200 + +live-boot (2.0.10-1) unstable; urgency=medium + + * Don't do anything in initscript when using toram (Closes: #601575). + + -- Daniel Baumann Wed, 27 Oct 2010 14:54:58 +0200 + +live-boot (2.0.9-1) unstable; urgency=low + + [ T(A)ILS developers ] + * Fixing overzealous blacklist usage. + * Adding documentation for persistent=cryptsetup in the manpage. + + -- Daniel Baumann Tue, 26 Oct 2010 09:15:54 +0200 + +live-boot (2.0.8-1) unstable; urgency=medium + + [ amnesia ] + * Adding live-snapshot.list documentation to manpage. + + -- Daniel Baumann Tue, 12 Oct 2010 11:20:12 +0200 + +live-boot (2.0.7-1) unstable; urgency=medium + + [ Michal Suchanek ] + * Adding initial support for unionmount. + + [ Marco Amadori ] + * Included a note about persistent-subtext (Helps: #536728). + + [ Daniel Baumann ] + * Running manpage rebuild after manpage updates. + + -- Daniel Baumann Sat, 02 Oct 2010 10:06:41 +0200 + +live-boot (2.0.6-1) unstable; urgency=medium + + [ intrigeri ] + * Fixing find_snap to take its second argument into account. + + -- Daniel Baumann Sat, 25 Sep 2010 22:48:35 +0200 + +live-boot (2.0.5-1) unstable; urgency=low + + [ Marco Amadori ] + * Fix snapshots' sync-strings usage (Closes: #591330). + * Fixed some snapshot related debug messages. + * Added support for empty (initial) snapshots. + + [ Daniel Baumann ] + * Adding patch from Colin Watson to follow + symlinks when checking for dynamically linked files at reboot in + initscript. + + -- Daniel Baumann Tue, 14 Sep 2010 08:55:02 +0200 + +live-boot (2.0.4-1) unstable; urgency=low + + [ Daniel Baumann ] + * Applying patch from Luke Yelavich to instead of + mangling the main sudoers file in accessibility bottom script, + create a new file in /etc/sudoers.d and set permissions + appropriately. + * Applying patch from Michael Casadevall to + add platform-sata_mv to is_nice_device() to allow Marvell Dove A0 + and AVD1 to properly boot live media. + * Updating uinstall targets in makefile. + + [ Steven Shiau ] + * Allowing to assign no gateway in networking bottom script. + + [ Daniel Baumann ] + * Removing usplash support from initscript, usplash is dead. + * Removing usplash support in initramfs, usplash is dead. + * Adding plymouth in bug script. + + -- Daniel Baumann Mon, 06 Sep 2010 15:21:24 +0200 + +live-boot (2.0.3-1) unstable; urgency=low + + * Exiting with 0 in live-boot bug script (Closes: #595262). + * Using boot.d instead of boot.conf.d as directory name for custom + configuration files. + + -- Daniel Baumann Thu, 02 Sep 2010 22:43:03 +0200 + +live-boot (2.0.2-1) unstable; urgency=low + + * Updating seperators in networking bottom script to fix ip parameter + parsing (Closes: #590494). + * Updating live-build reference in manpages. + * Checking for file existence in initramfs hook (Closes: #595264). + * Adding live-toram script to copy the running live system to ram and + eject the live media. + + -- Daniel Baumann Thu, 02 Sep 2010 18:25:12 +0200 + +live-boot (2.0.1-1) unstable; urgency=low + + [ Michael Prokop ] + * Adding workaround for aufs issue in kernel versions around 2.6.33. + + [ Daniel Baumann ] + * Using allow-hotplug instead of auto in automatically created + /etc/network/interfaces file. + + -- Daniel Baumann Wed, 01 Sep 2010 18:25:08 +0200 + +live-boot (2.0.0-1) unstable; urgency=low + + * Updating debian-installer languagelist. + * Moving configs to etc directory within the source tree. + * Removing old docs. + + -- Daniel Baumann Tue, 10 Aug 2010 01:48:01 +0200 + +live-boot (2.0~a16-1) unstable; urgency=high + + [ Daniel Baumann ] + * Adding support for resolving DNS names from initramfs, thanks to + Michal Suchanek for initial patch which this + is based on (Closes: #589659). + * Don't fail in Makefile when there's no checkbashism. + * Updating package to standards version 3.9.1. + + [ Michal Suchanek ] + * Fix omitpids to work with readonly images. + + -- Daniel Baumann Wed, 28 Jul 2010 20:17:11 +0200 + +live-boot (2.0~a15-1) unstable; urgency=low + + * Making inclusion of languagelist conditional in live hook. + * Updating depends of live-initramfs transitional package to reflect + relaxed backend depends. + + -- Daniel Baumann Sat, 17 Jul 2010 17:19:16 +0200 + +live-boot (2.0~a14-1) unstable; urgency=low + + * Improving backend dependencies (Closes: #589326). + + -- Daniel Baumann Sat, 17 Jul 2010 00:37:33 +0200 + +live-boot (2.0~a13-1) unstable; urgency=low + + * Listing fromiso parameter in manpage (Closes: #588667). + * Improving test targets in Makefile a bit. + * Improving clean target in manpages Makefile a bit. + * Adding Chris in copyright file (for live-snapshot that is). + + -- Daniel Baumann Thu, 15 Jul 2010 19:31:03 +0200 + +live-boot (2.0~a12-1) unstable; urgency=low + + [ Daniel Baumann ] + * Adding preparations for booting through syslinux memdisk. + + [ Marco Amadori ] + * Avoiding using busybox cpio applet, this should fix snapshot + restore. + * Do not print misleading debug message if the snapshot was found + correctly. + * Removing unreachable code in ethdevice argument handling (Closes: + #588307). + + [ Daniel Baumann ] + * Adding btrfs support. + * Updating package to standards version 3.9.0. + + -- Daniel Baumann Wed, 07 Jul 2010 20:13:54 +0200 + +live-boot (2.0~a11-1) unstable; urgency=low + + * Updating lintian overrides. + * Adding missing depends in live-boot on its backend package. + * Removing noautologin parameter from live script, this functionallity + was moved to live-config. + + -- Daniel Baumann Sun, 20 Jun 2010 19:14:05 +0200 + +live-boot (2.0~a10-1) unstable; urgency=low + + * Removing depends on live-config in live-boot. + * Adding live-config-sysvinit to depends of live-initramfs. + * Alternatively depend on busybox or busybox-initramfs on live-boot- + initramfs-tools. + + -- Daniel Baumann Thu, 17 Jun 2010 21:52:57 +0200 + +live-boot (2.0~a9-1) unstable; urgency=low + + [ Michal Suchanek ] + * Fix missing log_end_msg in live-boot.init. + + -- Daniel Baumann Fri, 11 Jun 2010 18:42:23 +0200 + live-boot (2.0~a8-1) unstable; urgency=low * Removing serialtty bottom script.