X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=debian%2Fchangelog;h=bbaab55d881041cd1817a6e600ed8deb4824dc08;hp=381fe95edc97f00fd3e99ce9b68a1dd45a5cf3bc;hb=a574e0a00b7a66f8901baaf5512f0e8e8a923a79;hpb=96b643e3a4d8ee0dcf0526182190a9d4526c626b diff --git a/debian/changelog b/debian/changelog index 381fe95..bbaab55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,591 @@ +live-boot (4.0.0-1+grml.1) unstable; urgency=medium + + * Import 4.0.0-1 from Debian. + + -- Evgeni Golov Thu, 28 Aug 2014 17:55:20 +0200 + +live-boot (4.0.0-1) unstable; urgency=low + + [ Carlos Zuferri ] + * Removing obsolete flag '--no-backups' from po4a options. + * Adding '--package-version' to po4a options. + * Adding .po integrity check target to manpages/Makefile. + + [ Daniel Baumann ] + * Adding plymouth support for LUKS passwort prompt based on a patch from + Gaudenz Steinlin (Closes: #754166). + + -- Daniel Baumann Wed, 27 Aug 2014 19:52:09 +0200 + +live-boot (4.0~alpha21-1+grml.1) UNRELEASED; urgency=medium + + * Import 4.0~alpha21 from Debian. + + -- Evgeni Golov Thu, 10 Apr 2014 08:29:49 +0200 + +live-boot (4.0~alpha21-1) unstable; urgency=low + + * Building with dh --parallel. + + -- Daniel Baumann Mon, 31 Mar 2014 21:55:30 +0200 + +live-boot (4.0~alpha20-1) unstable; urgency=low + + [ Trent W. Buck ] + * Fix cut-and-paste typo verify-checksums -> panic. + + [ Evgeni Golov ] + * Properly check if $rc_server1 is not "0.0.0.0". + * Supporting resolvconf in the squashfs. + * Do not throw warnings when /tmp/custom_mounts.list does not exist. + + -- Daniel Baumann Mon, 31 Mar 2014 21:38:22 +0200 + +live-boot (4.0~alpha19-1+grml.3) unstable; urgency=medium + + * [8acc928] try to be smarter when booting a squashfs image from + the network and using resolvconf in it. + + -- Evgeni Golov Tue, 25 Mar 2014 17:49:22 +0100 + +live-boot (4.0~alpha19-1+grml.2) unstable; urgency=medium + + * [805c218] VLAN support via boot option "vlan=:" + + -- Michael Prokop Mon, 17 Mar 2014 23:43:24 +0100 + +live-boot (4.0~alpha19-1+grml.1) unstable; urgency=medium + + * Sync Debian's 4.0~alpha19-1. + * update our patches on top of Debian's 4.0~alpha19 + Droped patches: + - 43_fix_udev_usage_in_is_nice_device.patch + - 44_fix_mdadm_usage_for_findiso.patch + * move Grml-specific patches to a separate subfolder + * move reverts/restores of old upstream behaviour to an own subdir + * consolidate Grml network related patches into 15_networking_grml.patch + + -- Evgeni Golov Sat, 08 Mar 2014 13:59:28 +0100 + +live-boot (4.0~alpha19-1) experimental; urgency=low + + * Updating copyright notices for 2014. + * Updating swap bootparameter in manpage to match code (Closes: + #738146). + * Adjusting internal file of the swap component to match its own boot + parameter. + + -- Daniel Baumann Sat, 08 Feb 2014 17:32:16 +0100 + +live-boot (4.0~alpha18-1) experimental; urgency=low + + [ Daniel Baumann ] + * Adding initial Japanese live-boot manpage translation from victory + . + + [ chals ] + * Applying patch revising grammar and spelling in live-boot.7 manpage, + thanks to victory . + * Updating live-boot translation files from the original English text. + * Updating Spanish translation of live-boot.7 manpage. + + [ victory ] + * Change plurals to singular: from "a ... media" to "a ... medium". + * Update/sync translations. + + [ Daniel Baumann ] + * Reading in panic boot parameter when overloading initramfs-tools + panic() (Closes: #729041). + + [ victory ] + * Translated persistence.conf.5. + * [man-ja] Fix a typo on the translation. + * Fix a typo: coma -> comma. + * Sync translations (0af845c). + + -- Daniel Baumann Wed, 20 Nov 2013 11:03:46 +0100 + +live-boot (4.0~alpha17-1) experimental; urgency=low + + [ Daniel Baumann ] + * Rewrapping control file. + + [ Michael Prokop ] + * Properly boot from mdadm via findiso boot option. + + [ Daniel Baumann ] + * Updating to standards version 3.9.5. + * Correcting spelling typo in overlay component breaking booting from + uncompressed filesystems, thanks to John Bazik + (Closes: #728250). + + -- Daniel Baumann Wed, 30 Oct 2013 02:44:22 +0100 + +live-boot (4.0~alpha16-1) experimental; urgency=low + + * Updating package descriptions. + * Applying patch from Michael Prokop to update udev + usage in is_nice_device() for newer udev versions. + + -- Daniel Baumann Tue, 15 Oct 2013 09:17:35 +0200 + +live-boot (4.0~a15-1) experimental; urgency=low + + [ Jan Blunck ] + * Install components into /lib/live/boot folder. + + -- Daniel Baumann Fri, 13 Sep 2013 17:21:50 +0200 + +live-boot (4.0~a14-1) experimental; urgency=low + + [ Daniel Baumann ] + * Updating note about overlay file image names in live-boot manpage, + thanks to Peter Schaefer (Closes: + #701615). + * Correcting debug variables through out the code to use the same one. + * Allowing to superseed live-boot cmdline through configuration files. + + [ chals ] + * Updating Spanish translation of live-boot man page. + + [ Steven Shiau ] + * Calculating size for the whole media "/live/image/", not only the dir + "/live/image/live/" when using toram. + + [ Daniel Baumann ] + * Reorganizing backend in source tree. + * Reorganizing frontend in source tree. + * Reorganizing components in source tree. + * Replace various mentionings of scripts with components. + * Updating code to current coding style in a some locations. + * Dropping old pre-wheezy udevadm handling. + * Dropping old pre-wheezy persistence list handling. + * Replacing variable used in one place only with explicit directory for + simplicity. + * Shortening /etc/mtab conditional creation. + * Dropping helper function used in one place only which can be replaced + with a simple ls call anyway. + * Dropping really_export dead code. + * Simplifying /etc/resolv.conf generation a bit. + * Updating indenting in network component. + + [ chals ] + * Updating the dates in man pages. + * Updating Spanish translation of man pages. + + [ Jan Blunck ] + * Use PERSISTENCE_PATH with a trailing "/". + * Move check for block device to mount_persistence_media(). + * Remount writable when moving the mountpoint of the persistence device. + * Blacklist devices used for /live/rootfs/* insted of /live/medium. + * Add support for persistence-storage type "directory". + + [ Daniel Baumann ] + * Updating debhelper install file to include additional scripts in new + location. + + -- Daniel Baumann Fri, 13 Sep 2013 14:17:30 +0200 + +live-boot (4.0~a13-1+grml.5) unstable; urgency=medium + + * [3b54472] Add support for label "persistence" to forensic mode + + -- Michael Prokop Sat, 25 Jan 2014 11:45:16 +0100 + +live-boot (4.0~a13-1+grml.4) unstable; urgency=low + + * [3d46167] Add patch to properly boot from mdadm via findiso boot + option [Closes: issue1270] Thanks to thinkgear for the bug report + and providing a test VM + + -- Michael Prokop Tue, 15 Oct 2013 16:58:17 +0200 + +live-boot (4.0~a13-1+grml.3) unstable; urgency=low + + * [79dceec] Update 9990-misc-helpers.sh to support latest udev version + [Closes: issue1278] Thanks to Michael Biebl for + helping in resolve this issue and Ulrich Dangel + for the initial patch + + -- Michael Prokop Sat, 28 Sep 2013 11:44:52 +0200 + +live-boot (4.0~a13-1+grml.2) unstable; urgency=low + + * [61895ec] Do not "exit" if boot option nonetworking is set but + "return" instead [Closes: issue1276] + * [85bddc0] Refresh debian/patches/ + + -- Michael Prokop Fri, 20 Sep 2013 16:38:53 +0200 + +live-boot (4.0~a13-1+grml.1) unstable; urgency=low + + * Sync Debian's 4.0~a13. + * [ba11a22] drop patches that were previously backported from + the 4.x upstream branch + * [5eca029, 3a80a92, eae4296, e6023f8] refresh patches against + new upstream + * [2130827] more forwardporting of deprecated persistence options + * [c06cdf4] log to boot.log, not live-boot.log + + -- Evgeni Golov Sun, 18 Aug 2013 10:53:12 +0200 + +live-boot (4.0~a13-1) experimental; urgency=low + + * Increasing tftp blocksize to maximum value per RFC 2348, thanks to + Vincent Smeets (Closes: #709887). + + -- Daniel Baumann Mon, 27 May 2013 16:45:49 +0200 + +live-boot (4.0~a12-1) experimental; urgency=low + + * Updating manpage wrt/ quickreboot (Closes: #706686). + * Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs + to make it active (Closes: #707116). + * Further guarding overwriting of /bin/mount by making it dependent on + the existence of /bin/mount.util-linux. + + -- Daniel Baumann Wed, 08 May 2013 08:42:54 +0200 + +live-boot (4.0~a11-1) experimental; urgency=low + + [ chals ] + * Updating dates in man pages. + * Updating the Spanish translation of live-boot man page. + * Updating the Spanish translation of persistence.conf man page. + * Fixing the use of one preposition in the Spanish translation of the + man pages. + + [ Daniel Baumann ] + * Renumbering the first three early scripts. + * Renaming main function to live for consistent namespace. + * Correcting leftovers from old variable handling for BOOTIF, thanks to + Andrew Jeffery (Closes: #703743). + + [ Andrew Jeffery ] + * Select BOOTIF device if defined for netboot (Closes: #703744). + * Don't quote $CIFSOPTS for mount.cifs (Closes: #703746). + + [ Peter Schaefer ] + * Adding support for luks persistence with persistence files (Closes: + #701614). + + [ David Hare ] + * Also blacklisting findiso and fromiso devices for luks file + persistence. + + -- Daniel Baumann Mon, 06 May 2013 14:28:00 +0200 + +live-boot (4.0~a10-1) experimental; urgency=low + + [ Daniel Baumann ] + * Debranding package for derivatives. + + [ Evgeni Golov ] + * Fixing condition for setting rootfs_dest_backing. + + [ Michael Stummvoll ] + * Simplifying if statement in is_live_system function. + * Fixing a bug with multiple files in is_live_path after the last + commit. + * Using is_live_path() in mount_images_in_directory() to avoid redundant + logic. + + -- Daniel Baumann Mon, 01 Apr 2013 08:20:50 +0200 + +live-boot (4.0~a9-1) experimental; urgency=low + + * Removing all references to my old email address. + + -- Daniel Baumann Sun, 10 Mar 2013 22:13:18 +0100 + +live-boot (4.0~a8-1) experimental; urgency=low + + [ Daniel Baumann ] + * Moving initramfs-tools entry-point to backends. + * Moving dracut entry-point stub to backends. + * Dropping pre-squeeze udev conditionals in initramfs-tools hook. + * Dropping conditionals in backend, stuff is either there or not but not + nothing in between. + * Correcting spelling typos, thanks to Adam D. Barratt . + + [ Evgeni Golov ] + * Fixing invalid syntax in test for opt_link. + * Checking for ${overlay}, not ${device} when trying to close + ${overlay}. + * Transforming link targets so they work after the mount was moved + (Closes: #702421). + + -- Daniel Baumann Sun, 10 Mar 2013 19:02:23 +0100 + +live-boot (4.0~a7-1) experimental; urgency=low + + * Silencing unmounting of potentially stray tmpfs on /live/overlay. + * Making loadkeys call quiet in order to not mess-up persistence, thanks + to stack (Closes: #700902). + + -- Daniel Baumann Tue, 19 Feb 2013 05:49:37 +0100 + +live-boot (4.0~a6-1) experimental; urgency=low + + [ chals ] + * Updating Spanish translation of live-boot man page, persistence-label. + + [ Daniel Baumann ] + * Adding 3.0.1-1 changelog entries. + + -- Daniel Baumann Fri, 15 Feb 2013 08:57:13 +0100 + +live-boot (4.0~a5-1) experimental; urgency=low + + [ Daniel Baumann ] + * Updating manpage year handling for 2013. + + [ Richard Nelson ] + * Replace noprompt with noeject on manpage. + + [ Daniel Baumann ] + * Updating noeject description in manpage. + + [ chals ] + * Updating Spanish translation in respect to noeject. + + [ Daniel Baumann ] + * Dropping dpkg compression level. + * Calling df with -P to avoid line wraps with overly long mountpoints. + * Removing some dead code in netbase parts. + + [ Gaudenz Steinlin ] + * Fixing support for multiple squashfs images (Closes: #696494). + * Fixing mounting of rootfs, cow and medium filesystems (Closes: + #696495). + + [ Daniel Baumann ] + * Adding 3.0.0-1 changelog entries. + * Updating manpage for persistence-label, thanks to Mike Gach + (Closes: #697873). + + -- Daniel Baumann Tue, 12 Feb 2013 08:29:27 +0100 + +live-boot (4.0~a4-1) experimental; urgency=low + + * Updating year in copyright file. + * Supporting legacy filenames for checksums in debian within verify- + checksums. + * Correcting legacy filename for checksum files. + * By default including sha256sum only in progress-linux, keep md5sum + legacy for debian. + * Adding 3.0~b11-1 changelog entries. + + -- Daniel Baumann Wed, 02 Jan 2013 11:37:12 +0100 + +live-boot (4.0~a3-1) experimental; urgency=low + + [ Daniel Baumann ] + * Adding live-tools to recommends. + + [ Michal Suchanek ] + * Including util-linux mount in initramfs. + + [ Daniel Baumann ] + * Making overwriting of /bin/mount within initramfs with mount.util- + linux dependent on fuse usage, not on some additional boot parameter. + * Correcting spelling typo in bug script. + + [ Richard Nelson ] + * Update manpage information of ip= param to correctly reflect what + 9990-netbase.sh expects. + + [ Daniel Baumann ] + * Cleaning up manpage po files. + * Adding 3.0~b10-1 changelog entries. + + -- Daniel Baumann Mon, 17 Dec 2012 20:27:46 +0100 + +live-boot (4.0~a2-1) experimental; 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 ] + * Adding 3.0~b9-1 changelog entries. + + -- Daniel Baumann Mon, 10 Dec 2012 20:06:28 +0100 + +live-boot (4.0~a1-1) experimental; urgency=low + + * Dropping specifics for squeeze based distributions. + + -- Daniel Baumann Fri, 30 Nov 2012 14:58:46 +0100 + +live-boot (3.0.1-1+grml.1) unstable; urgency=low + + * Sync Debian's 3.0.1. + * Backport some patches from Debian's debian-next (4.x) branch. + + -- Evgeni Golov Wed, 06 Mar 2013 08:07:07 +0100 + +live-boot (3.0.1-1) unstable; urgency=low + + [ chals ] + * Updating Spanish translation of live-boot man page, persistence-label. + + [ Daniel Baumann ] + * Dropping German manpage translations stubs for the release. + + -- Daniel Baumann Thu, 14 Feb 2013 19:33:17 +0100 + +live-boot (3.0.0-1) unstable; urgency=low + + [ Daniel Baumann ] + * Updating manpage year handling for 2013. + + [ Richard Nelson ] + * Replace noprompt with noeject on manpage. + + [ Daniel Baumann ] + * Updating noeject description in manpage. + + [ chals ] + * Updating Spanish translation in respect to noeject. + + [ Daniel Baumann ] + * Dropping dpkg compression level. + * Calling df with -P to avoid line wraps with overly long mountpoints. + + [ Tails developers ] + * Improving test for /etc/fstab.d support by testing for its existence + instead of /run's one. + + [ Daniel Baumann ] + * Removing some dead code in netbase parts. + + [ Gaudenz Steinlin ] + * Fixing support for multiple squashfs images (Closes: #696494). + * Fixing mounting of rootfs, cow and medium filesystems (Closes: + #696495). + + [ Daniel Baumann ] + * Correcting persistence-label handling fwrt/ legacy live-boot 2.x + support, thanks to Mike Gach (Closes: #697873). + + -- Daniel Baumann Tue, 12 Feb 2013 08:23:17 +0100 + +live-boot (3.0~b11-1) unstable; urgency=low + + * Updating year in copyright file. + * Supporting legacy filenames for checksums in debian within verify- + checksums. + * Correcting legacy filename for checksum files. + * By default including sha256sum only in progress-linux, keep md5sum + legacy for debian. + + -- Daniel Baumann Wed, 02 Jan 2013 11:32:21 +0100 + +live-boot (3.0~b10-1+grml.1) unstable; urgency=low + + [ Evgeni Golov ] + * [795263e] refresh 29_support_dns_in_initramfs.patch against + current upstream + * [2045fef] drop 43_do_not_fix_mountpoints_with_live-persistence.patch, + applied upstream + + -- Michael Prokop Tue, 18 Dec 2012 01:41:16 +0100 + +live-boot (3.0~b10-1) unstable; urgency=low + + [ Daniel Baumann ] + * Adding live-tools to recommends. + + [ Michal Suchanek ] + * Including util-linux mount in initramfs. + + [ Daniel Baumann ] + * Making overwriting of /bin/mount within initramfs with mount.util- + linux dependent on fuse usage, not on some additional boot parameter. + * Correcting spelling typo in bug script. + + [ Richard Nelson ] + * Update manpage information of ip= param to correctly reflect what + 9990-netbase.sh expects. + + [ Daniel Baumann ] + * Cleaning up manpage po files. + + [ Evgeni Golov ] + * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw. + + -- Daniel Baumann Mon, 17 Dec 2012 20:22:50 +0100 + +live-boot (3.0~b9-1+grml.1) unstable; urgency=low + + [ Evgeni Golov ] + * [bdc44cd] drop 37_fix_legacy_persistence_handling.patch, applied + upstream + + [ Michael Prokop ] + * [1aa780a] Refresh patches against current master + * [a133107] Add patch to drop nameserver handling from ip= boot + parameter + * [7782d4f] Add patch to restore support for persistence media with + LABEL=custom-ov (credits to Evgeni) + * [b7de9b2] Do not fix mountpoints with live-persistence.conf as + home-rw/live-rw (credits to Evgeni) + + -- Michael Prokop Mon, 17 Dec 2012 18:22:27 +0100 + +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 @@ -12,7 +600,7 @@ live-boot (3.0~b6-1) unstable; urgency=low * Renaming the boot scripts readme file to fixme to make it even more obvious. - -- Daniel Baumann Tue, 02 Oct 2012 10:32:44 +0200 + -- Daniel Baumann Tue, 02 Oct 2012 10:32:44 +0200 live-boot (3.0~b5-1) unstable; urgency=low @@ -23,7 +611,7 @@ live-boot (3.0~b5-1) unstable; urgency=low /live/overlay gets removed to fix netboot failures (Closes: #685375). - -- Daniel Baumann Sun, 30 Sep 2012 10:07:09 +0200 + -- Daniel Baumann Sun, 30 Sep 2012 10:07:09 +0200 live-boot (3.0~b4-1) unstable; urgency=low @@ -32,7 +620,7 @@ live-boot (3.0~b4-1) unstable; urgency=low * Moving remaining stuff from /live to /lib/live to avoid further namespace pollution. - -- Daniel Baumann Thu, 27 Sep 2012 13:23:33 +0200 + -- Daniel Baumann Thu, 27 Sep 2012 13:23:33 +0200 live-boot (3.0~b3-1) unstable; urgency=low @@ -48,7 +636,7 @@ live-boot (3.0~b3-1) unstable; urgency=low 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 + -- Daniel Baumann Wed, 26 Sep 2012 14:40:32 +0200 live-boot (3.0~b2-1) unstable; urgency=low @@ -56,7 +644,7 @@ live-boot (3.0~b2-1) unstable; urgency=low * Removing /etc/live/boot if empty on purge in postrm. * Regenerating initramfs on remove. - -- Daniel Baumann Fri, 24 Aug 2012 12:37:23 +0200 + -- Daniel Baumann Fri, 24 Aug 2012 12:37:23 +0200 live-boot (3.0~b1-1) unstable; urgency=low @@ -102,7 +690,7 @@ live-boot (3.0~b1-1) unstable; urgency=low * Updating scripts readme about transition to plugin based architecture. - -- Daniel Baumann Thu, 16 Aug 2012 12:21:04 +0200 + -- Daniel Baumann Thu, 16 Aug 2012 12:21:04 +0200 live-boot (3.0~a38-1) unstable; urgency=low @@ -115,7 +703,7 @@ live-boot (3.0~a38-1) unstable; urgency=low * Correct left over references to old initramfs-tools.sh (Closes: #682504). - -- Daniel Baumann Fri, 27 Jul 2012 00:20:39 +0200 + -- Daniel Baumann Fri, 27 Jul 2012 00:20:39 +0200 live-boot (3.0~a37-1) unstable; urgency=low @@ -135,7 +723,7 @@ live-boot (3.0~a37-1) unstable; urgency=low * 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 + -- Daniel Baumann Wed, 25 Jul 2012 17:18:06 +0200 live-boot (3.0~a36-1) unstable; urgency=low @@ -152,14 +740,14 @@ live-boot (3.0~a36-1) unstable; urgency=low * Adding support for defining one or more explicit swap partitions to be used. - -- Daniel Baumann Wed, 18 Jul 2012 23:56:06 +0200 + -- 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 + -- Daniel Baumann Thu, 28 Jun 2012 14:30:46 +0200 live-boot (3.0~a34-1) unstable; urgency=low @@ -180,7 +768,7 @@ live-boot (3.0~a34-1) unstable; urgency=low [ Daniel Baumann ] * Switching to xz compression in source and binary packages. - -- Daniel Baumann Wed, 27 Jun 2012 14:14:19 +0200 + -- Daniel Baumann Wed, 27 Jun 2012 14:14:19 +0200 live-boot (3.0~a33-1) unstable; urgency=low @@ -191,7 +779,7 @@ live-boot (3.0~a33-1) unstable; urgency=low * 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 + -- Daniel Baumann Wed, 13 Jun 2012 13:26:49 +0200 live-boot (3.0~a32-1) experimental; urgency=low @@ -202,7 +790,7 @@ live-boot (3.0~a32-1) experimental; urgency=low 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 + -- Daniel Baumann Wed, 06 Jun 2012 19:04:01 +0200 live-boot (3.0~a31-1) experimental; urgency=low @@ -221,7 +809,7 @@ live-boot (3.0~a31-1) experimental; urgency=low * Moving off remaining functions from main boot script to subscript for later cleanup. - -- Daniel Baumann Tue, 05 Jun 2012 21:44:44 +0200 + -- Daniel Baumann Tue, 05 Jun 2012 21:44:44 +0200 live-boot (3.0~a30-1) experimental; urgency=low @@ -251,7 +839,7 @@ live-boot (3.0~a30-1) experimental; urgency=low * Transforming networking bottom script into normal live-boot script. * Simplyfing initramfs-tools specific files within the source tree. - -- Daniel Baumann Tue, 05 Jun 2012 19:37:54 +0200 + -- Daniel Baumann Tue, 05 Jun 2012 19:37:54 +0200 live-boot (3.0~a29-1) experimental; urgency=low @@ -271,7 +859,7 @@ live-boot (3.0~a29-1) experimental; urgency=low * Converting read-only initramfs-tools pre-mount script into regular live-boot script. - -- Daniel Baumann Tue, 05 Jun 2012 16:00:59 +0200 + -- Daniel Baumann Tue, 05 Jun 2012 16:00:59 +0200 live-boot (3.0~a28-1) experimental; urgency=low @@ -301,7 +889,77 @@ live-boot (3.0~a28-1) experimental; urgency=low [ Evgeni Golov ] * Fixing two typos and a wrong word in comments. - -- Daniel Baumann Mon, 04 Jun 2012 17:31:32 +0200 + -- 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 @@ -349,7 +1007,7 @@ live-boot (3.0~a27-1) experimental; urgency=low * Fix typo to make home-sn snapshots work again. * Only try copying snapshots if we actually found any. - -- Daniel Baumann Mon, 09 Apr 2012 18:58:06 +0200 + -- Daniel Baumann Mon, 09 Apr 2012 18:58:06 +0200 live-boot (3.0~a26-1) experimental; urgency=low @@ -464,7 +1122,7 @@ live-boot (3.0~a26-1) experimental; urgency=low * Correcting left-over in author section of live.persist manpage. * Moving initscript to live-config. - -- Daniel Baumann Thu, 05 Apr 2012 08:14:51 +0200 + -- Daniel Baumann Thu, 05 Apr 2012 08:14:51 +0200 live-boot (3.0~a25-1) unstable; urgency=low @@ -474,14 +1132,47 @@ live-boot (3.0~a25-1) unstable; urgency=low [ Michal Suchanek ] * Add overlayfs support (Closes: #658265). - -- Daniel Baumann Mon, 06 Feb 2012 23:27:38 +0100 + -- 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 command. - -- Daniel Baumann Sun, 04 Dec 2011 09:58:23 +0100 + -- Daniel Baumann Sun, 04 Dec 2011 09:58:23 +0100 live-boot (3.0~a23-1) unstable; urgency=low @@ -520,7 +1211,7 @@ live-boot (3.0~a23-1) unstable; urgency=low * Updating live-boot man page for persistent-read-only. * Adding workaround for a busybox bug with grep -w. - -- Daniel Baumann Mon, 28 Nov 2011 18:26:11 +0100 + -- Daniel Baumann Mon, 28 Nov 2011 18:26:11 +0100 live-boot (3.0~a22-1) unstable; urgency=low @@ -536,7 +1227,7 @@ live-boot (3.0~a22-1) unstable; urgency=low [ Daniel Baumann ] * Sorting overrides in rules alphabetically. - -- Daniel Baumann Fri, 04 Nov 2011 11:37:28 +0100 + -- Daniel Baumann Fri, 04 Nov 2011 11:37:28 +0100 live-boot (3.0~a21-1) unstable; urgency=low @@ -563,7 +1254,7 @@ live-boot (3.0~a21-1) unstable; urgency=low /usr/share/doc/live-boot in validateroot bootscript, stripped live systems may or may not carry /usr/share/doc. - -- Daniel Baumann Thu, 08 Sep 2011 21:06:28 +0200 + -- Daniel Baumann Thu, 08 Sep 2011 21:06:28 +0200 live-boot (3.0~a20-1) unstable; urgency=low @@ -580,7 +1271,39 @@ live-boot (3.0~a20-1) unstable; urgency=low * Applying reformated patch from Ulrich Dangel to add support for lvm and md devices. - -- Daniel Baumann Thu, 04 Aug 2011 21:20:47 +0200 + -- 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 @@ -593,7 +1316,7 @@ live-boot (3.0~a19-1) unstable; urgency=low * Adding conflicts/replaces for live-boot to live-boot-doc to not break upgrades. - -- Daniel Baumann Wed, 13 Jul 2011 10:28:33 +0200 + -- Daniel Baumann Wed, 13 Jul 2011 10:28:33 +0200 live-boot (3.0~a18-1) unstable; urgency=low @@ -602,7 +1325,52 @@ live-boot (3.0~a18-1) unstable; urgency=low * Removing accidentally twice included English files when installing manpages. - -- Daniel Baumann Sat, 11 Jun 2011 11:24:15 +0200 + -- 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 @@ -619,13 +1387,13 @@ live-boot (3.0~a17-1) unstable; urgency=low * Copy resolv.conf to live system root (Closes: #627178). * Tidy up resolv.conf a bit. - -- Daniel Baumann Wed, 18 May 2011 19:31:27 +0200 + -- Daniel Baumann Wed, 18 May 2011 19:31:27 +0200 live-boot (3.0~a16-1) unstable; urgency=low * Adding old 2.x changelog entries in debian changelog. - -- Daniel Baumann Mon, 14 Mar 2011 06:27:17 +0100 + -- Daniel Baumann Mon, 14 Mar 2011 06:27:17 +0100 live-boot (3.0~a15-1) experimental; urgency=low @@ -645,7 +1413,7 @@ live-boot (3.0~a15-1) experimental; urgency=low * Fixing remaining fromiso= bug. * Fixing syntax error. - -- Daniel Baumann Wed, 09 Mar 2011 18:01:07 +0100 + -- Daniel Baumann Wed, 09 Mar 2011 18:01:07 +0100 live-boot (3.0~a14-1) experimental; urgency=low @@ -668,7 +1436,7 @@ live-boot (3.0~a14-1) experimental; urgency=low * Supporting /dev/mtdblock0 as valid device name (for memdisk boot), thanks to Michael Prokop . - -- Daniel Baumann Tue, 11 Jan 2011 13:38:56 +0100 + -- Daniel Baumann Tue, 11 Jan 2011 13:38:56 +0100 live-boot (3.0~a13-1) experimental; urgency=low @@ -686,7 +1454,7 @@ live-boot (3.0~a13-1) experimental; urgency=low [ Richard Nelson ] * Clean some leading whitespaces. - -- Daniel Baumann Mon, 06 Dec 2010 11:27:07 +0100 + -- Daniel Baumann Mon, 06 Dec 2010 11:27:07 +0100 live-boot (3.0~a12-1) experimental; urgency=low @@ -696,7 +1464,7 @@ live-boot (3.0~a12-1) experimental; urgency=low [ Daniel Baumann ] * Adding dpkg source options file. - -- Daniel Baumann Mon, 22 Nov 2010 23:29:48 +0100 + -- Daniel Baumann Mon, 22 Nov 2010 23:29:48 +0100 live-boot (3.0~a11-1) experimental; urgency=low @@ -708,13 +1476,13 @@ live-boot (3.0~a11-1) experimental; urgency=low * Removing deep link to bug page in the manual, since we don't have stable references yet. - -- Daniel Baumann Thu, 28 Oct 2010 09:28:43 +0200 + -- Daniel Baumann Thu, 28 Oct 2010 09:28:43 +0200 live-boot (3.0~a10-1) experimental; urgency=low * Don't do anything in initscript when using toram (Closes: #601575). - -- Daniel Baumann Wed, 27 Oct 2010 14:58:03 +0200 + -- Daniel Baumann Wed, 27 Oct 2010 14:58:03 +0200 live-boot (3.0~a9-1) experimental; urgency=low @@ -728,7 +1496,7 @@ live-boot (3.0~a9-1) experimental; urgency=low * Fixing overzealous blacklist usage. * Adding documentation for persistent=cryptsetup in the manpage. - -- Daniel Baumann Tue, 26 Oct 2010 09:24:51 +0200 + -- Daniel Baumann Tue, 26 Oct 2010 09:24:51 +0200 live-boot (3.0~a8-1) experimental; urgency=low @@ -742,14 +1510,14 @@ live-boot (3.0~a8-1) experimental; urgency=low * Running manpage rebuild after manpage updates. * Updating to debhelper version 8. - -- Daniel Baumann Sat, 02 Oct 2010 10:15:03 +0200 + -- Daniel Baumann Sat, 02 Oct 2010 10:15:03 +0200 live-boot (3.0~a7-1) experimental; urgency=low [ intrigeri ] * Fixing find_snap to take its second argument into account. - -- Daniel Baumann Sat, 25 Sep 2010 22:46:54 +0200 + -- Daniel Baumann Sat, 25 Sep 2010 22:46:54 +0200 live-boot (3.0~a6-1) experimental; urgency=low @@ -763,7 +1531,7 @@ live-boot (3.0~a6-1) experimental; urgency=low symlinks when checking for dynamically linked files at reboot in initscript. - -- Daniel Baumann Tue, 14 Sep 2010 08:51:59 +0200 + -- Daniel Baumann Tue, 14 Sep 2010 08:51:59 +0200 live-boot (3.0~a5-1) experimental; urgency=low @@ -786,7 +1554,7 @@ live-boot (3.0~a5-1) experimental; urgency=low * Removing usplash support in initramfs, usplash is dead. * Adding plymouth in bug script. - -- Daniel Baumann Mon, 06 Sep 2010 15:17:15 +0200 + -- Daniel Baumann Mon, 06 Sep 2010 15:17:15 +0200 live-boot (3.0~a4-1) experimental; urgency=low @@ -794,7 +1562,7 @@ live-boot (3.0~a4-1) experimental; urgency=low * Using boot.d instead of boot.conf.d as directory name for custom configuration files. - -- Daniel Baumann Thu, 02 Sep 2010 22:46:45 +0200 + -- Daniel Baumann Thu, 02 Sep 2010 22:46:45 +0200 live-boot (3.0~a3-1) experimental; urgency=low @@ -804,7 +1572,7 @@ live-boot (3.0~a3-1) experimental; urgency=low * Adding reference to live-tools in manpages. * Checking for file existence in initramfs hook (Closes: #595264). - -- Daniel Baumann Thu, 02 Sep 2010 18:28:40 +0200 + -- Daniel Baumann Thu, 02 Sep 2010 18:28:40 +0200 live-boot (3.0~a2-1) experimental; urgency=low @@ -825,7 +1593,7 @@ live-boot (3.0~a2-1) experimental; urgency=low * Using allow-hotplug instead of auto in automatically created /etc/network/interfaces file. - -- Daniel Baumann Wed, 01 Sep 2010 18:27:33 +0200 + -- Daniel Baumann Wed, 01 Sep 2010 18:27:33 +0200 live-boot (3.0~a1-1) experimental; urgency=low @@ -833,7 +1601,7 @@ live-boot (3.0~a1-1) experimental; urgency=low * Removing live-initramfs transitional package. * Removing lenny support. - -- Daniel Baumann Tue, 10 Aug 2010 02:02:39 +0200 + -- Daniel Baumann Tue, 10 Aug 2010 02:02:39 +0200 live-boot (2.0.15-1) unstable; urgency=low @@ -844,7 +1612,7 @@ live-boot (2.0.15-1) unstable; urgency=low [ Marco Amadori ] * Adjust copyright entry in live-snapshot. - -- Daniel Baumann Tue, 01 Feb 2011 22:49:03 +0100 + -- Daniel Baumann Tue, 01 Feb 2011 22:49:03 +0100 live-boot (2.0.14-1) unstable; urgency=low @@ -857,7 +1625,7 @@ live-boot (2.0.14-1) unstable; urgency=low * Supporting /dev/mtdblock0 as valid device name (for memdisk boot), thanks to Michael Prokop . - -- Daniel Baumann Fri, 24 Dec 2010 18:51:57 +0100 + -- Daniel Baumann Fri, 24 Dec 2010 18:51:57 +0100 live-boot (2.0.13-1) unstable; urgency=medium @@ -865,27 +1633,27 @@ live-boot (2.0.13-1) unstable; urgency=medium * Remounting cow read-only before prompting user to remove usb flash drive. - -- Daniel Baumann Mon, 06 Dec 2010 11:18:32 +0100 + -- Daniel Baumann Mon, 06 Dec 2010 11:18:32 +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 + -- 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 + -- 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 + -- Daniel Baumann Wed, 27 Oct 2010 14:54:58 +0200 live-boot (2.0.9-1) unstable; urgency=low @@ -893,14 +1661,14 @@ live-boot (2.0.9-1) unstable; urgency=low * Fixing overzealous blacklist usage. * Adding documentation for persistent=cryptsetup in the manpage. - -- Daniel Baumann Tue, 26 Oct 2010 09:15:54 +0200 + -- 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 + -- Daniel Baumann Tue, 12 Oct 2010 11:20:12 +0200 live-boot (2.0.7-1) unstable; urgency=medium @@ -913,14 +1681,14 @@ live-boot (2.0.7-1) unstable; urgency=medium [ Daniel Baumann ] * Running manpage rebuild after manpage updates. - -- Daniel Baumann Sat, 02 Oct 2010 10:06:41 +0200 + -- 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 + -- Daniel Baumann Sat, 25 Sep 2010 22:48:35 +0200 live-boot (2.0.5-1) unstable; urgency=low @@ -934,7 +1702,7 @@ live-boot (2.0.5-1) unstable; urgency=low symlinks when checking for dynamically linked files at reboot in initscript. - -- Daniel Baumann Tue, 14 Sep 2010 08:55:02 +0200 + -- Daniel Baumann Tue, 14 Sep 2010 08:55:02 +0200 live-boot (2.0.4-1) unstable; urgency=low @@ -956,7 +1724,7 @@ live-boot (2.0.4-1) unstable; urgency=low * Removing usplash support in initramfs, usplash is dead. * Adding plymouth in bug script. - -- Daniel Baumann Mon, 06 Sep 2010 15:21:24 +0200 + -- Daniel Baumann Mon, 06 Sep 2010 15:21:24 +0200 live-boot (2.0.3-1) unstable; urgency=low @@ -964,7 +1732,7 @@ live-boot (2.0.3-1) unstable; urgency=low * 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 + -- Daniel Baumann Thu, 02 Sep 2010 22:43:03 +0200 live-boot (2.0.2-1) unstable; urgency=low @@ -975,7 +1743,7 @@ live-boot (2.0.2-1) unstable; urgency=low * 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 + -- Daniel Baumann Thu, 02 Sep 2010 18:25:12 +0200 live-boot (2.0.1-1) unstable; urgency=low @@ -986,7 +1754,7 @@ live-boot (2.0.1-1) unstable; urgency=low * Using allow-hotplug instead of auto in automatically created /etc/network/interfaces file. - -- Daniel Baumann Wed, 01 Sep 2010 18:25:08 +0200 + -- Daniel Baumann Wed, 01 Sep 2010 18:25:08 +0200 live-boot (2.0.0-1) unstable; urgency=low @@ -994,7 +1762,7 @@ live-boot (2.0.0-1) unstable; urgency=low * Moving configs to etc directory within the source tree. * Removing old docs. - -- Daniel Baumann Tue, 10 Aug 2010 01:48:01 +0200 + -- Daniel Baumann Tue, 10 Aug 2010 01:48:01 +0200 live-boot (2.0~a16-1) unstable; urgency=high @@ -1008,7 +1776,7 @@ live-boot (2.0~a16-1) unstable; urgency=high [ Michal Suchanek ] * Fix omitpids to work with readonly images. - -- Daniel Baumann Wed, 28 Jul 2010 20:17:11 +0200 + -- Daniel Baumann Wed, 28 Jul 2010 20:17:11 +0200 live-boot (2.0~a15-1) unstable; urgency=low @@ -1016,13 +1784,13 @@ live-boot (2.0~a15-1) unstable; urgency=low * Updating depends of live-initramfs transitional package to reflect relaxed backend depends. - -- Daniel Baumann Sat, 17 Jul 2010 17:19:16 +0200 + -- 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 + -- Daniel Baumann Sat, 17 Jul 2010 00:37:33 +0200 live-boot (2.0~a13-1) unstable; urgency=low @@ -1031,7 +1799,7 @@ live-boot (2.0~a13-1) unstable; urgency=low * 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 + -- Daniel Baumann Thu, 15 Jul 2010 19:31:03 +0200 live-boot (2.0~a12-1) unstable; urgency=low @@ -1050,7 +1818,7 @@ live-boot (2.0~a12-1) unstable; urgency=low * Adding btrfs support. * Updating package to standards version 3.9.0. - -- Daniel Baumann Wed, 07 Jul 2010 20:13:54 +0200 + -- Daniel Baumann Wed, 07 Jul 2010 20:13:54 +0200 live-boot (2.0~a11-1) unstable; urgency=low @@ -1059,7 +1827,7 @@ live-boot (2.0~a11-1) unstable; urgency=low * Removing noautologin parameter from live script, this functionallity was moved to live-config. - -- Daniel Baumann Sun, 20 Jun 2010 19:14:05 +0200 + -- Daniel Baumann Sun, 20 Jun 2010 19:14:05 +0200 live-boot (2.0~a10-1) unstable; urgency=low @@ -1068,14 +1836,14 @@ live-boot (2.0~a10-1) unstable; urgency=low * Alternatively depend on busybox or busybox-initramfs on live-boot- initramfs-tools. - -- Daniel Baumann Thu, 17 Jun 2010 21:52:57 +0200 + -- 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 + -- Daniel Baumann Fri, 11 Jun 2010 18:42:23 +0200 live-boot (2.0~a8-1) unstable; urgency=low @@ -1083,7 +1851,7 @@ live-boot (2.0~a8-1) unstable; urgency=low * Removing compcache configuration file. * Removing options that are now in live-config from parameters.txt. - -- Daniel Baumann Thu, 10 Jun 2010 12:38:52 +0200 + -- Daniel Baumann Thu, 10 Jun 2010 12:38:52 +0200 live-boot (2.0~a7-1) unstable; urgency=low @@ -1096,7 +1864,7 @@ live-boot (2.0~a7-1) unstable; urgency=low * Removing xconfig, xdriver, and xvideomode scripts, live-config takes care about that now. - -- Daniel Baumann Tue, 08 Jun 2010 20:22:33 +0200 + -- Daniel Baumann Tue, 08 Jun 2010 20:22:33 +0200 live-boot (2.0~a6-1) unstable; urgency=low @@ -1115,7 +1883,7 @@ live-boot (2.0~a6-1) unstable; urgency=low before ejecting media. * Using sendsigs.omit to avoid killing / (Closes: #584690). - -- Daniel Baumann Tue, 08 Jun 2010 06:03:21 +0200 + -- Daniel Baumann Tue, 08 Jun 2010 06:03:21 +0200 live-boot (2.0~a5-1) unstable; urgency=low @@ -1144,40 +1912,40 @@ live-boot (2.0~a5-1) unstable; urgency=low * Removing apt_cdrom bottom script, not used anyway. * Removing some boot parameters obsoleted by live-config. - -- Daniel Baumann Sat, 05 Jun 2010 14:13:10 +0200 + -- Daniel Baumann Sat, 05 Jun 2010 14:13:10 +0200 live-boot (2.0~a4-1) unstable; urgency=low * Removing obsolete boot parameter from manpages. * Running checkbashisms with -f and -x in Makefile. - -- Daniel Baumann Wed, 02 Jun 2010 22:47:20 +0200 + -- Daniel Baumann Wed, 02 Jun 2010 22:47:20 +0200 live-boot (2.0~a3-1) unstable; urgency=low * Removing umountfs bottom script, not needed anymore (see #518463). - -- Daniel Baumann Sun, 30 May 2010 09:28:32 +0200 + -- Daniel Baumann Sun, 30 May 2010 09:28:32 +0200 live-boot (2.0~a2-1) unstable; urgency=low * Removing locales bottom script, now handled by live-config. * Simplyfing makefile a bit. - -- Daniel Baumann Thu, 27 May 2010 22:42:36 +0200 + -- Daniel Baumann Thu, 27 May 2010 22:42:36 +0200 live-boot (2.0~a1-1) experimental; urgency=low * Initial release. - -- Daniel Baumann Mon, 24 May 2010 10:46:39 +0200 + -- Daniel Baumann Mon, 24 May 2010 10:46:39 +0200 live-initramfs (1.236.2-1) unstable; urgency=medium * Removing spurious '+' when making debconf db read-only (Closes: #581808). - -- Daniel Baumann Tue, 18 May 2010 06:51:31 +0200 + -- Daniel Baumann Tue, 18 May 2010 06:51:31 +0200 live-initramfs (1.236.1-1) unstable; urgency=low @@ -1203,7 +1971,7 @@ live-initramfs (1.236.1-1) unstable; urgency=low * Merging casper 1.235. * Merging casper 1.236. - -- Daniel Baumann Sun, 16 May 2010 06:03:01 +0200 + -- Daniel Baumann Sun, 16 May 2010 06:03:01 +0200 live-initramfs (1.215.1-1) unstable; urgency=low @@ -1228,7 +1996,7 @@ live-initramfs (1.215.1-1) unstable; urgency=low [ Steven Shiau ] * No timeout as running ipconfig for network booting. - -- Daniel Baumann Sun, 02 May 2010 15:52:01 +0200 + -- Daniel Baumann Sun, 02 May 2010 15:52:01 +0200 live-initramfs (1.199.1-1) unstable; urgency=low @@ -1257,7 +2025,7 @@ live-initramfs (1.199.1-1) unstable; urgency=low * Merging casper 1.198. * Merging casper 1.199. - -- Daniel Baumann Fri, 30 Apr 2010 19:19:23 +0200 + -- Daniel Baumann Fri, 30 Apr 2010 19:19:23 +0200 live-initramfs (1.177.2-1) unstable; urgency=low @@ -1277,7 +2045,7 @@ live-initramfs (1.177.2-1) unstable; urgency=low * Do not leak modprobe options to avoid booting errors with kernel options like libata.dma=0. - -- Daniel Baumann Mon, 05 Apr 2010 10:07:12 +0200 + -- Daniel Baumann Mon, 05 Apr 2010 10:07:12 +0200 live-initramfs (1.177.1-1) unstable; urgency=low @@ -1300,7 +2068,7 @@ live-initramfs (1.177.1-1) unstable; urgency=low to unionfs-fuse. * Manually loading fuse when required. - -- Daniel Baumann Wed, 17 Mar 2010 20:29:01 +0100 + -- Daniel Baumann Wed, 17 Mar 2010 20:29:01 +0100 live-initramfs (1.173.5-1) unstable; urgency=low @@ -1319,7 +2087,7 @@ live-initramfs (1.173.5-1) unstable; urgency=low * Also respecting persistent-path parameter for snapshots (Closes: #570162). - -- Daniel Baumann Sun, 14 Mar 2010 23:27:57 +0100 + -- Daniel Baumann Sun, 14 Mar 2010 23:27:57 +0100 live-initramfs (1.173.4-1) unstable; urgency=low @@ -1328,14 +2096,14 @@ live-initramfs (1.173.4-1) unstable; urgency=low * Correcting path in previous commit. * Disabling kaboom (Closes: #556368). - -- Daniel Baumann Fri, 12 Mar 2010 18:21:00 +0100 + -- Daniel Baumann 11.localhost> Fri, 12 Mar 2010 18:21:00 +0100 live-initramfs (1.173.3-1) unstable; urgency=low * Using noxino instead of xino, as the latter is not supported by aufs2 as we need to use it. - -- Daniel Baumann Sat, 20 Feb 2010 16:16:46 +0100 + -- Daniel Baumann Sat, 20 Feb 2010 16:16:46 +0100 live-initramfs (1.173.2-1) unstable; urgency=low @@ -1357,7 +2125,7 @@ live-initramfs (1.173.2-1) unstable; urgency=low * Skip loading usb modules when quickusbmodules parameter is specified. - -- Daniel Baumann Sat, 20 Feb 2010 11:55:41 +0100 + -- Daniel Baumann Sat, 20 Feb 2010 11:55:41 +0100 live-initramfs (1.173.1-1) unstable; urgency=medium @@ -1429,7 +2197,7 @@ live-initramfs (1.173.1-1) unstable; urgency=medium [ Daniel Baumann ] * Updating to standards version 3.8.4. - -- Daniel Baumann Sun, 31 Jan 2010 16:44:08 +0100 + -- Daniel Baumann Sun, 31 Jan 2010 16:44:08 +0100 live-initramfs (1.157.4-2) unstable; urgency=high @@ -1442,7 +2210,7 @@ live-initramfs (1.157.4-2) unstable; urgency=high [ Tzafrir Cohen ] * Adjusting grep call in is_nice_device to match new output of vol_id. - -- Daniel Baumann Sat, 21 Nov 2009 19:07:41 +0100 + -- Daniel Baumann Sat, 21 Nov 2009 19:07:41 +0100 live-initramfs (1.157.4-1) unstable; urgency=medium @@ -1474,7 +2242,7 @@ live-initramfs (1.157.4-1) unstable; urgency=medium media-path when toram is used (Closes: #534878). * Simplyfing and correcting udev inclusion in initramfs hook. - -- Daniel Baumann Sun, 18 Oct 2009 20:29:31 +0200 + -- Daniel Baumann Sun, 18 Oct 2009 20:29:31 +0200 live-initramfs (1.157.3-1) unstable; urgency=low @@ -1542,7 +2310,7 @@ live-initramfs (1.157.3-1) unstable; urgency=low [ Richard Nelson ] * Allow for multiple but unique persistent media. - -- Daniel Baumann Fri, 04 Sep 2009 13:37:57 +0200 + -- Daniel Baumann Fri, 04 Sep 2009 13:37:57 +0200 live-initramfs (1.157.2-1) unstable; urgency=medium @@ -1565,7 +2333,7 @@ live-initramfs (1.157.2-1) unstable; urgency=medium * Updating eject prevention for USB devices in initscripts for linux 2.6.29 and newer. - -- Daniel Baumann Thu, 14 May 2009 10:00:00 +0200 + -- Daniel Baumann Thu, 14 May 2009 10:00:00 +0200 live-initramfs (1.157.1-1) unstable; urgency=medium @@ -1593,7 +2361,7 @@ live-initramfs (1.157.1-1) unstable; urgency=medium * Correcting check for usb when using removable-usb keyword. * Correcting typo in locale bottom script. - -- Daniel Baumann Sat, 21 Mar 2009 14:00:00 +0100 + -- Daniel Baumann Sat, 21 Mar 2009 14:00:00 +0100 live-initramfs (1.156.1-1) unstable; urgency=high @@ -1617,7 +2385,7 @@ live-initramfs (1.156.1-1) unstable; urgency=high [ Ronny Standtke ] * Do not eject USB flash drives (Closes: #457070). - -- Daniel Baumann Sun, 8 Feb 2009 15:00:00 +0100 + -- Daniel Baumann Sun, 8 Feb 2009 15:00:00 +0100 live-initramfs (1.154.8-1) unstable; urgency=high @@ -1625,7 +2393,7 @@ live-initramfs (1.154.8-1) unstable; urgency=high * Adding basic xrandr support for lenny to enforce a particular resolution through bootparameter. - -- Daniel Baumann Fri, 30 Jan 2009 00:00:00 +0100 + -- Daniel Baumann Fri, 30 Jan 2009 00:00:00 +0100 live-initramfs (1.154.7-1) unstable; urgency=medium @@ -1634,7 +2402,7 @@ live-initramfs (1.154.7-1) unstable; urgency=medium * Removing wc from hook again, that's an ubuntu only problem they have to care about. - -- Daniel Baumann Tue, 27 Jan 2009 18:00:00 +0100 + -- Daniel Baumann Tue, 27 Jan 2009 18:00:00 +0100 live-initramfs (1.154.6-1) unstable; urgency=medium @@ -1648,7 +2416,7 @@ live-initramfs (1.154.6-1) unstable; urgency=medium * Adding persistent-path to parameter list and manpage. * Actually building/cleaning manpages through targets in Makefile. - -- Daniel Baumann Mon, 26 Jan 2009 02:00:00 +0100 + -- Daniel Baumann Mon, 26 Jan 2009 02:00:00 +0100 live-initramfs (1.154.5-1) unstable; urgency=low @@ -1660,7 +2428,7 @@ live-initramfs (1.154.5-1) unstable; urgency=low * Silencing xorg reconfiguration, thanks to Ronny Standtke . - -- Daniel Baumann Mon, 12 Jan 2009 13:00:00 -0500 + -- Daniel Baumann Mon, 12 Jan 2009 13:00:00 -0500 live-initramfs (1.154.4-1) unstable; urgency=low @@ -1668,14 +2436,14 @@ live-initramfs (1.154.4-1) unstable; urgency=low * Support further checks on loopback image and support skipping union mounts (Closes: #509446). - -- Daniel Baumann Fri, 26 Dec 2008 09:00:00 +0100 + -- Daniel Baumann Fri, 26 Dec 2008 09:00:00 +0100 live-initramfs (1.154.3-1) unstable; urgency=medium * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able to set variables in previous bottom scripts. - -- Daniel Baumann Sat, 20 Dec 2008 15:00:00 +0100 + -- Daniel Baumann Sat, 20 Dec 2008 15:00:00 +0100 live-initramfs (1.154.2-1) unstable; urgency=medium @@ -1686,7 +2454,7 @@ live-initramfs (1.154.2-1) unstable; urgency=medium * Reworked integrity-check (Closes: #507477). * Cleaned the boot log a bit. - -- Daniel Baumann Thu, 11 Dec 2008 06:00:00 +0100 + -- Daniel Baumann Thu, 11 Dec 2008 06:00:00 +0100 live-initramfs (1.154.1-1) unstable; urgency=low @@ -1699,7 +2467,7 @@ live-initramfs (1.154.1-1) unstable; urgency=low * Also adding ralink to network device check. * Removing spurious 'livefs_root' in copy_live_to();. - -- Daniel Baumann Tue, 25 Nov 2008 12:00:00 +0100 + -- Daniel Baumann Tue, 25 Nov 2008 12:00:00 +0100 live-initramfs (1.139.1-4) unstable; urgency=medium @@ -1728,7 +2496,7 @@ live-initramfs (1.139.1-4) unstable; urgency=medium * Do not pollute the logs when looking for swap partitions. * Removed all "cat | grep", with grep, awk and sed. - -- Daniel Baumann Tue, 11 Nov 2008 13:00:00 +0100 + -- Daniel Baumann Tue, 11 Nov 2008 13:00:00 +0100 live-initramfs (1.139.1-3) unstable; urgency=medium @@ -1761,7 +2529,7 @@ live-initramfs (1.139.1-3) unstable; urgency=medium [ Michael Prokop ] * Ignore errors from fstype. - -- Daniel Baumann Fri, 19 Sep 2008 14:00:00 +0200 + -- Daniel Baumann Fri, 19 Sep 2008 14:00:00 +0200 live-initramfs (1.139.1-2) unstable; urgency=medium @@ -1777,7 +2545,7 @@ live-initramfs (1.139.1-2) unstable; urgency=medium [ Michal Suchanek ] * Enabling the "remove CD" prompt in splashy. - -- Daniel Baumann Mon, 1 Sep 2008 00:00:00 +0200 + -- Daniel Baumann Mon, 1 Sep 2008 00:00:00 +0200 live-initramfs (1.139.1-1) unstable; urgency=medium @@ -1849,14 +2617,14 @@ live-initramfs (1.139.1-1) unstable; urgency=medium * Adding support for using tftp in fetch= parameter. * Another fix about using udevsettle or "udevadm settle". - -- Daniel Baumann Sun, 24 Aug 2008 00:00:00 +0200 + -- Daniel Baumann Sun, 24 Aug 2008 00:00:00 +0200 live-initramfs (1.136.3-1) unstable; urgency=medium [ Michael Prokop ] * Make sure mounting /cow-tmpfs provides mount options. - -- Daniel Baumann Fri, 18 Jul 2008 00:00:00 +0200 + -- Daniel Baumann Fri, 18 Jul 2008 00:00:00 +0200 live-initramfs (1.136.2-1) unstable; urgency=medium @@ -1865,7 +2633,7 @@ live-initramfs (1.136.2-1) unstable; urgency=medium udevtrigger with udevadm if available. * Correcting httpfs2 inclusion in hook. - -- Daniel Baumann Wed, 16 Jul 2008 00:00:00 +0200 + -- Daniel Baumann Wed, 16 Jul 2008 00:00:00 +0200 live-initramfs (1.136.1-1) unstable; urgency=medium @@ -1911,7 +2679,7 @@ live-initramfs (1.136.1-1) unstable; urgency=medium [ Michal Suchanek ] * Add support for httpfs= and ftpfs= parameters. - -- Daniel Baumann Mon, 14 Jul 2008 00:00:00 +0200 + -- Daniel Baumann Mon, 14 Jul 2008 00:00:00 +0200 live-initramfs (1.132.1-1) unstable; urgency=medium @@ -1944,21 +2712,21 @@ live-initramfs (1.132.1-1) unstable; urgency=medium * Workaround loop-aes-utils losetup incompatibility * Fix toram (change mount --move to mount -o move) - -- Daniel Baumann Mon, 02 Jun 2008 00:00:00 +0200 + -- Daniel Baumann Mon, 02 Jun 2008 00:00:00 +0200 live-initramfs (1.130.1-3) unstable; urgency=high * Handle non-existing klibc includes in live hook (Closes: #475783). * Adding loop-aes-utils to recommends. - -- Daniel Baumann Sat, 26 Apr 2008 16:00:00 +0200 + -- Daniel Baumann Sat, 26 Apr 2008 16:00:00 +0200 live-initramfs (1.130.1-2) unstable; urgency=medium [ Chris Lamb ] * Remove bogus dependency on Ubuntu "localechooser-data" package - -- Daniel Baumann Thu, 17 Apr 2008 06:00:00 +0200 + -- Daniel Baumann Thu, 17 Apr 2008 06:00:00 +0200 live-initramfs (1.130.1-1) unstable; urgency=medium @@ -1973,7 +2741,7 @@ live-initramfs (1.130.1-1) unstable; urgency=medium * Restricting counting of installed kernels based on /boot/vmlinuz-* instead of /boot/vmlinuz*. - -- Daniel Baumann Mon, 14 Apr 2008 00:00:00 +0200 + -- Daniel Baumann Mon, 14 Apr 2008 00:00:00 +0200 live-initramfs (1.128.1-1) unstable; urgency=medium @@ -1986,7 +2754,7 @@ live-initramfs (1.128.1-1) unstable; urgency=medium [ Daniel Baumann ] * Merging casper 1.128. - -- Daniel Baumann Mon, 7 Apr 2008 00:00:00 +0200 + -- Daniel Baumann Mon, 7 Apr 2008 00:00:00 +0200 live-initramfs (1.127.1-1) unstable; urgency=medium @@ -2007,7 +2775,7 @@ live-initramfs (1.127.1-1) unstable; urgency=medium * scripts/live: Make 'nopersistent' parameter actually disable persistence - -- Daniel Baumann Mon, 31 Mar 2008 00:00:00 +0200 + -- Daniel Baumann Mon, 31 Mar 2008 00:00:00 +0200 live-initramfs (1.125.1-1) unstable; urgency=medium @@ -2018,7 +2786,7 @@ live-initramfs (1.125.1-1) unstable; urgency=medium * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt * Rename 18hostname -> 06hostname - -- Daniel Baumann Mon, 24 Mar 2008 00:00:00 +0100 + -- Daniel Baumann Mon, 24 Mar 2008 00:00:00 +0100 live-initramfs (1.124.1-1) unstable; urgency=medium @@ -2034,7 +2802,7 @@ live-initramfs (1.124.1-1) unstable; urgency=medium [ Chris Lamb ] * 99hook: Download hook script from inside target filesystem - -- Daniel Baumann Mon, 17 Mar 2008 00:00:00 +0100 + -- Daniel Baumann Mon, 17 Mar 2008 00:00:00 +0100 live-initramfs (1.119.1-1) unstable; urgency=medium @@ -2044,7 +2812,7 @@ live-initramfs (1.119.1-1) unstable; urgency=medium * Removing disabling of kwallet. * Merging casper 1.119. - -- Daniel Baumann Mon, 10 Mar 2008 00:00:00 +0100 + -- Daniel Baumann Mon, 10 Mar 2008 00:00:00 +0100 live-initramfs (1.118.2-1) unstable; urgency=medium @@ -2063,7 +2831,7 @@ live-initramfs (1.118.2-1) unstable; urgency=medium [ Marco Amadori ] * Now it includes lzma kernel module dependencies. - -- Daniel Baumann Mon, 3 Mar 2008 00:00:00 +0100 + -- Daniel Baumann Mon, 3 Mar 2008 00:00:00 +0100 live-initramfs (1.118.1-1) unstable; urgency=medium @@ -2093,7 +2861,7 @@ live-initramfs (1.118.1-1) unstable; urgency=medium * live-helpers: add jffs2 as a valid image * live-snapshot.en.1: add ext3 and jffs2 images as valid options - -- Daniel Baumann Tue, 26 Feb 2008 13:35:00 +0100 + -- Daniel Baumann Tue, 26 Feb 2008 13:35:00 +0100 live-initramfs (1.110.7-1) unstable; urgency=medium @@ -2102,7 +2870,7 @@ live-initramfs (1.110.7-1) unstable; urgency=medium * Fixing regression from mounting the ow device on a nfs volume, thanks to An-Cheng Huang . - -- Daniel Baumann Mon, 19 Nov 2007 00:00:00 +0100 + -- Daniel Baumann Mon, 19 Nov 2007 00:00:00 +0100 live-initramfs (1.110.6-1) unstable; urgency=medium @@ -2113,7 +2881,7 @@ live-initramfs (1.110.6-1) unstable; urgency=medium * Adding checkbashsms call to test target of the Makefile as suggested by Trent W. Buck . - -- Daniel Baumann Mon, 12 Nov 2007 00:00:00 +0100 + -- Daniel Baumann Mon, 12 Nov 2007 00:00:00 +0100 live-initramfs (1.110.5-1) unstable; urgency=medium @@ -2127,7 +2895,7 @@ live-initramfs (1.110.5-1) unstable; urgency=medium thanks to Jordi Pujol . * Fixing some coding style issues. - -- Daniel Baumann Mon, 5 Nov 2007 00:00:00 +0100 + -- Daniel Baumann Mon, 5 Nov 2007 00:00:00 +0100 live-initramfs (1.110.4-1) unstable; urgency=medium @@ -2140,7 +2908,7 @@ live-initramfs (1.110.4-1) unstable; urgency=medium [ Jesse Hathaway ] * add support for mounting the cow device on an nfs volume - -- Daniel Baumann Mon, 29 Oct 2007 00:00:00 +0100 + -- Daniel Baumann Mon, 29 Oct 2007 00:00:00 +0100 live-initramfs (1.110.3-1) unstable; urgency=medium @@ -2155,7 +2923,7 @@ live-initramfs (1.110.3-1) unstable; urgency=medium [ Jesse Hathaway ] * add support for exposedroot option for live-helper - -- Daniel Baumann Mon, 22 Oct 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 22 Oct 2007 00:00:00 +0200 live-initramfs (1.110.2-1) unstable; urgency=medium @@ -2165,7 +2933,7 @@ live-initramfs (1.110.2-1) unstable; urgency=medium * Removing nodiratime as it is already included in noatime, thanks to Kel Modderman . - -- Daniel Baumann Mon, 15 Oct 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 15 Oct 2007 00:00:00 +0200 live-initramfs (1.110.1-1) unstable; urgency=medium @@ -2180,7 +2948,7 @@ live-initramfs (1.110.1-1) unstable; urgency=medium * Adjusting to live-initramfs. * Bumping version to 1.110.1-1. - -- Daniel Baumann Mon, 8 Oct 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 8 Oct 2007 00:00:00 +0200 live-initramfs (1.107.1-1) unstable; urgency=medium @@ -2203,19 +2971,19 @@ live-initramfs (1.107.1-1) unstable; urgency=medium * Merging casper 1.107. * Bumping version to 1.107.1-1. - -- Daniel Baumann Mon, 1 Oct 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 1 Oct 2007 00:00:00 +0200 live-initramfs (1.104.1-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 24 Sep 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 24 Sep 2007 00:00:00 +0200 live-initramfs (1.102.1-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 17 Sep 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 17 Sep 2007 00:00:00 +0200 live-initramfs (1.99.2-1) unstable; urgency=medium @@ -2223,119 +2991,119 @@ live-initramfs (1.99.2-1) unstable; urgency=medium - Contains patch from Jim Paris to fix wrong ipconfig usage (Closes: #440235). - -- Daniel Baumann Mon, 10 Sep 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 10 Sep 2007 00:00:00 +0200 live-initramfs (1.99.1-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 3 Sep 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 3 Sep 2007 00:00:00 +0200 live-initramfs (1.96.2-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 27 Aug 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 27 Aug 2007 00:00:00 +0200 live-initramfs (1.96.1-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 20 Aug 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 20 Aug 2007 00:00:00 +0200 live-initramfs (1.95.3-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 13 Aug 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 13 Aug 2007 00:00:00 +0200 live-initramfs (1.95.2-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 6 Aug 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 6 Aug 2007 00:00:00 +0200 live-initramfs (1.95.1-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 30 Jul 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 30 Jul 2007 00:00:00 +0200 live-initramfs (1.91.6-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 23 Jul 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 23 Jul 2007 00:00:00 +0200 live-initramfs (1.91.5-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 16 Jul 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 16 Jul 2007 00:00:00 +0200 live-initramfs (1.91.4-1) unstable; urgency=medium * New upstream release: - Dropping transitional package, not needed anymore. - -- Daniel Baumann Mon, 9 Jul 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 9 Jul 2007 00:00:00 +0200 live-initramfs (1.91.3-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 2 Jul 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 2 Jul 2007 00:00:00 +0200 live-initramfs (1.91.2-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 25 Jun 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 25 Jun 2007 00:00:00 +0200 live-initramfs (1.91.1-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 18 Jun 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 18 Jun 2007 00:00:00 +0200 live-initramfs (1.90.1-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 11 Jun 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 11 Jun 2007 00:00:00 +0200 live-initramfs (1.87.6-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 4 Jun 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 4 Jun 2007 00:00:00 +0200 live-initramfs (1.87.5-1) unstable; urgency=medium * New upstream release, replacing casper. - -- Daniel Baumann Mon, 28 May 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 28 May 2007 00:00:00 +0200 live-initramfs (1.87.4-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 21 May 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 21 May 2007 00:00:00 +0200 live-initramfs (1.87.3-1) unstable; urgency=medium * New upstream release. - -- Daniel Baumann Mon, 14 May 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 14 May 2007 00:00:00 +0200 live-initramfs (1.87.2-1) unstable; urgency=low * New upstream release. - -- Daniel Baumann Mon, 7 May 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 7 May 2007 00:00:00 +0200 live-initramfs (1.87.1-1) unstable; urgency=low * Initial release, forking casper. - -- Daniel Baumann Mon, 30 Apr 2007 00:00:00 +0200 + -- Daniel Baumann Mon, 30 Apr 2007 00:00:00 +0200