1 live-boot (4.0~alpha18-1) experimental; urgency=low
4 * Adding initial Japanese live-boot manpage translation from victory
5 <victory.deb@gmail.com>.
8 * Applying patch revising grammar and spelling in live-boot.7 manpage,
9 thanks to victory <victory.deb@gmail.com>.
10 * Updating live-boot translation files from the original English text.
11 * Updating Spanish translation of live-boot.7 manpage.
14 * Change plurals to singular: from "a ... media" to "a ... medium".
15 * Update/sync translations.
18 * Reading in panic boot parameter when overloading initramfs-tools
19 panic() (Closes: #729041).
22 * Translated persistence.conf.5.
23 * [man-ja] Fix a typo on the translation.
24 * Fix a typo: coma -> comma.
25 * Sync translations (0af845c).
27 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 20 Nov 2013 11:03:46 +0100
29 live-boot (4.0~alpha17-1) experimental; urgency=low
32 * Rewrapping control file.
35 * Properly boot from mdadm via findiso boot option.
38 * Updating to standards version 3.9.5.
39 * Correcting spelling typo in overlay component breaking booting from
40 uncompressed filesystems, thanks to John Bazik <jsb@cs.brown.edu>
43 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 30 Oct 2013 02:44:22 +0100
45 live-boot (4.0~alpha16-1) experimental; urgency=low
47 * Updating package descriptions.
48 * Applying patch from Michael Prokop <mika@grml.org> to update udev
49 usage in is_nice_device() for newer udev versions.
51 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 15 Oct 2013 09:17:35 +0200
53 live-boot (4.0~a15-1) experimental; urgency=low
56 * Install components into /lib/live/boot folder.
58 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 13 Sep 2013 17:21:50 +0200
60 live-boot (4.0~a14-1) experimental; urgency=low
63 * Updating note about overlay file image names in live-boot manpage,
64 thanks to Peter Schaefer <peter.schaefer@physik.hu-berlin.de> (Closes:
66 * Correcting debug variables through out the code to use the same one.
67 * Allowing to superseed live-boot cmdline through configuration files.
70 * Updating Spanish translation of live-boot man page.
73 * Calculating size for the whole media "/live/image/", not only the dir
74 "/live/image/live/" when using toram.
77 * Reorganizing backend in source tree.
78 * Reorganizing frontend in source tree.
79 * Reorganizing components in source tree.
80 * Replace various mentionings of scripts with components.
81 * Updating code to current coding style in a some locations.
82 * Dropping old pre-wheezy udevadm handling.
83 * Dropping old pre-wheezy persistence list handling.
84 * Replacing variable used in one place only with explicit directory for
86 * Shortening /etc/mtab conditional creation.
87 * Dropping helper function used in one place only which can be replaced
88 with a simple ls call anyway.
89 * Dropping really_export dead code.
90 * Simplifying /etc/resolv.conf generation a bit.
91 * Updating indenting in network component.
94 * Updating the dates in man pages.
95 * Updating Spanish translation of man pages.
98 * Use PERSISTENCE_PATH with a trailing "/".
99 * Move check for block device to mount_persistence_media().
100 * Remount writable when moving the mountpoint of the persistence device.
101 * Blacklist devices used for /live/rootfs/* insted of /live/medium.
102 * Add support for persistence-storage type "directory".
105 * Updating debhelper install file to include additional scripts in new
108 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 13 Sep 2013 14:17:30 +0200
110 live-boot (4.0~a13-1) experimental; urgency=low
112 * Increasing tftp blocksize to maximum value per RFC 2348, thanks to
113 Vincent Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887).
115 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 27 May 2013 16:45:49 +0200
117 live-boot (4.0~a12-1) experimental; urgency=low
119 * Updating manpage wrt/ quickreboot (Closes: #706686).
120 * Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs
121 to make it active (Closes: #707116).
122 * Further guarding overwriting of /bin/mount by making it dependent on
123 the existence of /bin/mount.util-linux.
125 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 08 May 2013 08:42:54 +0200
127 live-boot (4.0~a11-1) experimental; urgency=low
130 * Updating dates in man pages.
131 * Updating the Spanish translation of live-boot man page.
132 * Updating the Spanish translation of persistence.conf man page.
133 * Fixing the use of one preposition in the Spanish translation of the
137 * Renumbering the first three early scripts.
138 * Renaming main function to live for consistent namespace.
139 * Correcting leftovers from old variable handling for BOOTIF, thanks to
140 Andrew Jeffery <andrewj@avalon.com.au> (Closes: #703743).
143 * Select BOOTIF device if defined for netboot (Closes: #703744).
144 * Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).
147 * Adding support for luks persistence with persistence files (Closes:
151 * Also blacklisting findiso and fromiso devices for luks file
154 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 06 May 2013 14:28:00 +0200
156 live-boot (4.0~a10-1) experimental; urgency=low
159 * Debranding package for derivatives.
162 * Fixing condition for setting rootfs_dest_backing.
164 [ Michael Stummvoll ]
165 * Simplifying if statement in is_live_system function.
166 * Fixing a bug with multiple files in is_live_path after the last
168 * Using is_live_path() in mount_images_in_directory() to avoid redundant
171 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 01 Apr 2013 08:20:50 +0200
173 live-boot (4.0~a9-1) experimental; urgency=low
175 * Removing all references to my old email address.
177 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 10 Mar 2013 22:13:18 +0100
179 live-boot (4.0~a8-1) experimental; urgency=low
182 * Moving initramfs-tools entry-point to backends.
183 * Moving dracut entry-point stub to backends.
184 * Dropping pre-squeeze udev conditionals in initramfs-tools hook.
185 * Dropping conditionals in backend, stuff is either there or not but not
187 * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
191 * Fixing invalid syntax in test for opt_link.
192 * Checking for ${overlay}, not ${device} when trying to close
194 * Transforming link targets so they work after the mount was moved
197 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 10 Mar 2013 19:02:23 +0100
199 live-boot (4.0~a7-1) experimental; urgency=low
201 * Silencing unmounting of potentially stray tmpfs on /live/overlay.
202 * Making loadkeys call quiet in order to not mess-up persistence, thanks
203 to stack <stack@inventati.org> (Closes: #700902).
205 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 19 Feb 2013 05:49:37 +0100
207 live-boot (4.0~a6-1) experimental; urgency=low
210 * Updating Spanish translation of live-boot man page, persistence-label.
213 * Adding 3.0.1-1 changelog entries.
215 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 15 Feb 2013 08:57:13 +0100
217 live-boot (4.0~a5-1) experimental; urgency=low
220 * Updating manpage year handling for 2013.
223 * Replace noprompt with noeject on manpage.
226 * Updating noeject description in manpage.
229 * Updating Spanish translation in respect to noeject.
232 * Dropping dpkg compression level.
233 * Calling df with -P to avoid line wraps with overly long mountpoints.
234 * Removing some dead code in netbase parts.
237 * Fixing support for multiple squashfs images (Closes: #696494).
238 * Fixing mounting of rootfs, cow and medium filesystems (Closes:
242 * Adding 3.0.0-1 changelog entries.
243 * Updating manpage for persistence-label, thanks to Mike Gach
244 <gach.mqt@gmail.com> (Closes: #697873).
246 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 12 Feb 2013 08:29:27 +0100
248 live-boot (4.0~a4-1) experimental; urgency=low
250 * Updating year in copyright file.
251 * Supporting legacy filenames for checksums in debian within verify-
253 * Correcting legacy filename for checksum files.
254 * By default including sha256sum only in progress-linux, keep md5sum
256 * Adding 3.0~b11-1 changelog entries.
258 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 02 Jan 2013 11:37:12 +0100
260 live-boot (4.0~a3-1) experimental; urgency=low
263 * Adding live-tools to recommends.
266 * Including util-linux mount in initramfs.
269 * Making overwriting of /bin/mount within initramfs with mount.util-
270 linux dependent on fuse usage, not on some additional boot parameter.
271 * Correcting spelling typo in bug script.
274 * Update manpage information of ip= param to correctly reflect what
275 9990-netbase.sh expects.
278 * Cleaning up manpage po files.
279 * Adding 3.0~b10-1 changelog entries.
281 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 17 Dec 2012 20:27:46 +0100
283 live-boot (4.0~a2-1) experimental; urgency=low
286 * Making the /live to /lib/live move for the persistence code.
287 * Handling already mounted persistence backing media correctly.
288 * Fixing persistence-media option when no devices are attached.
289 * Using 'local' in a safe way.
292 * Adding 3.0~b9-1 changelog entries.
294 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 10 Dec 2012 20:06:28 +0100
296 live-boot (4.0~a1-1) experimental; urgency=low
298 * Dropping specifics for squeeze based distributions.
300 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 30 Nov 2012 14:58:46 +0100
302 live-boot (3.0.1-1) unstable; urgency=low
305 * Updating Spanish translation of live-boot man page, persistence-label.
308 * Dropping German manpage translations stubs for the release.
310 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 14 Feb 2013 19:33:17 +0100
312 live-boot (3.0.0-1) unstable; urgency=low
315 * Updating manpage year handling for 2013.
318 * Replace noprompt with noeject on manpage.
321 * Updating noeject description in manpage.
324 * Updating Spanish translation in respect to noeject.
327 * Dropping dpkg compression level.
328 * Calling df with -P to avoid line wraps with overly long mountpoints.
331 * Improving test for /etc/fstab.d support by testing for its existence
332 instead of /run's one.
335 * Removing some dead code in netbase parts.
338 * Fixing support for multiple squashfs images (Closes: #696494).
339 * Fixing mounting of rootfs, cow and medium filesystems (Closes:
343 * Correcting persistence-label handling fwrt/ legacy live-boot 2.x
344 support, thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
346 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 12 Feb 2013 08:23:17 +0100
348 live-boot (3.0~b11-1) unstable; urgency=low
350 * Updating year in copyright file.
351 * Supporting legacy filenames for checksums in debian within verify-
353 * Correcting legacy filename for checksum files.
354 * By default including sha256sum only in progress-linux, keep md5sum
357 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 02 Jan 2013 11:32:21 +0100
359 live-boot (3.0~b10-1) unstable; urgency=low
362 * Adding live-tools to recommends.
365 * Including util-linux mount in initramfs.
368 * Making overwriting of /bin/mount within initramfs with mount.util-
369 linux dependent on fuse usage, not on some additional boot parameter.
370 * Correcting spelling typo in bug script.
373 * Update manpage information of ip= param to correctly reflect what
374 9990-netbase.sh expects.
377 * Cleaning up manpage po files.
380 * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
382 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 17 Dec 2012 20:22:50 +0100
384 live-boot (3.0~b9-1) unstable; urgency=low
387 * Making the /live to /lib/live move for the persistence code.
388 * Handling already mounted persistence backing media correctly.
389 * Fixing persistence-media option when no devices are attached.
390 * Using 'local' in a safe way.
392 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 10 Dec 2012 20:01:21 +0100
394 live-boot (3.0~b8-1) unstable; urgency=low
396 * Removing eject from recommends, the script that ejects the live medium
397 is in live-config these days.
398 * Removing file from recommends, no usage of file in live-boot anymore.
399 * Updating package lists in bug script to match current implementations.
400 * Adding dpkg-source local options.
402 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 30 Nov 2012 14:48:16 +0100
404 live-boot (3.0~b7-1) unstable; urgency=low
407 * Updating file paths for /lib/live/mount. See
408 http://lists.debian.org/debian-live/2012/10/msg00021.html for more
410 * Renaming /lib/live/mount/image to /lib/live/mount/medium. See
411 http://lists.debian.org/debian-live/2012/10/msg00023.html for more
413 * Updating package descriptions.
414 * Properly wrap package descriptions to 80 characters per line.
417 * Adding support for the previous persistence configuration file name,
418 for compatibility with systems that have been deployed with live-
419 persistence.conf already.
421 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 07 Nov 2012 15:04:32 +0100
423 live-boot (3.0~b6-1) unstable; urgency=low
425 * Including hfs and hfsplus modules in initrd to access filesystems on
427 * Stopping to put a tmpfs on /root/lib/live from within initramfs, it
428 over-'layered' most prominently the live systems /lib/live/config,
429 making the runtime configuration impossible and the tmpfs is not
430 used or needed in the first place anyway.
431 * Renaming rofs to more intuitive rootfs.
432 * Removing source-only readme file about boot scripts from the binary
434 * Renaming the boot scripts readme file to fixme to make it even more
437 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 02 Oct 2012 10:32:44 +0200
439 live-boot (3.0~b5-1) unstable; urgency=low
441 * Updating to standards version 3.9.4.
442 * Removing showmounts option as it's enable always anyway.
443 * Applying slightly modified patch from Reinhard Tartler
444 <siretart@tauware.de> to ensure that a potentially stray tmpfs on
445 /live/overlay gets removed to fix netboot failures (Closes:
448 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 30 Sep 2012 10:07:09 +0200
450 live-boot (3.0~b4-1) unstable; urgency=low
452 * Switching to final name for the persistence configuration file
453 'persistence.conf' in line with boot parameter.
454 * Moving remaining stuff from /live to /lib/live to avoid further
457 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 27 Sep 2012 13:23:33 +0200
459 live-boot (3.0~b3-1) unstable; urgency=low
462 * Always move live filesystem mounts to /root within initramfs,
463 regardless if mountpoint already exists or not (Closes: #688782).
466 * Removing mountpoint if no persistence layer is found on a device.
469 * Exposing rofs and persistence mounts under /live in the live
470 systems, not just initramfs only (Closes: #687099).
471 * Updating code for exposing of overlay mounts under /live too.
473 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 26 Sep 2012 14:40:32 +0200
475 live-boot (3.0~b2-1) unstable; urgency=low
477 * Recreating /etc/live/boot in postinst.
478 * Removing /etc/live/boot if empty on purge in postrm.
479 * Regenerating initramfs on remove.
481 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 24 Aug 2012 12:37:23 +0200
483 live-boot (3.0~b1-1) unstable; urgency=low
486 * Fixing build error in 'es' man pages caused by a newline conflict.
489 * Removing live-new-uuid, a rewritten one goes to live-tools.
490 * Adding slightly modified patch from Steven Shiau
491 <steven@nchc.org.tw> to transition to /run for network interface
492 definition files which fixes resolv.conf creation for netboot.
495 * Reading /conf/param.conf after Select_eth_device in main function to
496 fix network booting (Closes: #683240).
499 * Moving reading of initramfs-tools functions to initramfs-tools
501 * Consistently using case instead of if for conditionals in script
503 * Laying tmpfs on /live/overlay only during initramfs stage, fixes
504 boot failure with plain filesystems (Closes: #681579).
505 * Correcting DNS inclusion in initramfs-tools hook, thanks to Steven
506 Shiau <steven@nchc.org.tw> for reporting.
507 * Simplifying usage of copy_exec function from hooks-function in
508 initramfs-tools hook.
509 * Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and
510 /live/image/live/boot/*.conf instead of
511 /live/image/live/boot.d/*.conf for consistency reasons.
512 * Reading configuration file from filesystem and live-media at runtime
514 * Reading configuration files in initramfs-tools hook too.
517 * Adding support for nameserver in ip= boot parameter.
520 * Making nameserver assignment from ip= bootparameter work with
522 * Correcting permissions of /tmp which apparently somehow get mixed up
524 * Updating scripts readme about transition to plugin based
527 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 16 Aug 2012 12:21:04 +0200
529 live-boot (3.0~a38-1) unstable; urgency=low
532 * Extending verify-checksums parameters to allow specifying custom
534 * Harmonizing GPL boilerplate texts.
537 * Correct left over references to old initramfs-tools.sh (Closes:
540 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 27 Jul 2012 00:20:39 +0200
542 live-boot (3.0~a37-1) unstable; urgency=low
545 * Cleaning up initramfs-tools hook.
548 * Fixing persistence backward-compatibility mode (Closes: #681176).
551 * Making swap function self contained.
552 * Making read-only function self contained.
553 * Making verify-checksums function self contained.
554 * Factoring out debug into an own function.
555 * Extending read-only parameters to allow specifying custom list of
557 * Avoid re-access /proc/cmdline in select-eth-device function and use
558 internal variable instead.
560 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 25 Jul 2012 17:18:06 +0200
562 live-boot (3.0~a36-1) unstable; urgency=low
564 * Adding temporary notes in a readme file.
565 * Renaming boot scripts for refactoring them into numbered plugins.
566 * Renaming mountroot function to main to provide a generic live-boot
567 entry point for initramfs generators.
568 * Adding temporary redirection layer for dracut initramfs generator.
569 * Adding redirection layer for initramfs-tools initramfs generator.
570 * Splitting out already reviewed cmdline parsing script.
571 * Splitting out already reviewed read-only script.
572 * Splitting out already reviewed swapon script.
573 * Splitting out already reviewed verify-checksums script.
574 * Adding support for defining one or more explicit swap partitions to
577 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 18 Jul 2012 23:56:06 +0200
579 live-boot (3.0~a35-1) unstable; urgency=low
581 * Correcting typo in fstab function call in mountroot, thanks to
582 Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
584 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 28 Jun 2012 14:30:46 +0200
586 live-boot (3.0~a34-1) unstable; urgency=low
589 * Renaming persistent-subtext option into persistent-label and making
590 it define the complete label instead of a custom suffix only.
591 * Updating coding style in a first bunch of locations.
592 * Updating location for live-boot files in initramfs-tools hook,
593 thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
594 * Making live-boot-initramfs-tools.postinst more error safe.
595 * Removing pre-wheezy dpkg trigger for update-initramfs.
596 * Removing superfluous directory in initramfs-tools hook.
597 * Sourcing individual live-boot scripts rather than executing them.
600 * Fix creation of /var/log/live in correct location.
603 * Switching to xz compression in source and binary packages.
605 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 27 Jun 2012 14:14:19 +0200
607 live-boot (3.0~a33-1) unstable; urgency=low
610 * Updating Spanish translation of man pages.
613 * Removing some more dead parameters from cmdline function.
614 * Removing double author entries in Spanish po files.
616 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 13 Jun 2012 13:26:49 +0200
618 live-boot (3.0~a32-1) experimental; urgency=low
620 * Dropping snapshot functionality, superseeded by awesome custom mount
622 * Setting persistence label for live-* 3.x persistency to
623 'persistence', we're not making any difference between full-ov and
624 custom-ov anymore on the filesystem and partition label (it's
625 determined by the contents of live-persistence.conf).
627 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 06 Jun 2012 19:04:01 +0200
629 live-boot (3.0~a31-1) experimental; urgency=low
632 * Renaming etc directory to their actual name, examples, within source
634 * Simplyfing scripts declaration in Makefile.
637 * Fixing fuzzy strings in Spanish translation of man pages.
640 * Removing live-reconfigure, not used anymore.
641 * Removing live-preseed, not used anymore.
642 * Unbreaking cmdline parsing after variable rename.
643 * Moving off remaining functions from main boot script to subscript
646 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 05 Jun 2012 21:44:44 +0200
648 live-boot (3.0~a30-1) experimental; urgency=low
650 * Removing dead lang2locale function and associated files, not used
652 * Converting select_eth_device initramfs-tools pre-mount script into
653 regular live-boot script.
654 * Consistenly using 'true' instead of 'Yes' or 'yes' when using
656 * Removing some dead boot parameters.
657 * Splitting out integrity-check function to subscript.
658 * Rewriting live-media checksum verification to work with any SHA and
660 * Updating read-only handling to new parameter handling.
661 * Updating internal cmdline handling.
662 * Updating swapon handling to new parameter handling.
663 * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
664 * Splitting out swap handling and rewriting to a live-boot subscript.
665 * Moving validateroot bottom script into main boot script itself.
666 * Removing exporting of variables for reviewed options in the cmdline
667 function, not required.
668 * Removing fastboot handling, the normal system handles this via
669 'fastboot' bootparameter already.
670 * Transforming persistence_excludes bottom script into normal live-
672 * Transforming fstab bottom script into normal live-boot script.
673 * Transforming networking bottom script into normal live-boot script.
674 * Simplyfing initramfs-tools specific files within the source tree.
676 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 05 Jun 2012 19:37:54 +0200
678 live-boot (3.0~a29-1) experimental; urgency=low
680 * Automatically translate date formats in po files.
681 * Starting initramfs-tools specific subdirectory within the source-
683 * Replacing live initramfs-tools script with empty stub that calls the
684 real, in future being initramfs-tools independent, script from
686 * Splitting out a first bunch of functions out to /live/live/boot/.
687 * Moving out live-helpers from initramfs-tools specifics.
688 * Adding commented 'set -e' explicitly in all subscripts to avoid
689 running it with 'set -e' until we've made sure it's properly
691 * Moving out live-functions from initramfs-tools specifics.
692 * Removing live-premount modules script, not needed anymore.
693 * Converting read-only initramfs-tools pre-mount script into regular
696 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 05 Jun 2012 16:00:59 +0200
698 live-boot (3.0~a28-1) experimental; urgency=low
701 * Improving robustness of findiso cleanup process.
702 * Using fromiso in most places where isofrom was used, thanks to
703 adrian15 <adrian15sgd@gmail.com>.
704 * Mounting fromiso filesystem on /live/fromiso instead of /fromiso,
705 thanks to adrian15 <adrian15sgd@gmail.com>.
706 * Improving robustness of fromiso cleanup process with is_mountpoint
710 * Using boot.log and /var/log/live/boot.log respectively for overall
711 consistency within all debian-live tools.
713 [ Ian Reinhart Geiser ]
714 * Fix to allow for multiple rof when exposed roots is disabled.
717 * Implement and make use of robust list functions.
720 * Fixing several typos in man pages.
721 * Adding initial Spanish translation of man pages.
724 * Fixing two typos and a wrong word in comments.
726 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 04 Jun 2012 17:31:32 +0200
728 live-boot (3.0~a27-1) experimental; urgency=low
731 * Only looking at boot.d files if they have the .conf suffix to allow
732 putting other files into these places that do not necessarily need
733 to be used by live-boot (e.g. documentation).
734 * Removing preseed bottom-script, a newly written one is now in live-
735 config where this sort of things belong.
736 * Removing header in fstab, not required.
737 * Removing outdated and broken accessibility script, this will be
738 redone in live-config properly.
739 * Replacing 'illegal' with better fitting 'invalid' for wrongly
740 crafted input examples in live.persist manpage.
741 * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
742 * Removing user and userfullname variables in scripts/live, they are
743 not used here sind live-config anymore.
744 * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
745 * Using 'persistence' (noun) rather than 'persistent'
746 (adjective/adverb) everywhere.
747 * Making extraction of the manpage section in manpages/Makefile work
748 with multiple dots in the filename.
749 * Renaming live.persist to live-persistence.conf.
752 * Adding support for the findiso boot parameter (Closes: #656135).
753 * Fixing findiso argument parsing place to match the existing
755 * Removing overkill double-checking of return code in is_mountpoint
757 * Fixing brace alignment to follow common code style.
758 * Removing leftover directory after unmounting.
762 * Merging old changelog into current changelog.
763 * Updating toplevel Makefile to work with manpages having multiple
764 dots in its filename.
765 * Renamling linkfiles option when using persistence to simply link.
768 * Allow using / as destination in custom mounts.
769 * Supress warnings when probing media for persistence.
770 * Do not probe the device mounted on /live/image for persistence.
771 * Fix typo to make home-sn snapshots work again.
772 * Only try copying snapshots if we actually found any.
774 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 09 Apr 2012 18:58:06 +0200
776 live-boot (3.0~a26-1) experimental; urgency=low
779 * Updating year in copyright.
780 * Updating copyright file machine-readable format version 1.0.
781 * Updating to standards version 3.9.3.
782 * Quoting noprompt variable in initscript to avoid syntax errors,
783 thanks to Philip Newborough <corenominal@corenominal.org>.
784 * Correcting log_end_msg usages in connection with verbosity checks in
785 live-boot initscript, thanks to Pablo Barbachano
786 <pablobarbachano@yahoo.es> (Closes: #665689).
787 * Replacing live-boot initscript with a stub and moving the actual
788 code to /lib/live/boot.sh to allow different initsystem support in
790 * Removing some of the now useless sysvinit specifics from
794 * Adding initial work on a custom mounts system.
797 * Correcting indenting initial work on a custom mounts system to
799 * Avoid calling rm without -f in initial work on a custom mounts
800 system to ensure non-interactivity.
801 * Avoid '==' bashism in initial work on a custom mounts system to
802 ensure posix compatiblity.
805 * Prevent custom mounting in /live.
806 * Optionally symlink files from persistent source instead of mount it.
807 * Separate overlay labels for full and custom persistence.
808 * Remove some temporary custom mount related files after they're used.
811 * Calling rm without -f when removing some temporary custom mount
812 related files to ensure non-interactivity.
815 * Handle custom mounts options a bit more beautifully.
816 * Continue the correct for-loop so incorrect custom mount is skipped.
817 * Refactor union mounting into its own function.
818 * Workaround busybox's inability to detect symlinks with [ -e ].
819 * Make union mounting more sensible and robust.
820 * Ignore empty lines in live.persist.
821 * Remove the correct file.
822 * Optionally mount custom mounts as unions.
823 * Fix mask usage in links_files().
826 * Correcting syntax when using if constructs in links_files().
829 * Refactor persistent custom mounting from live into live-helpers.
830 * Accept using several persistent media with custom-ov label.
831 * Use same device backing path as used in other places.
832 * Close unused LUKS devices in all cases.
835 * Adjusting mount calls when using nfs options (Closes: #667435).
838 * Refactor live-boot argument parser from live into live-helpers.
839 * Refactor some global variables from live into live-helpers.
840 * Refactor find_persistent_media().
841 * Add support for probing partitions' GPT name just like filesystem
843 * Some minor cleanups.
844 * Handle already mounted devices and closing of unused luks devices
846 * Add backwards compatibility for old labels: live-{rw,sn} and home-
848 * We don't black list storage devices any more.
849 * Check if luks device is already open before trying to open it.
850 * Fixup some style issues.
851 * Refactor mounting of persistent storage media.
853 * Remove two FIXME:s that are not really relevant.
854 * Don't allow . or .. in live.persist paths.
855 * Use trim_path when we compare paths.
856 * Make handling of LUKS encrypted GPT partitions more sane.
857 * Handle list arguments better in get_custom_mounts().
858 * Copy ownership/perms from source to rw-branch in read-only mode.
859 * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
860 * Refactor closing of persistent devices upon failure.
861 * Create the source dir for custom mounts using the 'linkfiles'
863 * Fix ownership/perms for created union/linkfiles source dirs.
864 * Do not allow mutually exclusive custom mount options.
865 * Add a note about a potential, future code simplification.
866 * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
867 * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
868 * Make two custom mounts with nested source directories illegal.
869 * Improve error message.
870 * Remove cow dir contents that are in the way for custom mounts.
871 * Also create parents when creating union/linkfiles source
873 * Update live-boot(7) man page and add new one for live.persist(5).
874 * Delete existing files in the destination's path when creating it.
875 * Adding functions equivalent to chmod/chown --reference.
876 * Fix ownership for links created for linkfiles custom mounts.
877 * Add 'bind' option for the default behaviour of custom mounts (bind-
879 * Use trim_path() instead of custom sed stanza to trim /:es from
881 * Copy perms/ownership from source when creating linkfiles dest dirs.
882 * Make cases for all different custom mounting situations more
886 * Correcting left-over in author section of live.persist manpage.
887 * Moving initscript to live-config.
889 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 05 Apr 2012 08:14:51 +0200
891 live-boot (3.0~a25-1) unstable; urgency=low
894 * Updating to debhelper version 9.
897 * Add overlayfs support (Closes: #658265).
899 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 06 Feb 2012 23:27:38 +0100
901 live-boot (3.0~a24-1) unstable; urgency=low
903 * Removing quotes from udev path_id command to actually execute the
906 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 04 Dec 2011 09:58:23 +0100
908 live-boot (3.0~a23-1) unstable; urgency=low
911 * Enabling whiteouts support for aufs.
914 * Update udevs path_id changes as of version 174, thanks to Baurzhan
915 Muftakhidinov <baurthefirst@gmail.com> for spotting it.
918 * Adding persistent-encryption={none|luks}.
919 * Making persistent-encryption=luks strict.
920 * Making sure dm-crypt is loaded when dealing with LUKS devices.
921 * Adding persistent-storage=TYPE...
922 * Removing now obsolete persistent=* arguments.
923 * Adding persistent-method=METHOD...
924 * Fixing an incorrectly redirected newline.
925 * Clarifying what happens when you don't retry decrypting a device.
926 * Refactoring device scanning in find_{cow_device,files}.
927 * Making use of is_supported_fs in find_cow_devices (like in
929 * Refactoring overlay and snapshot scanning code.
930 * Fixing a "sh: bad number" when $offset is not passed to
932 * Disabling persistent-encryption=luks if dependencies are
934 * Adding persistent-read-only boot parameter.
935 * Changing persistent-encryption to accept a list TYPE... instead.
936 * Updating live-boot man page for persistent-encryption.
937 * Updating live-boot man page for persistent-storage.
938 * Updating live-boot man page for persistent-method.
939 * Updating and rewording live-boot man page for the persistent option.
940 * Making persistent-read-only work for home-rw overlays.
941 * Making persistent-read-only work for live-rw overlays.
942 * Updating live-boot man page for persistent-read-only.
943 * Adding workaround for a busybox bug with grep -w.
945 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 28 Nov 2011 18:26:11 +0100
947 live-boot (3.0~a22-1) unstable; urgency=low
950 * Using compression level 9 also for binary packages.
951 * Updating matching in is_nice_device to, amongst others, match for
953 * Include overlayfs modules in initramfs if existing.
956 * Fix live-snapshot exclude.list handling (Closes: #610337)
959 * Sorting overrides in rules alphabetically.
961 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 04 Nov 2011 11:37:28 +0100
963 live-boot (3.0~a21-1) unstable; urgency=low
966 * Silencing rmdir calls in makefile.
967 * Printing out a warning message in initramfs-tools hook if backend is
968 installed but no live-boot package, exiting early and not breaking
969 update-initramfs (Closes: #639884).
972 * Fixing cache_path: cache non-executable libs dependencies as well.
973 * Fixing cache_path: taking into account the three forms of ldd output
975 * Adding a white_listed_devices parameter to find_cow_device and
977 * Factorizing loops on removable/non-removable devices.
978 * Adding support for persistent-media={removable,removable-usb}.
979 * Silencing umount in case live/image was unmounted already, extracted
980 from a patch by Michael Schierl <schierlm@gmx.de>.
981 * Erroring out in case a "wrong" filesystem was chosen.
984 * Using /usr/share/live-boot instead of unreliable
985 /usr/share/doc/live-boot in validateroot bootscript, stripped live
986 systems may or may not carry /usr/share/doc.
988 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 08 Sep 2011 21:06:28 +0200
990 live-boot (3.0~a20-1) unstable; urgency=low
993 * Updating section for live-boot-doc.
996 * Cross-referencing lb_config --bootappend-live.
999 * Correcting bootappend-live reference in live-boot manpage.
1000 * Applying patch from grml to update forgotten use of live.log with
1002 * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
1003 support for lvm and md devices.
1005 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 04 Aug 2011 21:20:47 +0200
1007 live-boot (3.0~a19-1) unstable; urgency=low
1009 * Correct rmdir call in top-level Makefiles uninstall target to not
1010 fail if there was no prior live-boot installation.
1011 * Making references to debian more distribution neutral.
1012 * Replacing reference to old alioth page in live-snapshot.
1013 * Splitting out documentation so that it can be accesses separately
1014 from the initramfs code.
1015 * Adding conflicts/replaces for live-boot to live-boot-doc to not
1018 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 13 Jul 2011 10:28:33 +0200
1020 live-boot (3.0~a18-1) unstable; urgency=low
1022 * Updating and correcting sendsigs.omit support for /run (Closes:
1024 * Removing accidentally twice included English files when installing
1027 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 11 Jun 2011 11:24:15 +0200
1029 live-boot (3.0~a17-1) unstable; urgency=low
1032 * Updating to standards version 3.9.2.
1033 * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
1034 fuse sendsigs (Closes: #621908).
1035 * Updating manpage wrt/ ip parameter squence (Closes: #616197).
1036 * Making copyright file distribution neutral.
1037 * Correcting top-level makefile to automatically get all the supported
1038 languages, rather than defining a static list.
1041 * Copy resolv.conf to live system root (Closes: #627178).
1042 * Tidy up resolv.conf a bit.
1044 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 18 May 2011 19:31:27 +0200
1046 live-boot (3.0~a16-1) unstable; urgency=low
1048 * Adding old 2.x changelog entries in debian changelog.
1050 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 14 Mar 2011 06:27:17 +0100
1052 live-boot (3.0~a15-1) experimental; urgency=low
1055 * Updating year in copyright.
1058 * Adjust copyright entry in live-snapshot.
1059 * Protect NOPROMPT (Closes: #610941).
1062 * Simplify union mounting.
1063 * Really set limit on open files for unionfs-fuse
1064 * Add verbose messages to initramfs hook.
1066 [ T(A)ILS developers ]
1067 * Fixing remaining fromiso= bug.
1068 * Fixing syntax error.
1070 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 09 Mar 2011 18:01:07 +0100
1072 live-boot (3.0~a14-1) experimental; urgency=low
1075 * Populate adapters in /etc/network/interfaces when ethdevice= on
1079 * Removing header in copyright file.
1080 * Don't hard-depend on test target in Makefile.
1081 * Using dh auto magic in override, rather than manual make call.
1084 * Removing the duplicated "the" in the live-boot.init script.
1087 * Updating auto_install overrides in rules.
1088 * Correcting live hook to include mtdblock for syslinux memdisk usage,
1089 thanks to Michael Prokop <mika@grml.org>.
1090 * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
1091 thanks to Michael Prokop <mika@grml.org>.
1093 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 11 Jan 2011 13:38:56 +0100
1095 live-boot (3.0~a13-1) experimental; urgency=low
1098 * Removing legacy code for detecting removable usb sticks on kernels
1100 * Logging to /var/log/live-boot.log instead of /var/log/live.log for
1101 future consistency with live-config.
1102 * Adding support for custom ramdisk size (Closes: #544583).
1105 * Remounting cow read-only before prompting user to remove usb flash
1109 * Clean some leading whitespaces.
1111 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 06 Dec 2010 11:27:07 +0100
1113 live-boot (3.0~a12-1) experimental; urgency=low
1115 [ T(A)ILS developers ]
1116 * Fixing fromiso= on Squeeze.
1119 * Adding dpkg source options file.
1121 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 22 Nov 2010 23:29:48 +0100
1123 live-boot (3.0~a11-1) experimental; urgency=low
1125 [ T(A)ILS developers ]
1126 * Adding noprompt={usb,cd} feature.
1127 * Enhancing devices search ordering.
1130 * Removing deep link to bug page in the manual, since we don't have
1131 stable references yet.
1133 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 28 Oct 2010 09:28:43 +0200
1135 live-boot (3.0~a10-1) experimental; urgency=low
1137 * Don't do anything in initscript when using toram (Closes: #601575).
1139 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 27 Oct 2010 14:58:03 +0200
1141 live-boot (3.0~a9-1) experimental; urgency=low
1144 * Adding live-snapshot.list documentation to manpage.
1147 * Removed whitespace for tabs on the skipunion option.
1149 [ T(A)ILS developers ]
1150 * Fixing overzealous blacklist usage.
1151 * Adding documentation for persistent=cryptsetup in the manpage.
1153 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 26 Oct 2010 09:24:51 +0200
1155 live-boot (3.0~a8-1) experimental; urgency=low
1158 * Adding initial support for unionmount.
1161 * Included a note about persistent-subtext (Helps: #536728).
1164 * Running manpage rebuild after manpage updates.
1165 * Updating to debhelper version 8.
1167 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 02 Oct 2010 10:15:03 +0200
1169 live-boot (3.0~a7-1) experimental; urgency=low
1172 * Fixing find_snap to take its second argument into account.
1174 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 25 Sep 2010 22:46:54 +0200
1176 live-boot (3.0~a6-1) experimental; urgency=low
1179 * Fix snapshots' sync-strings usage (Closes: #591330).
1180 * Fixed some snapshot related debug messages.
1181 * Added support for empty (initial) snapshots.
1184 * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1185 symlinks when checking for dynamically linked files at reboot in
1188 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 14 Sep 2010 08:51:59 +0200
1190 live-boot (3.0~a5-1) experimental; urgency=low
1193 * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1194 mangling the main sudoers file in accessibility bottom script,
1195 create a new file in /etc/sudoers.d and set permissions
1197 * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1198 add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1199 and AVD1 to properly boot live media.
1200 * Updating uinstall targets in makefile.
1203 * Allowing to assign no gateway in networking bottom script.
1206 * Removing usplash support from initscript, usplash is dead.
1207 * Removing lenny legacy stuff from initscript.
1208 * Removing usplash support in initramfs, usplash is dead.
1209 * Adding plymouth in bug script.
1211 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 06 Sep 2010 15:17:15 +0200
1213 live-boot (3.0~a4-1) experimental; urgency=low
1215 * Exiting with 0 in live-boot bug script (Closes: #595262).
1216 * Using boot.d instead of boot.conf.d as directory name for custom
1217 configuration files.
1219 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 02 Sep 2010 22:46:45 +0200
1221 live-boot (3.0~a3-1) experimental; urgency=low
1223 * Updating seperators in networking bottom script to fix ip parameter
1224 parsing (Closes: #590494).
1225 * Updating live-build reference in manpages.
1226 * Adding reference to live-tools in manpages.
1227 * Checking for file existence in initramfs hook (Closes: #595264).
1229 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 02 Sep 2010 18:28:40 +0200
1231 live-boot (3.0~a2-1) experimental; urgency=low
1234 * Removing old and unmaintained po files.
1235 * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
1236 based on the work of Holger Fischer <hoo.mb@web.de> to add support
1237 for BOOTIF in cases where pxelinux is being used with IPAPPEND
1241 * Making multiple connected NICs work.
1244 * Adding workaround for aufs issue in kernel versions around 2.6.33.
1247 * Using allow-hotplug instead of auto in automatically created
1248 /etc/network/interfaces file.
1250 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 01 Sep 2010 18:27:33 +0200
1252 live-boot (3.0~a1-1) experimental; urgency=low
1254 * Switching to source format 3.0 (quilt).
1255 * Removing live-initramfs transitional package.
1256 * Removing lenny support.
1258 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 10 Aug 2010 02:02:39 +0200
1260 live-boot (2.0.15-1) unstable; urgency=low
1263 * Adding live-system script from live-tools.
1264 * Updating year in copyright.
1267 * Adjust copyright entry in live-snapshot.
1269 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 01 Feb 2011 22:49:03 +0100
1271 live-boot (2.0.14-1) unstable; urgency=low
1274 * Removing the duplicated "the" in the live-boot.init script.
1277 * Correcting live hook to include mtdblock for syslinux memdisk usage,
1278 thanks to Michael Prokop <mika@grml.org>.
1279 * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
1280 thanks to Michael Prokop <mika@grml.org>.
1282 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 24 Dec 2010 18:51:57 +0100
1284 live-boot (2.0.13-1) unstable; urgency=medium
1287 * Remounting cow read-only before prompting user to remove usb flash
1290 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 06 Dec 2010 11:18:32 +0100
1292 live-boot (2.0.12-1) unstable; urgency=medium
1294 [ T(A)ILS developers ]
1295 * Fixing fromiso= on Squeeze.
1297 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 22 Nov 2010 23:27:01 +0100
1299 live-boot (2.0.11-1) unstable; urgency=medium
1301 * Removing deep link to bug page in the manual, since we don't have
1302 stable references yet.
1304 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 28 Oct 2010 09:22:02 +0200
1306 live-boot (2.0.10-1) unstable; urgency=medium
1308 * Don't do anything in initscript when using toram (Closes: #601575).
1310 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 27 Oct 2010 14:54:58 +0200
1312 live-boot (2.0.9-1) unstable; urgency=low
1314 [ T(A)ILS developers ]
1315 * Fixing overzealous blacklist usage.
1316 * Adding documentation for persistent=cryptsetup in the manpage.
1318 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 26 Oct 2010 09:15:54 +0200
1320 live-boot (2.0.8-1) unstable; urgency=medium
1323 * Adding live-snapshot.list documentation to manpage.
1325 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 12 Oct 2010 11:20:12 +0200
1327 live-boot (2.0.7-1) unstable; urgency=medium
1330 * Adding initial support for unionmount.
1333 * Included a note about persistent-subtext (Helps: #536728).
1336 * Running manpage rebuild after manpage updates.
1338 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 02 Oct 2010 10:06:41 +0200
1340 live-boot (2.0.6-1) unstable; urgency=medium
1343 * Fixing find_snap to take its second argument into account.
1345 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 25 Sep 2010 22:48:35 +0200
1347 live-boot (2.0.5-1) unstable; urgency=low
1350 * Fix snapshots' sync-strings usage (Closes: #591330).
1351 * Fixed some snapshot related debug messages.
1352 * Added support for empty (initial) snapshots.
1355 * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1356 symlinks when checking for dynamically linked files at reboot in
1359 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 14 Sep 2010 08:55:02 +0200
1361 live-boot (2.0.4-1) unstable; urgency=low
1364 * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1365 mangling the main sudoers file in accessibility bottom script,
1366 create a new file in /etc/sudoers.d and set permissions
1368 * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1369 add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1370 and AVD1 to properly boot live media.
1371 * Updating uinstall targets in makefile.
1374 * Allowing to assign no gateway in networking bottom script.
1377 * Removing usplash support from initscript, usplash is dead.
1378 * Removing usplash support in initramfs, usplash is dead.
1379 * Adding plymouth in bug script.
1381 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 06 Sep 2010 15:21:24 +0200
1383 live-boot (2.0.3-1) unstable; urgency=low
1385 * Exiting with 0 in live-boot bug script (Closes: #595262).
1386 * Using boot.d instead of boot.conf.d as directory name for custom
1387 configuration files.
1389 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 02 Sep 2010 22:43:03 +0200
1391 live-boot (2.0.2-1) unstable; urgency=low
1393 * Updating seperators in networking bottom script to fix ip parameter
1394 parsing (Closes: #590494).
1395 * Updating live-build reference in manpages.
1396 * Checking for file existence in initramfs hook (Closes: #595264).
1397 * Adding live-toram script to copy the running live system to ram and
1398 eject the live media.
1400 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 02 Sep 2010 18:25:12 +0200
1402 live-boot (2.0.1-1) unstable; urgency=low
1405 * Adding workaround for aufs issue in kernel versions around 2.6.33.
1408 * Using allow-hotplug instead of auto in automatically created
1409 /etc/network/interfaces file.
1411 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 01 Sep 2010 18:25:08 +0200
1413 live-boot (2.0.0-1) unstable; urgency=low
1415 * Updating debian-installer languagelist.
1416 * Moving configs to etc directory within the source tree.
1417 * Removing old docs.
1419 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 10 Aug 2010 01:48:01 +0200
1421 live-boot (2.0~a16-1) unstable; urgency=high
1424 * Adding support for resolving DNS names from initramfs, thanks to
1425 Michal Suchanek <hramrach@centrum.cz> for initial patch which this
1426 is based on (Closes: #589659).
1427 * Don't fail in Makefile when there's no checkbashism.
1428 * Updating package to standards version 3.9.1.
1431 * Fix omitpids to work with readonly images.
1433 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 28 Jul 2010 20:17:11 +0200
1435 live-boot (2.0~a15-1) unstable; urgency=low
1437 * Making inclusion of languagelist conditional in live hook.
1438 * Updating depends of live-initramfs transitional package to reflect
1439 relaxed backend depends.
1441 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 17 Jul 2010 17:19:16 +0200
1443 live-boot (2.0~a14-1) unstable; urgency=low
1445 * Improving backend dependencies (Closes: #589326).
1447 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 17 Jul 2010 00:37:33 +0200
1449 live-boot (2.0~a13-1) unstable; urgency=low
1451 * Listing fromiso parameter in manpage (Closes: #588667).
1452 * Improving test targets in Makefile a bit.
1453 * Improving clean target in manpages Makefile a bit.
1454 * Adding Chris in copyright file (for live-snapshot that is).
1456 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 15 Jul 2010 19:31:03 +0200
1458 live-boot (2.0~a12-1) unstable; urgency=low
1461 * Adding preparations for booting through syslinux memdisk.
1464 * Avoiding using busybox cpio applet, this should fix snapshot
1466 * Do not print misleading debug message if the snapshot was found
1468 * Removing unreachable code in ethdevice argument handling (Closes:
1472 * Adding btrfs support.
1473 * Updating package to standards version 3.9.0.
1475 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 07 Jul 2010 20:13:54 +0200
1477 live-boot (2.0~a11-1) unstable; urgency=low
1479 * Updating lintian overrides.
1480 * Adding missing depends in live-boot on its backend package.
1481 * Removing noautologin parameter from live script, this functionallity
1482 was moved to live-config.
1484 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 20 Jun 2010 19:14:05 +0200
1486 live-boot (2.0~a10-1) unstable; urgency=low
1488 * Removing depends on live-config in live-boot.
1489 * Adding live-config-sysvinit to depends of live-initramfs.
1490 * Alternatively depend on busybox or busybox-initramfs on live-boot-
1493 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 17 Jun 2010 21:52:57 +0200
1495 live-boot (2.0~a9-1) unstable; urgency=low
1498 * Fix missing log_end_msg in live-boot.init.
1500 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 11 Jun 2010 18:42:23 +0200
1502 live-boot (2.0~a8-1) unstable; urgency=low
1504 * Removing serialtty bottom script.
1505 * Removing compcache configuration file.
1506 * Removing options that are now in live-config from parameters.txt.
1508 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 10 Jun 2010 12:38:52 +0200
1510 live-boot (2.0~a7-1) unstable; urgency=low
1513 * Adding initial iSCSI boot support.
1514 * Really set NETBOOT with iSCSI.
1515 * Document iscsi in the man page.
1518 * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
1519 care about that now.
1521 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 08 Jun 2010 20:22:33 +0200
1523 live-boot (2.0~a6-1) unstable; urgency=low
1526 * Updating update-version script.
1527 * Updating update-version script.
1528 * Removing keyboard bottom script, live-config takes care about that
1530 * Removing getty and login wrappers, live-config takes care about that
1532 * Removing configure_init bottom script, live-config takes care about
1536 * Moving check for iso image in initscript from the start to the end
1537 before ejecting media.
1538 * Using sendsigs.omit to avoid killing / (Closes: #584690).
1540 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 08 Jun 2010 06:03:21 +0200
1542 live-boot (2.0~a5-1) unstable; urgency=low
1548 * Ammending 2.0~a3-1 changelog entry with bug number.
1551 * Adding support for booting iso images over http or wget.
1554 * Renaming internal ext_mountpoint variable to alt_mountpoint for
1558 * Removing leftover url= option, this ain't gonna work this way, see
1560 * Adding DHCP debugging option.
1561 * Updating docs wrt/ httpfs.
1564 * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
1566 * Removing apt_cdrom bottom script, not used anyway.
1567 * Removing some boot parameters obsoleted by live-config.
1569 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 05 Jun 2010 14:13:10 +0200
1571 live-boot (2.0~a4-1) unstable; urgency=low
1573 * Removing obsolete boot parameter from manpages.
1574 * Running checkbashisms with -f and -x in Makefile.
1576 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 02 Jun 2010 22:47:20 +0200
1578 live-boot (2.0~a3-1) unstable; urgency=low
1580 * Removing umountfs bottom script, not needed anymore (see #518463).
1582 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 30 May 2010 09:28:32 +0200
1584 live-boot (2.0~a2-1) unstable; urgency=low
1586 * Removing locales bottom script, now handled by live-config.
1587 * Simplyfing makefile a bit.
1589 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 27 May 2010 22:42:36 +0200
1591 live-boot (2.0~a1-1) experimental; urgency=low
1595 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 24 May 2010 10:46:39 +0200
1597 live-initramfs (1.236.2-1) unstable; urgency=medium
1599 * Removing spurious '+' when making debconf db read-only (Closes:
1602 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 18 May 2010 06:51:31 +0200
1604 live-initramfs (1.236.1-1) unstable; urgency=low
1606 * Merging casper 1.216.
1607 * Merging casper 1.217.
1608 * Merging casper 1.218.
1609 * Merging casper 1.219.
1610 * Merging casper 1.220.
1611 * Merging casper 1.221.
1612 * Merging casper 1.222.
1613 * Merging casper 1.223.
1614 * Merging casper 1.224.
1615 * Merging casper 1.225.
1616 * Merging casper 1.226.
1617 * Merging casper 1.227.
1618 * Merging casper 1.228.
1619 * Merging casper 1.229.
1620 * Merging casper 1.230.
1621 * Merging casper 1.231.
1622 * Merging casper 1.232.
1623 * Merging casper 1.233.
1624 * Merging casper 1.234.
1625 * Merging casper 1.235.
1626 * Merging casper 1.236.
1628 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 16 May 2010 06:03:01 +0200
1630 live-initramfs (1.215.1-1) unstable; urgency=low
1633 * Merging casper 1.200.
1634 * Merging casper 1.201.
1635 * Merging casper 1.202.
1636 * Merging casper 1.203.
1637 * Merging casper 1.204.
1638 * Merging casper 1.205.
1639 * Merging casper 1.206.
1640 * Merging casper 1.207.
1641 * Merging casper 1.208.
1642 * Merging casper 1.209.
1643 * Merging casper 1.210.
1644 * Merging casper 1.211.
1645 * Merging casper 1.212.
1646 * Merging casper 1.213.
1647 * Merging casper 1.214.
1648 * Merging casper 1.215.
1651 * No timeout as running ipconfig for network booting.
1653 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 02 May 2010 15:52:01 +0200
1655 live-initramfs (1.199.1-1) unstable; urgency=low
1657 * Updating maintainer field.
1658 * Merging casper 1.178.
1659 * Merging casper 1.179.
1660 * Merging casper 1.180.
1661 * Merging casper 1.181.
1662 * Merging casper 1.182.
1663 * Merging casper 1.183.
1664 * Merging casper 1.184.
1665 * Merging casper 1.185.
1666 * Merging casper 1.186.
1667 * Merging casper 1.187.
1668 * Merging casper 1.188.
1669 * Merging casper 1.189.
1670 * Merging casper 1.190.
1671 * Merging casper 1.191.
1672 * Merging casper 1.192.
1673 * Merging casper 1.193.
1674 * Move dummy start target in initscript.
1675 * Merging casper 1.194.
1676 * Merging casper 1.195.
1677 * Merging casper 1.196.
1678 * Merging casper 1.197.
1679 * Merging casper 1.198.
1680 * Merging casper 1.199.
1682 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 30 Apr 2010 19:19:23 +0200
1684 live-initramfs (1.177.2-1) unstable; urgency=low
1687 * Do not specify 'noxino' between directories.
1690 * Support bootoptions ethdevice and ethdevice-timeout for specifying
1691 from which device you want to boot from and using which timeout
1692 (being 30 seconds if unconfigured), if ethdevice is not specified
1693 try to get a working network configuration for each existing network
1695 * Prefer removable devices over non-removable devices, so scan them
1697 * Support unusual device names like /dev/cciss/c0d0p1 in isofrom
1699 * Do not leak modprobe options to avoid booting errors with kernel
1700 options like libata.dma=0.
1702 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 05 Apr 2010 10:07:12 +0200
1704 live-initramfs (1.177.1-1) unstable; urgency=low
1707 * Removing etch compatibility.
1708 * Merging casper 1.174.
1709 * Adding proper code comments about vol_id removal.
1710 * Merging casper 1.175.
1713 * Making select_eth_device work with 2nd NIC linked only and FETCH
1715 * Moving select_eth_device from init-premount to live-premount where
1716 "udevadm" commands are not required.
1719 * Merging casper 1.176.
1720 * Merging casper 1.177.
1721 * Adding message to notify users when live-initramfs is falling back
1723 * Manually loading fuse when required.
1725 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 17 Mar 2010 20:29:01 +0100
1727 live-initramfs (1.173.5-1) unstable; urgency=low
1730 * Updating contact information in copyright file.
1731 * Simplyfing initramfs triggers (Closes: #521129, #545842).
1732 * Wrapping fields in control file.
1733 * Using minimized rules file.
1734 * Simplifying wording in bug-presubj file.
1736 [ Andreas Teuchert ]
1737 * Calling udevadm settle in scripts/init-premount/select_eth_device
1741 * Also respecting persistent-path parameter for snapshots (Closes:
1744 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 14 Mar 2010 23:27:57 +0100
1746 live-initramfs (1.173.4-1) unstable; urgency=low
1748 * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
1750 * Correcting path in previous commit.
1751 * Disabling kaboom (Closes: #556368).
1753 -- Daniel Baumann <mail@daniel-baumann.ch>11.localhost> Fri, 12 Mar 2010 18:21:00 +0100
1755 live-initramfs (1.173.3-1) unstable; urgency=low
1757 * Using noxino instead of xino, as the latter is not supported by
1758 aufs2 as we need to use it.
1760 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 20 Feb 2010 16:16:46 +0100
1762 live-initramfs (1.173.2-1) unstable; urgency=low
1765 * Updating homepage field in control.
1768 * Correcting live-media=removeable{,-usb} behaviour to match the
1772 * Removing unionfs workaround for kernel versions << 2.6.22, not
1774 * Mounting aufs layer with detached inode index, this solves the
1775 'leaving unclean filesystem when using persistency' problem.
1776 * Removing unused syncs in initscript.
1779 * Skip loading usb modules when quickusbmodules parameter is
1782 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 20 Feb 2010 11:55:41 +0100
1784 live-initramfs (1.173.1-1) unstable; urgency=medium
1787 * Taking noprompt into account for USB flash drives as well.
1788 * Restoring opt-in behavior for local swap partitions.
1791 * Updating package to debhelper 7.
1792 * Updating package to standards 3.8.3.
1793 * Don't use dh_clean in favour of dh_prep.
1796 * Also allowing hook= to specify files inside the image through
1800 * Forwardporting and extending usage of rsync when booting with toram
1801 based on a patch from Michael Prokop <mika@grml.org>.
1804 * Adding support for isofrom/fromiso bootoption.
1807 * Adapting a patch from Michael Prokop <mika@grml.org> to set all
1808 harddisk devices to read-only mode for forensics investigations.
1811 * Adding support for ethdevice bootoption.
1814 * Merging casper 1.158.
1815 * Merging casper 1.159.
1816 * Merging casper 1.160.
1817 * Merging casper 1.161.
1818 * Merging casper 1.162.
1819 * Merging casper 1.163.
1820 * Merging casper 1.164.
1821 * Merging casper 1.165.
1822 * Merging casper 1.166.
1823 * Merging casper 1.167.
1824 * Merging casper 1.168.
1825 * Merging casper 1.169.
1826 * Merging casper 1.170.
1827 * Merging casper 1.171.
1828 * Merging casper 1.172.
1829 * Merging casper 1.173.
1830 * Adding skipconfig parameter to disable most customization.
1833 * cpio snapshots: eval commands fix.
1836 * Updating defaults file of console-setup for squeeze, thanks to Jun
1837 NOGATA <nogajun@gmail.com> (Closes: #560187).
1838 * Adding explicit debian source version 1.0 until switch to 3.0.
1839 * Adding select_eth_device script from Frederic Boiteux
1840 <fboiteux@calistel.com>.
1841 * Including rsync conditionally.
1842 * Updating year in copyright file.
1843 * Don't panic with persistency when we can't correctly mount the
1844 filesystem (Closes: #565456).
1847 * Correcting keyboard handling for squeeze.
1848 * Only edit usplash init script if it exists.
1849 * Use klayout= for layout instead of kbd=.
1852 * Updating to standards version 3.8.4.
1854 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 31 Jan 2010 16:44:08 +0100
1856 live-initramfs (1.157.4-2) unstable; urgency=high
1859 * Avoid the use of fstype in a running live system, as it's
1860 a executable and not a shell function and causes problems
1861 for example within live-snapshot.
1862 * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
1865 * Adjusting grep call in is_nice_device to match new output of vol_id.
1867 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 21 Nov 2009 19:07:41 +0100
1869 live-initramfs (1.157.4-1) unstable; urgency=medium
1872 * Forcing run of dexconf when booting with xdriver=dexconf.
1873 * Adding (experimental) forcepersistentfsck bootoption to force fsck
1874 on root persistency device.
1875 * Adding presubj for reportbug.
1876 * Removing unused sed call in update target of Makefile.
1877 * Updating included languagelist from d-i.
1878 * Correcting install calls for reportbug files in rules.
1879 * Including d-i languagelist in initrd in order evaluate l10n
1881 * Updating lang2locale(); to match new d-i langualgelist format.
1882 * Adding additional two sync calls before powerof happens in order to
1883 deal with 'does not cleanly unmount' problem when using root
1885 * Updating vcs fields.
1886 * Adding auto value for xvideomode where we ensure that no
1887 configuration from the persistency layer is respected.
1890 * Fixed FIXME sections in manpages.
1893 * Including udev binaries in initramfs manually for squeeze and newer
1895 * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
1896 media-path when toram is used (Closes: #534878).
1897 * Simplyfing and correcting udev inclusion in initramfs hook.
1899 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 18 Oct 2009 20:29:31 +0200
1901 live-initramfs (1.157.3-1) unstable; urgency=low
1904 * Initial commit for having support for swapfiles.
1905 * Initial commit for having support for persistency on luks.
1908 * Partition snapshots works again.
1909 * Added "whole partition" snapshot resync type.
1910 * Two return code consistency fix.
1911 * Improved an useful debug string.
1912 * Cleaned a bit the snapshot feature.
1915 * Making fetch to work with file on sub dir on tftp server.
1918 * Avoiding echo bashism in live-initramfs.init by using printf instead
1920 * Correcting wrong path when disabling anacron in 25configure_init,
1921 thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
1923 * Removing disabling of postfix in 25configure_init, it's not
1924 appropriate for debian to do this by default. Thanks to Rui Bernardo
1925 <rui.bernardo.pt@gmail.com>.
1926 * Correcting typo in description of the ip boot parameter in live-
1927 initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
1931 * Removed two bashisms on live-snapshot.
1934 * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
1935 <l.capriotti@xbmc.org>.
1938 * Fixing possible invalid results from function where_is_mounted by
1939 returning more than one line inwhere_is_mounted();.
1940 * Fixing relaxed permissions of / in the live filesystem.
1941 * Fixing invalid mangling of /etc/event.d/tty.
1942 * Fixing typo in snapshot file list.
1945 * Correcting cryptsetup calls for persistency on luks.
1946 * Copy live-installer-launcher desktop icon on users desktop.
1947 * Also updating USB device detection in initramfs script for linux
1949 * Adding missing pipe in cryptsetup call for persistency on luks
1951 * Making plainroot work (Closes: #523120).
1954 * persistent=nofiles fix (Closes: 522383).
1957 * Looking for persistency partitions on luks devices only if we boot
1958 with persistent=cryptsetup.
1959 * Fail early in gnome-panel-data bottom script if gnome-panel-data is
1961 * Optimizing gnome-panel-data bottom script by leaving out the stupid
1965 * Allow for multiple but unique persistent media.
1967 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 04 Sep 2009 13:37:57 +0200
1969 live-initramfs (1.157.2-1) unstable; urgency=medium
1971 * Correcting fstab handling to not always append entries forever when using
1973 * Correcting kdm live-autologin handling to not always append entries forever
1974 when using persistency.
1975 * Correcting handling of locale default and environment handling to not always
1976 append entries forever when using persistency.
1977 * Correcting swap partition handling in fstab to not always append entries
1978 forever when using persistency.
1979 * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
1980 * Merging swap live-bottom script into fstab script; there is no other sane
1981 possibility to prevent appending again and again in persistent mode.
1982 * Making sure that old swap entries are removed before new ones are added.
1983 * Adding cryptsetup to recommends, it's used for encrypted persistent
1985 * Restoring previous behaviour of ejecting the cd when being in non-persistent
1986 mode, thanks to Julien Cristau <jcristau@debian.org>.
1987 * Updating eject prevention for USB devices in initscripts for linux 2.6.29
1990 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 14 May 2009 10:00:00 +0200
1992 live-initramfs (1.157.1-1) unstable; urgency=medium
1995 * Only snapshotting in initscript when we actually run with persistence.
1998 * Checking if /var/log is writable before trying to copy live.log to the newly
1999 mounted root filesystem (Closes: #516914).
2002 * Improving check in 21xdriver when we don't do anything.
2003 * Adding hack to remove live specific filesystems from umounfs initscript
2004 (Closes: #506410, #515718).
2005 * Adding comsetic line wrapping for output of local-gen messages during boot.
2006 * Merging casper 1.157.
2007 * Only calling install-keymap if it's actually installed, which is always but
2008 in minimal images the case though (Closes: #517153).
2009 * Adding silent boot parameter.
2010 * Respecting media timeout even when specificing media device manually.
2011 * Also allowing to use the removable keyword for specifying a live media.
2012 * Correcting accidental syntax error in one of the previous commits in
2013 19keyboard bottom script.
2014 * Adding removable-usb keyword to further restrict live media selection.
2015 * Correcting check for usb when using removable-usb keyword.
2016 * Correcting typo in locale bottom script.
2018 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 21 Mar 2009 14:00:00 +0100
2020 live-initramfs (1.156.1-1) unstable; urgency=high
2023 * Revert using debhelper 7 command in rules.
2024 * Updating copyright file.
2025 * Prefixing debhelper files with package name.
2026 * Updating bug script.
2027 * Removing bashism in initscript.
2028 * Usage of dialog in initscript is not actually a todo.
2029 * Correcting medium eject message in initscript.
2030 * Making medium removal message working again with usplash.
2031 * Rewrapping init script.
2032 * Reordering rules file.
2033 * Merging casper 1.155.
2034 * Adding ext4 support.
2035 * Merging casper 1.156.
2036 * Correct eject login in initscript.
2037 * Updating parameters.txt.
2040 * Do not eject USB flash drives (Closes: #457070).
2042 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 8 Feb 2009 15:00:00 +0100
2044 live-initramfs (1.154.8-1) unstable; urgency=high
2047 * Adding basic xrandr support for lenny to enforce a particular
2048 resolution through bootparameter.
2050 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 30 Jan 2009 00:00:00 +0100
2052 live-initramfs (1.154.7-1) unstable; urgency=medium
2054 * Adding note about URL limitations in live-initramfs manpage when
2055 using fetch parameter.
2056 * Removing wc from hook again, that's an ubuntu only problem they have
2059 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 27 Jan 2009 18:00:00 +0100
2061 live-initramfs (1.154.6-1) unstable; urgency=medium
2063 * Replacing casper with live in live-new-uuid.
2064 * Including wc in initramfs (Closes: #512413).
2065 * Added missing variable quoting that lead to broken root persistence, thanks
2066 to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
2067 * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
2068 a path for the persistence files through persistent-path boot parameter
2070 * Adding persistent-path to parameter list and manpage.
2071 * Actually building/cleaning manpages through targets in Makefile.
2073 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 26 Jan 2009 02:00:00 +0100
2075 live-initramfs (1.154.5-1) unstable; urgency=low
2077 * Also checking for wicd in 23networking, thanks to Ben Armstrong
2079 * Don't redirect output of fstype detection to standard out, thanks to Ronny
2080 Standtke <Ronny.Standtke@gmx.net>.
2081 * Silencing grep call on /etc/passwd.
2082 * Silencing xorg reconfiguration, thanks to Ronny Standtke
2083 <Ronny.Standtke@gmx.net>.
2085 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 12 Jan 2009 13:00:00 -0500
2087 live-initramfs (1.154.4-1) unstable; urgency=low
2090 * Support further checks on loopback image and support skipping union
2091 mounts (Closes: #509446).
2093 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 26 Dec 2008 09:00:00 +0100
2095 live-initramfs (1.154.3-1) unstable; urgency=medium
2097 * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
2098 to set variables in previous bottom scripts.
2100 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 20 Dec 2008 15:00:00 +0100
2102 live-initramfs (1.154.2-1) unstable; urgency=medium
2105 * Updating authors file.
2108 * Reworked integrity-check (Closes: #507477).
2109 * Cleaned the boot log a bit.
2111 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 11 Dec 2008 06:00:00 +0100
2113 live-initramfs (1.154.1-1) unstable; urgency=low
2115 * Merging casper 1.140-1.154.
2116 * Add a warning message when no image can be found.
2117 * Adding a panic message when we netboot and have no supported network
2118 device (Closes: #496684).
2119 * Turning 'no supported filesystem images found' into a panic message,
2120 rather than a warning.
2121 * Also adding ralink to network device check.
2122 * Removing spurious 'livefs_root' in copy_live_to();.
2124 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 25 Nov 2008 12:00:00 +0100
2126 live-initramfs (1.139.1-4) unstable; urgency=medium
2129 * Remove (accidental?) debian/changelog entry.
2130 * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
2131 * Use "test -s" instead of testing file availability and size.
2132 * Be consistent in using 0/1 for True/False values instead of English
2134 * Reflow some grammar in comments and in live-initramfs(7).
2135 * Reflow long 'tr'-based pipelines for readability.
2136 * Don't "cat |" to grep.
2139 * Replacing obsolete dh_clean -k with dh_prep.
2142 * Changed HOSTNAME and /etc/hosts handling.
2143 * Conditional creation of /etc/fstab.
2144 * live-snapshot: fixed include-list handling.
2145 * Reordered persistence lookups and boundaries (Closes: #500672).
2146 * Search for partition labels only (Closes: #486469).
2147 * Implemented a snapshot exclude list.
2148 * Implemented a persistence exclude list.
2149 * Manpage clarifications on "nofiles".
2150 * Do not pollute the logs when looking for swap partitions.
2151 * Removed all "cat | grep", with grep, awk and sed.
2153 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 11 Nov 2008 13:00:00 +0100
2155 live-initramfs (1.139.1-3) unstable; urgency=medium
2158 * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
2161 * Removing currently unused Upstream-Depends field in control.
2162 * Updating vcs fields in control file.
2163 * Sourcing live.vars in 15autologin directly, rather than to inherit
2164 from live-functions.
2167 * Removed some useless spaces.
2168 * Fix default user handling.
2169 * Added a pretty vital mount debug string.
2170 * Create /etc/mtab on the initramfs ASAP.
2171 * Removed mount -n option, since mtab is there.
2172 * Re-enable "break=live-premount" debug.
2173 * Skipped some runtime duplicated execution.
2174 * Add real cpio to initramfs for snapshot's uses.
2175 * Fixed try_snap() umounting on error.
2176 * Override maybe_break from initramfs-tools.
2177 * Forces use of initramfs cpio over busybox's one.
2178 * Fixed a wrong trial to copy an unexistant snapshot.
2179 * Check for files and umount only if you can mount it first.
2180 * Included more debug and comments on persistence code.
2181 * Set -u in live-snapshot only in debug mode.
2184 * Ignore errors from fstype.
2186 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 19 Sep 2008 14:00:00 +0200
2188 live-initramfs (1.139.1-2) unstable; urgency=medium
2191 * If the filesystem type of the rootfs cannot be automatically detected, we
2192 try to assume it from the extension of the imagefile we have found. Thanks
2193 to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
2194 * Setting project email address to the new debian-live@lists.debian.org.
2195 * Disabling default usage of local swap partitions. Can be enabled with the
2196 'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
2200 * Enabling the "remove CD" prompt in splashy.
2202 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 1 Sep 2008 00:00:00 +0200
2204 live-initramfs (1.139.1-1) unstable; urgency=medium
2207 * Adding support for Virtio vd[a-z] drives.
2210 * Move loop-aes-tools to Suggests; live-helper should install them if
2212 * Remove unnecessary indentation level.
2213 * Modify hiding of harmless X.org reconfiguring messages.
2214 * Revert to using uid 1000 as PAM bug seems to have disappeared
2216 * Hide error from attempting to "mount --move"
2217 * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
2218 * Don't configure X.org if it's not installed.
2219 * Fix check for X.org.
2220 * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
2222 * Silence another "script-not-executable" message for a sourced library.
2223 * Add missing pipe. Thanks to Andreas Bombe.
2224 * Shamefully adding myself to CREDITS
2225 * Tidy "Disabling update-initramfs" message.
2226 * Re-order some commands so we don't call log_begin_msg without calling
2228 * Don't configure X when /usr/bin/X does not exist.
2229 * Silence 'script-not-executable' lintian warning - live-functions script is
2231 * Fix spacing in swirl.
2232 * Override log_*_msg to print nicer status text (until #494257 is merged).
2233 * Hide "overwriting possibly-customised configuration file" in X.org setup
2235 * Hide "Shadow passwords are now on" status message on bootup.
2236 * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
2238 * Rework locale handling
2239 * Print friendly error message on live-initramfs panic.
2240 * Fix path issue with live-preseed causing noisy errors when booting.
2241 * Silence a number of annoying and distracting bootup messages.
2242 * Add missing "log_end_msg" to live-bottom/21xdriver.
2243 * Set different log messages for live-bottom/21{xdriver,xvidemode}.
2244 * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
2245 * Move some arch-indep helper utilities to Build-Depends-Indep.
2246 * Set default cow_mountopt where the other defaults are used.
2247 * Don't use /sbin/losetup to test for '-r' option when the scripts just use
2251 * Updating authors file.
2252 * Merging casper 1.139.
2253 * Not going over the top with exclamation marks in the panic message.
2254 * Updating credits file.
2255 * Slightely adjusting to the more widespread used ascii swirl.
2256 * Merging casper 1.138.
2257 * Merging casper 1.137.
2260 * Added "-n" option to all mount commands, thanks to Peter Holik
2261 <peter@holik.at> for pointing this out.
2262 * Be sure that the discovered filesystem is not null.
2263 * The list of supported filesytems goes dynamic.
2264 * Added ntfs filesystem to the initramfs.
2267 * Move sourcing of live-functions in 38disable_restricted_manager to correct
2271 * Adding support for using tftp in fetch= parameter.
2272 * Another fix about using udevsettle or "udevadm settle".
2274 -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 24 Aug 2008 00:00:00 +0200
2276 live-initramfs (1.136.3-1) unstable; urgency=medium
2279 * Make sure mounting /cow-tmpfs provides mount options.
2281 -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 18 Jul 2008 00:00:00 +0200
2283 live-initramfs (1.136.2-1) unstable; urgency=medium
2285 * Replacing previous imperfect changes for udevadm with check for
2286 udevadm and using old commands when beeing on etch. Also handling
2287 udevtrigger with udevadm if available.
2288 * Correcting httpfs2 inclusion in hook.
2290 -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 16 Jul 2008 00:00:00 +0200
2292 live-initramfs (1.136.1-1) unstable; urgency=medium
2295 * Fix call to log_warning_msg. Thanks to Bradley Smith
2296 <brad@brad-smith.co.uk>.
2297 * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
2299 * Check losetup capabilities before specifying to mount as read-only.
2300 * Modprobe 'esp' SCSI driver for the benefit of sparc.
2301 * Quieten call to modprobe ide-generic.
2302 * Move local-top/live to live-premount/modules so it gets called before
2304 * Sync bug script "dpkg -l" calls with debian/control
2307 * Defaulting now to aufs if no union= parameter is given.
2308 * Merging casper version 1.136.
2309 * Merging casper version 1.135.
2310 * Merging casper version 1.134.
2311 * Merging casper version 1.133.
2312 * Converting udev depends into a versioned depends in order to reflect udevadm
2314 * Updating live-snapshot to GPL-3+.
2315 * Updating to standards 3.8.0.
2316 * Renaming forgotton uuid file to live-uuid.
2319 * udevtrigger replacement.
2320 * live-snapshot: fixed the remount helper.
2321 * live-snapshot: now supports a static keep file list.
2322 * Try to bind /cow to /live/cow if unable to move.
2323 * live-snapshot: cleaned some wordings.
2324 * live-snapshot: included vital informations on exit.
2325 * live-snapshot: new "--refresh" option.
2326 * live-snapshot: cleaned and sorted used command line defaults.
2327 * live-snapshot: nicer default auto unmount logic.
2328 * live-snapshot: honour "-o|--output FILE".
2329 * live-snapshot: removed a useless mkdir.
2330 * live-snapshot: removed an unused and useless function.
2331 * live-snapshot: fixes snapshotting from resync string.
2334 * Add support for httpfs= and ftpfs= parameters.
2336 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 14 Jul 2008 00:00:00 +0200
2338 live-initramfs (1.132.1-1) unstable; urgency=medium
2341 * Don't escape asterisks in languagelist update code
2344 * Updating copyright header in live-snapshot.
2345 * Removing useless whitespaces and empty lines.
2346 * Correcting grammatical errors in live-snapshot description.
2347 * Removing live-snapshot version as this component is always released
2348 within live-initramfs itself.
2349 * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
2350 * Merging casper 1.132.
2351 * Merging casper 1.131.
2352 * Ignoring floppy devices for live filesystem as well as live
2354 * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
2355 live.log and show its messages during boot (Closes: #440238).
2356 * Updating vcs fields in control file.
2357 * Handling conflicting klibc includes with initramfs-hooks of other
2358 packages (Closes: 475783).
2361 * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
2363 * Calling live-snapshot now produces an output file.
2366 * Workaround loop-aes-utils losetup incompatibility
2367 * Fix toram (change mount --move to mount -o move)
2369 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 02 Jun 2008 00:00:00 +0200
2371 live-initramfs (1.130.1-3) unstable; urgency=high
2373 * Handle non-existing klibc includes in live hook (Closes: #475783).
2374 * Adding loop-aes-utils to recommends.
2376 -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 26 Apr 2008 16:00:00 +0200
2378 live-initramfs (1.130.1-2) unstable; urgency=medium
2381 * Remove bogus dependency on Ubuntu "localechooser-data" package
2383 -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 17 Apr 2008 06:00:00 +0200
2385 live-initramfs (1.130.1-1) unstable; urgency=medium
2388 * Use triggers when calling update-initramfs in postinst and postrm
2391 * Sorting some lines in live hook.
2392 * Merging casper 1.130.
2393 * Merging casper 1.129.
2394 * Adjusting code formating in maintainer scripts.
2395 * Restricting counting of installed kernels based on /boot/vmlinuz-*
2396 instead of /boot/vmlinuz*.
2398 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 14 Apr 2008 00:00:00 +0200
2400 live-initramfs (1.128.1-1) unstable; urgency=medium
2403 * Fixed a misleading debug message.
2404 * Added /cow mounting debug messages.
2405 * Fixed /cow mounting.
2406 * Klibc: added some libraries to the intramfs.
2409 * Merging casper 1.128.
2411 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 7 Apr 2008 00:00:00 +0200
2413 live-initramfs (1.127.1-1) unstable; urgency=medium
2416 * Merging casper 1.127.
2417 * Merging casper 1.126.
2418 * Removing too early recommends to live-initscripts in control to make
2419 some people happy (Closes: #431000).
2422 * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
2424 * scripts/live-helpers: Don't search ram block devices
2425 * scripts/live-helpers: Search / use case
2426 * scripts/live-helpers: Fixes for set -e
2427 * bin/live-snapshot: Vastly rework script
2428 * bin/live-snapshot: Fix argument handling (Closes: #461595)
2429 * scripts/live: Make 'nopersistent' parameter actually disable
2432 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 31 Mar 2008 00:00:00 +0200
2434 live-initramfs (1.125.1-1) unstable; urgency=medium
2437 * Merging casper 1.125.
2440 * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
2441 * Rename 18hostname -> 06hostname
2443 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 24 Mar 2008 00:00:00 +0100
2445 live-initramfs (1.124.1-1) unstable; urgency=medium
2448 * Adjusting live-snapshot to live-initramfs.
2449 * Merging casper 1.124.
2450 * Adjusting 44pk_allow to live-initramfs.
2451 * Merging casper 1.123.
2452 * Merging casper 1.122.
2453 * Merging casper 1.121.
2454 * Merging casper 1.120.
2457 * 99hook: Download hook script from inside target filesystem
2459 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 17 Mar 2008 00:00:00 +0100
2461 live-initramfs (1.119.1-1) unstable; urgency=medium
2463 * Creating resolv.conf when netbooting not just when there's no
2464 resolv.conf, but also when it is empty.
2465 * Making hooks executable after fetching them.
2466 * Removing disabling of kwallet.
2467 * Merging casper 1.119.
2469 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 10 Mar 2008 00:00:00 +0100
2471 live-initramfs (1.118.2-1) unstable; urgency=medium
2474 * Explicitly set Xorg video driver.
2475 * Patch to use cryptsetup volumes for persistent storage.
2478 * New upstream release.
2479 * Fixing wrong email address in changelog (was bug in git-dch config).
2480 * Bumping package to policy 3.7.3.
2481 * Rewriting copyright in machine-interpretable format.
2482 * Adding hook parameter to execute custom scripts.
2486 * Now it includes lzma kernel module dependencies.
2488 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 3 Mar 2008 00:00:00 +0100
2490 live-initramfs (1.118.1-1) unstable; urgency=medium
2493 * New upstream release.
2494 * Adding direct depends to udev, thanks to Anton Lundin
2495 <glance@acc.umu.se> (Closes: #452448).
2496 * Merging casper 1.111.
2497 * Bumping version to 1.110.1-1.
2498 * Merging casper 1.112.
2499 * Merging casper 1.113.
2500 * Adjusting to live-initramfs.
2501 * Bumping version to 1.113.1-1.
2502 * Merging casper 1.114.
2503 * Merging casper 1.115.
2504 * Merging casper 1.116.
2505 * Merging casper 1.117.
2506 * Merging casper 1.118.
2507 * Bumping version to 1.118.1-1.
2510 * debian: add mtd-tools as suggestion since it's required for jffs2
2512 * hooks: include jffs2 kernel module on initramfs image
2513 * live-snapshot: add support to use jffs2 images
2514 * live: add support for jffs2 images and snapshots
2515 * live-helpers: add jffs2 as a valid image
2516 * live-snapshot.en.1: add ext3 and jffs2 images as valid options
2518 -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 26 Feb 2008 13:35:00 +0100
2520 live-initramfs (1.110.7-1) unstable; urgency=medium
2522 * New upstream release.
2523 * Fixing fstab handling.
2524 * Fixing regression from mounting the ow device on a nfs volume,
2525 thanks to An-Cheng Huang <ancheng@vyatta.com>.
2527 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 19 Nov 2007 00:00:00 +0100
2529 live-initramfs (1.110.6-1) unstable; urgency=medium
2531 * New upstream release.
2532 * Preparing live-initramfs 1.110.6-1.
2533 * Adding custom reportbug script.
2534 * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
2535 * Adding checkbashsms call to test target of the Makefile as suggested
2536 by Trent W. Buck <trentbuck@gmail.com>.
2538 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 12 Nov 2007 00:00:00 +0100
2540 live-initramfs (1.110.5-1) unstable; urgency=medium
2542 * New upstream release.
2543 * Preparing live-initramfs 1.110.5-1.
2544 * Using kdm initscript autologin overrides, thanks to Kel Modderman
2546 * Setting the kdm language, thanks to Jordi Pujol
2547 <jordi_pujol@telefonica.net>.
2548 * Adding files to the live filesystem according to the MAC number,
2549 thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
2550 * Fixing some coding style issues.
2552 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 5 Nov 2007 00:00:00 +0100
2554 live-initramfs (1.110.4-1) unstable; urgency=medium
2557 * New upstream release.
2558 * Preparing live-initramfs 1.110.3-1.
2559 * Correcting homepage field.
2560 * Correcting vcs fields.
2563 * add support for mounting the cow device on an nfs volume
2565 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 29 Oct 2007 00:00:00 +0100
2567 live-initramfs (1.110.3-1) unstable; urgency=medium
2570 * New upstream release.
2571 * Preparing live-initramfs 1.110.3-1.
2572 * Removing ubuntu support.
2575 * Fix typo to get serial console to work
2578 * add support for exposedroot option for live-helper
2580 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 22 Oct 2007 00:00:00 +0200
2582 live-initramfs (1.110.2-1) unstable; urgency=medium
2584 * New upstream release.
2585 * Preparing live-initramfs 1.110.2-1.
2586 * Fixing typing error.
2587 * Removing nodiratime as it is already included in noatime, thanks to Kel
2588 Modderman <kel@otaku42.de>.
2590 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 15 Oct 2007 00:00:00 +0200
2592 live-initramfs (1.110.1-1) unstable; urgency=medium
2594 * New upstream release.
2595 * Preparing live-initramfs 1.107.2-1.
2596 * Also using nodiratime, not just noatime.
2597 * Merging casper 1.108.
2598 * Adjusting to live-initramfs.
2599 * Merging casper 1.109.
2600 * Adjusting to live-initramfs.
2601 * Merging casper 1.110.
2602 * Adjusting to live-initramfs.
2603 * Bumping version to 1.110.1-1.
2605 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 8 Oct 2007 00:00:00 +0200
2607 live-initramfs (1.107.1-1) unstable; urgency=medium
2609 * New upstream release.
2610 * Preparing live-initramfs 1.102.4-2.
2611 * Replacing backticks with POSIX expression.
2612 * Consistently using curly brackets for variables.
2614 * Merging casper 1.105.
2615 * Adjusting to live-initramfs.
2616 * Bumping version to 1.105.1-1.
2617 * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
2618 cow mount rather than binding it on /live/cow. This prevents the
2619 /cow mount showing up in /proc/mounts.
2620 * Merging casper 1.106.
2621 * Adjusting to live-initramfs.
2622 * Bumping version to 1.106.1-1.
2623 * Fixing wrong homepage field.
2624 * Fixing typing error.
2625 * Merging casper 1.107.
2626 * Bumping version to 1.107.1-1.
2628 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 1 Oct 2007 00:00:00 +0200
2630 live-initramfs (1.104.1-1) unstable; urgency=medium
2632 * New upstream release.
2634 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 24 Sep 2007 00:00:00 +0200
2636 live-initramfs (1.102.1-1) unstable; urgency=medium
2638 * New upstream release.
2640 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 17 Sep 2007 00:00:00 +0200
2642 live-initramfs (1.99.2-1) unstable; urgency=medium
2644 * New upstream release:
2645 - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
2648 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 10 Sep 2007 00:00:00 +0200
2650 live-initramfs (1.99.1-1) unstable; urgency=medium
2652 * New upstream release.
2654 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 3 Sep 2007 00:00:00 +0200
2656 live-initramfs (1.96.2-1) unstable; urgency=medium
2658 * New upstream release.
2660 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 27 Aug 2007 00:00:00 +0200
2662 live-initramfs (1.96.1-1) unstable; urgency=medium
2664 * New upstream release.
2666 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 20 Aug 2007 00:00:00 +0200
2668 live-initramfs (1.95.3-1) unstable; urgency=medium
2670 * New upstream release.
2672 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 13 Aug 2007 00:00:00 +0200
2674 live-initramfs (1.95.2-1) unstable; urgency=medium
2676 * New upstream release.
2678 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 6 Aug 2007 00:00:00 +0200
2680 live-initramfs (1.95.1-1) unstable; urgency=medium
2682 * New upstream release.
2684 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 30 Jul 2007 00:00:00 +0200
2686 live-initramfs (1.91.6-1) unstable; urgency=medium
2688 * New upstream release.
2690 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 23 Jul 2007 00:00:00 +0200
2692 live-initramfs (1.91.5-1) unstable; urgency=medium
2694 * New upstream release.
2696 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 16 Jul 2007 00:00:00 +0200
2698 live-initramfs (1.91.4-1) unstable; urgency=medium
2700 * New upstream release:
2701 - Dropping transitional package, not needed anymore.
2703 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 9 Jul 2007 00:00:00 +0200
2705 live-initramfs (1.91.3-1) unstable; urgency=medium
2707 * New upstream release.
2709 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 2 Jul 2007 00:00:00 +0200
2711 live-initramfs (1.91.2-1) unstable; urgency=medium
2713 * New upstream release.
2715 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 25 Jun 2007 00:00:00 +0200
2717 live-initramfs (1.91.1-1) unstable; urgency=medium
2719 * New upstream release.
2721 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 18 Jun 2007 00:00:00 +0200
2723 live-initramfs (1.90.1-1) unstable; urgency=medium
2725 * New upstream release.
2727 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 11 Jun 2007 00:00:00 +0200
2729 live-initramfs (1.87.6-1) unstable; urgency=medium
2731 * New upstream release.
2733 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 4 Jun 2007 00:00:00 +0200
2735 live-initramfs (1.87.5-1) unstable; urgency=medium
2737 * New upstream release, replacing casper.
2739 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 28 May 2007 00:00:00 +0200
2741 live-initramfs (1.87.4-1) unstable; urgency=medium
2743 * New upstream release.
2745 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 21 May 2007 00:00:00 +0200
2747 live-initramfs (1.87.3-1) unstable; urgency=medium
2749 * New upstream release.
2751 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 14 May 2007 00:00:00 +0200
2753 live-initramfs (1.87.2-1) unstable; urgency=low
2755 * New upstream release.
2757 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 7 May 2007 00:00:00 +0200
2759 live-initramfs (1.87.1-1) unstable; urgency=low
2761 * Initial release, forking casper.
2763 -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 30 Apr 2007 00:00:00 +0200