X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=4ec305848970e6067d2c7315c1a397f92de1abe4;hb=e651a4fbfe518f6a3a8759037dcf41861639f665;hp=353df9b6dc3719ada9cff824f0d7009ff5f2c9ed;hpb=524e4fb039ccd35a7101e66b661d7b94373487c1;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 353df9b..4ec3058 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,277 @@ +live-boot (3.0~b9-1) unstable; urgency=low + + [ Tails developers ] + * Making the /live to /lib/live move for the persistence code. + * Handling already mounted persistence backing media correctly. + * Fixing persistence-media option when no devices are attached. + * Using 'local' in a safe way. + + -- Daniel Baumann Mon, 10 Dec 2012 20:01:21 +0100 + +live-boot (3.0~b8-1+grml.1) unstable; urgency=low + + The "sync with Debian's 3.0~b8-1 version" release + + [ Evgeni Golov ] + * [ce765d3] refresh patches against Debian's 3.0~b8-1 + * [b484d6d] allow the use of multiple initramfs hooks and scripts again + + -- Michael Prokop Thu, 06 Dec 2012 12:51:50 +0100 + +live-boot (3.0~b8-1) unstable; urgency=low + + * Removing eject from recommends, the script that ejects the live medium + is in live-config these days. + * Removing file from recommends, no usage of file in live-boot anymore. + * Updating package lists in bug script to match current implementations. + * Adding dpkg-source local options. + + -- Daniel Baumann Fri, 30 Nov 2012 14:48:16 +0100 + +live-boot (3.0~b7-1) unstable; urgency=low + + [ Daniel Baumann ] + * Updating file paths for /lib/live/mount. See + http://lists.debian.org/debian-live/2012/10/msg00021.html for more + information. + * Renaming /lib/live/mount/image to /lib/live/mount/medium. See + http://lists.debian.org/debian-live/2012/10/msg00023.html for more + information. + * Updating package descriptions. + * Properly wrap package descriptions to 80 characters per line. + + [ Tails developers ] + * Adding support for the previous persistence configuration file name, + for compatibility with systems that have been deployed with live- + persistence.conf already. + + -- Daniel Baumann Wed, 07 Nov 2012 15:04:32 +0100 + +live-boot (3.0~b6-1) unstable; urgency=low + + * Including hfs and hfsplus modules in initrd to access filesystems on + apple systems. + * Stopping to put a tmpfs on /root/lib/live from within initramfs, it + over-'layered' most prominently the live systems /lib/live/config, + making the runtime configuration impossible and the tmpfs is not + used or needed in the first place anyway. + * Renaming rofs to more intuitive rootfs. + * Removing source-only readme file about boot scripts from the binary + package. + * Renaming the boot scripts readme file to fixme to make it even more + obvious. + + -- Daniel Baumann Tue, 02 Oct 2012 10:32:44 +0200 + +live-boot (3.0~b5-1) unstable; urgency=low + + * Updating to standards version 3.9.4. + * Removing showmounts option as it's enable always anyway. + * Applying slightly modified patch from Reinhard Tartler + to ensure that a potentially stray tmpfs on + /live/overlay gets removed to fix netboot failures (Closes: + #685375). + + -- Daniel Baumann Sun, 30 Sep 2012 10:07:09 +0200 + +live-boot (3.0~b4-1) unstable; urgency=low + + * Switching to final name for the persistence configuration file + 'persistence.conf' in line with boot parameter. + * Moving remaining stuff from /live to /lib/live to avoid further + namespace pollution. + + -- Daniel Baumann Thu, 27 Sep 2012 13:23:33 +0200 + +live-boot (3.0~b3-1) unstable; urgency=low + + [ Daniel Baumann ] + * Always move live filesystem mounts to /root within initramfs, + regardless if mountpoint already exists or not (Closes: #688782). + + [ Gaudenz Steinlin ] + * Removing mountpoint if no persistence layer is found on a device. + + [ Daniel Baumann ] + * Exposing rofs and persistence mounts under /live in the live + systems, not just initramfs only (Closes: #687099). + * Updating code for exposing of overlay mounts under /live too. + + -- Daniel Baumann Wed, 26 Sep 2012 14:40:32 +0200 + +live-boot (3.0~b2-1) unstable; urgency=low + + * Recreating /etc/live/boot in postinst. + * Removing /etc/live/boot if empty on purge in postrm. + * Regenerating initramfs on remove. + + -- Daniel Baumann Fri, 24 Aug 2012 12:37:23 +0200 + +live-boot (3.0~b1-1) unstable; urgency=low + + [ chals ] + * Fixing build error in 'es' man pages caused by a newline conflict. + + [ Daniel Baumann ] + * Removing live-new-uuid, a rewritten one goes to live-tools. + * Adding slightly modified patch from Steven Shiau + to transition to /run for network interface + definition files which fixes resolv.conf creation for netboot. + + [ Steven Shiau ] + * Reading /conf/param.conf after Select_eth_device in main function to + fix network booting (Closes: #683240). + + [ Daniel Baumann ] + * Moving reading of initramfs-tools functions to initramfs-tools + script. + * Consistently using case instead of if for conditionals in script + boilerplate. + * Laying tmpfs on /live/overlay only during initramfs stage, fixes + boot failure with plain filesystems (Closes: #681579). + * Correcting DNS inclusion in initramfs-tools hook, thanks to Steven + Shiau for reporting. + * Simplifying usage of copy_exec function from hooks-function in + initramfs-tools hook. + * Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and + /live/image/live/boot/*.conf instead of + /live/image/live/boot.d/*.conf for consistency reasons. + * Reading configuration file from filesystem and live-media at runtime + too. + * Reading configuration files in initramfs-tools hook too. + + [ Steven Shiau ] + * Adding support for nameserver in ip= boot parameter. + + [ Daniel Baumann ] + * Making nameserver assignment from ip= bootparameter work with + persistence. + * Correcting permissions of /tmp which apparently somehow get mixed up + along the way. + * Updating scripts readme about transition to plugin based + architecture. + + -- Daniel Baumann Thu, 16 Aug 2012 12:21:04 +0200 + +live-boot (3.0~a38-1) unstable; urgency=low + + [ Daniel Baumann ] + * Extending verify-checksums parameters to allow specifying custom + list of digests. + * Harmonizing GPL boilerplate texts. + + [ Richard Nelson ] + * Correct left over references to old initramfs-tools.sh (Closes: + #682504). + + -- Daniel Baumann Fri, 27 Jul 2012 00:20:39 +0200 + +live-boot (3.0~a37-1) unstable; urgency=low + + [ Daniel Baumann ] + * Cleaning up initramfs-tools hook. + + [ Tails developers ] + * Fixing persistence backward-compatibility mode (Closes: #681176). + + [ Daniel Baumann ] + * Making swap function self contained. + * Making read-only function self contained. + * Making verify-checksums function self contained. + * Factoring out debug into an own function. + * Extending read-only parameters to allow specifying custom list of + devices. + * Avoid re-access /proc/cmdline in select-eth-device function and use + internal variable instead. + + -- Daniel Baumann Wed, 25 Jul 2012 17:18:06 +0200 + +live-boot (3.0~a36-1) unstable; urgency=low + + * Adding temporary notes in a readme file. + * Renaming boot scripts for refactoring them into numbered plugins. + * Renaming mountroot function to main to provide a generic live-boot + entry point for initramfs generators. + * Adding temporary redirection layer for dracut initramfs generator. + * Adding redirection layer for initramfs-tools initramfs generator. + * Splitting out already reviewed cmdline parsing script. + * Splitting out already reviewed read-only script. + * Splitting out already reviewed swapon script. + * Splitting out already reviewed verify-checksums script. + * Adding support for defining one or more explicit swap partitions to + be used. + + -- Daniel Baumann Wed, 18 Jul 2012 23:56:06 +0200 + +live-boot (3.0~a35-1) unstable; urgency=low + + * Correcting typo in fstab function call in mountroot, thanks to + Baurzhan Muftakhidinov . + + -- Daniel Baumann Thu, 28 Jun 2012 14:30:46 +0200 + +live-boot (3.0~a34-1) unstable; urgency=low + + [ Daniel Baumann ] + * Renaming persistent-subtext option into persistent-label and making + it define the complete label instead of a custom suffix only. + * Updating coding style in a first bunch of locations. + * Updating location for live-boot files in initramfs-tools hook, + thanks to Baurzhan Muftakhidinov . + * Making live-boot-initramfs-tools.postinst more error safe. + * Removing pre-wheezy dpkg trigger for update-initramfs. + * Removing superfluous directory in initramfs-tools hook. + * Sourcing individual live-boot scripts rather than executing them. + + [ Ben Armstrong ] + * Fix creation of /var/log/live in correct location. + + [ Daniel Baumann ] + * Switching to xz compression in source and binary packages. + + -- Daniel Baumann Wed, 27 Jun 2012 14:14:19 +0200 + +live-boot (3.0~a33-1) unstable; urgency=low + + [ chals ] + * Updating Spanish translation of man pages. + + [ Daniel Baumann ] + * Removing some more dead parameters from cmdline function. + * Removing double author entries in Spanish po files. + + -- Daniel Baumann Wed, 13 Jun 2012 13:26:49 +0200 + +live-boot (3.0~a32-1) experimental; urgency=low + + * Dropping snapshot functionality, superseeded by awesome custom mount + persistence. + * Setting persistence label for live-* 3.x persistency to + 'persistence', we're not making any difference between full-ov and + custom-ov anymore on the filesystem and partition label (it's + determined by the contents of live-persistence.conf). + + -- Daniel Baumann Wed, 06 Jun 2012 19:04:01 +0200 + +live-boot (3.0~a31-1) experimental; urgency=low + + [ Daniel Baumann ] + * Renaming etc directory to their actual name, examples, within source + tree. + * Simplyfing scripts declaration in Makefile. + + [ chals ] + * Fixing fuzzy strings in Spanish translation of man pages. + + [ Daniel Baumann ] + * Removing live-reconfigure, not used anymore. + * Removing live-preseed, not used anymore. + * Unbreaking cmdline parsing after variable rename. + * Moving off remaining functions from main boot script to subscript + for later cleanup. + + -- Daniel Baumann Tue, 05 Jun 2012 21:44:44 +0200 + live-boot (3.0~a30-1) experimental; urgency=low * Removing dead lang2locale function and associated files, not used @@ -78,6 +352,76 @@ live-boot (3.0~a28-1) experimental; urgency=low -- Daniel Baumann Mon, 04 Jun 2012 17:31:32 +0200 +live-boot (3.0~a27-1+grml.7) grml-testing; urgency=low + + * [a488db6] Enable write-mode for persistency related devices in + readonly/forensic mode + + -- Michael Prokop Fri, 14 Sep 2012 17:01:39 +0200 + +live-boot (3.0~a27-1+grml.6) grml-testing; urgency=low + + [ Lukas Schwaighofer ] + * [95fb70f] fixed legacy persistence handling + + [ Michael Prokop ] + * [ed79f48] readonly: do not check for "forensic" boot option + * [72aebf1] Move changes to scripts/live-premount/readonly into debian + patch file + + -- Michael Prokop Fri, 07 Sep 2012 13:43:08 +0200 + +live-boot (3.0~a27-1+grml.5) grml-testing; urgency=low + + * [8b51f69] Adjust 15_networking_grml.patch + 27_support_static_ip.patch + for klibc's ipconfig /run switch + * [bbeb928] Add "Breaks: klibc-utils (<< 2.0-2)" to live-boot-grml- + initramfs-tools for /run switch + * [cad0077] Refresh debian/patches/35_fix_findiso_umount.patch + * [7f450c2] Support overriding "nodhcp" boot option via "dhcp" + * [2b065a0] Adjust file permissions also of files that are added during + dh_quilt_patch stage + + -- Michael Prokop Fri, 27 Jul 2012 15:06:38 +0200 + +live-boot (3.0~a27-1+grml.4) grml-testing; urgency=low + + * [6d32dfe] Check for presence of /tmp/net-${device}.conf before + sourcing it [Closes: issue1196] Thanks to Marc 'Zugschlus' Haber for + the bugreport and debugging this issue + + -- Michael Prokop Mon, 23 Jul 2012 17:13:42 +0200 + +live-boot (3.0~a27-1+grml.3) grml-testing; urgency=low + + * [d978027] 35_fix_findiso_umount.patch: make sure ISO gets unmounted + correctly when using findiso/toram. Thanks to Christoph Biedl for the + bugreport and the patch + * [d621ee2] 34_ignore_unknown_filesystems.patch: also ignore fstype swap + + -- Michael Prokop Mon, 28 May 2012 12:27:08 +0200 + +live-boot (3.0~a27-1+grml.2) grml-testing; urgency=low + + * [e161c2c] New patch to ignore "unknown" filesystems in + is_supported_fs() [Testing: issue1170] + + -- Michael Prokop Sun, 20 May 2012 18:54:58 +0200 + +live-boot (3.0~a27-1+grml.1) grml-testing; urgency=low + + * [3039c63] Sync with Debian's upstream/3.0_a27 (new log file name, + persistency reworked,...) + * [06185b3] Bump Standards-Version, raise Build-Depends from dh 8 to dh + 9 + raise compat version to 9 + * [2998c28] Drop debian/patches/07_support_findiso.patch which is in + upstream nowadays + * [3967979] Drop deprecated debian/patches/14_no_blkid_on_lenny.patch + * [91460b9] Refresh debian/patches/ against new upstream code + * [7116647] Drop deprecated debian/patches/28_remove_localized_manpages.patch + + -- Michael Prokop Wed, 09 May 2012 14:10:37 +0200 + live-boot (3.0~a27-1) experimental; urgency=low [ Daniel Baumann ] @@ -251,6 +595,39 @@ live-boot (3.0~a25-1) unstable; urgency=low -- Daniel Baumann Mon, 06 Feb 2012 23:27:38 +0100 +live-boot (3.0~a24-1+grml.2) grml-testing; urgency=low + + [ Ulrich Dangel ] + * [87a8e76] Append nameservers provided via dns bootoption into + initramfs resolv.conf + + [ Michael Prokop ] + * [1d25495] Add genext2fs to depends [Closes: issue1126] Thanks to + Charles A. Hewson for the bugreport + + -- Michael Prokop Wed, 04 Jan 2012 16:48:38 +0100 + +live-boot (3.0~a24-1+grml.1) grml-testing; urgency=low + + * Resynchronized with Debian. + + [ Christian Hofstaedtler ] + * Resynchronized with Debian. + * Drop upstream-applied patch: 01_fix_output_file + * Drop upstream-applied patch: 10_validateroot + * Drop upstream-applied patch: 25_support_lvm_for_live-media + * 07_support_findiso: remove upstream-applied parts + * Manually refreshd patch 31_package_rename + + [ Ulrich Dangel ] + * Add kms modules to initramfs + * Install hook instead of specifying modules.d + + [ Michael Prokop ] + * Try loading phram module twice to fix loading issue. + + -- Christian Hofstaedtler Tue, 06 Dec 2011 22:26:32 +0100 + live-boot (3.0~a24-1) unstable; urgency=low * Removing quotes from udev path_id command to actually execute the @@ -357,6 +734,38 @@ live-boot (3.0~a20-1) unstable; urgency=low -- Daniel Baumann Thu, 04 Aug 2011 21:20:47 +0200 +live-boot (3.0~a19-1+grml.01) grml-testing; urgency=low + + * Depend on quilt with a version to quiet lintian + * Add debian/control headers Origin, Bugs + + -- Christian Hofstaedtler Wed, 30 Nov 2011 13:24:41 +0100 + +live-boot (3.0~a19-1+grml.00) unstable; urgency=low + + * Resync with Debian. This brings in: + [ Daniel Baumann ] + * Updating and correcting sendsigs.omit support for /run (Closes: #628188). + * Removing accidentally twice included English files when installing manpages. + * Correct rmdir call in top-level Makefiles uninstall target to not fail if there was no prior live-boot installation. + * Making references to debian more distribution neutral. + * Replacing reference to old alioth page in live-snapshot. + * Splitting out documentation so that it can be accesses separately from the initramfs code. + * Adding conflicts/replaces for live-boot to live-boot-doc to not break upgrades. + + * Grml changes: + [ Ulrich Dangel ] + * [8424e93] Use quilt instead of dpatch + * [86ca4d5] Remove old manpage live-snapshot.it.1.txt + * [7fb9e91] Support comma delimited devices in live-media-path + * [6b21c57] Depend on the same live-boot-initramfs-tools/live-boot-backend version. + + [ Christian Hofstaedtler ] + * Rename packages to not clash with Debian. + * Resynced with Debian. + + -- Christian Hofstaedtler Mon, 25 Jul 2011 02:26:40 +0200 + live-boot (3.0~a19-1) unstable; urgency=low * Correct rmdir call in top-level Makefiles uninstall target to not @@ -379,6 +788,51 @@ live-boot (3.0~a18-1) unstable; urgency=low -- Daniel Baumann Sat, 11 Jun 2011 11:24:15 +0200 +live-boot (3.0~a17-1+grml.01) unstable; urgency=low + + * [6666658] Do not fail in multiarch environment when + installing libnss_dns.so. + * [ebdefd9] Drop installation of localized manpages + from upstream Makefile. + + -- Michael Prokop Wed, 08 Jun 2011 12:15:23 +0200 + +live-boot (3.0~a17-1+grml.00) unstable; urgency=low + + [ Christian Hofstaedtler ] + * [c9a70fd] Add dpatch support to build process. + * [a9ddc0a] Readd Grml patches. + * [675f2b2] Remove unused boot scripts. + * [c4993d4] Update debian/control for Grml. + * [0716b66] Ensure 10validateroot is executable. + * [b5b937f] Always honor the "nodhcp" boot option. + * [10cf847] Don't mess around with kernel/initramfs-tools' ip=. + * [aa93321] Networking_grml: DNS for systems without resolvconf. + * [2a859b8] Merge dhcphostname support into 23networking-grml. + * [10caf0b] Support DNS in boot environment. + + [ Michael Prokop ] + * [6cd3977] Add patch number 19 to revert the toram bootoption + to expected behaviour. + * [65fa11b] Support dns bootoption. + + [ Ulrich Dangel ] + * [df17b43] Support lvm devices for live-media. + * [8ff045c] Support raid devices as well. + * [2ad3c30] Change output to live-boot.log. + * [34b4518] Explicit specify offset parameter for setup_loop. + [Closes: issue1003] + * [3ac64e5] Remove dba from uploader as this is a Grml project. + * [b289379] Support static ip configuration. + * [1371673] Improve static version. + * [9487c5d] Change nodhcp patch to unset the DHCP option as well. + * [1662374] Support nodhcp bootoption. + * [7847abd] Ignore devices with no file matching the findiso parameter. + * [7158e84] Don't show an error message if /live/image is already + unmounted. + + -- Michael Prokop Sun, 05 Jun 2011 21:29:14 +0200 + live-boot (3.0~a17-1) unstable; urgency=low [ Daniel Baumann ]