1 live-boot (4.0~a3-1) experimental; urgency=low
4 * Adding live-tools to recommends.
7 * Including util-linux mount in initramfs.
10 * Making overwriting of /bin/mount within initramfs with mount.util-
11 linux dependent on fuse usage, not on some additional boot parameter.
12 * Correcting spelling typo in bug script.
15 * Update manpage information of ip= param to correctly reflect what
16 9990-netbase.sh expects.
19 * Cleaning up manpage po files.
20 * Adding 3.0~b10-1 changelog entries.
22 -- Daniel Baumann <daniel@debian.org> Mon, 17 Dec 2012 20:27:46 +0100
24 live-boot (4.0~a2-1) experimental; urgency=low
27 * Making the /live to /lib/live move for the persistence code.
28 * Handling already mounted persistence backing media correctly.
29 * Fixing persistence-media option when no devices are attached.
30 * Using 'local' in a safe way.
33 * Adding 3.0~b9-1 changelog entries.
35 -- Daniel Baumann <daniel@debian.org> Mon, 10 Dec 2012 20:06:28 +0100
37 live-boot (4.0~a1-1) experimental; urgency=low
39 * Dropping specifics for squeeze based distributions.
41 -- Daniel Baumann <daniel@debian.org> Fri, 30 Nov 2012 14:58:46 +0100
43 live-boot (3.0~b10-1) unstable; urgency=low
46 * Adding live-tools to recommends.
49 * Including util-linux mount in initramfs.
52 * Making overwriting of /bin/mount within initramfs with mount.util-
53 linux dependent on fuse usage, not on some additional boot parameter.
54 * Correcting spelling typo in bug script.
57 * Update manpage information of ip= param to correctly reflect what
58 9990-netbase.sh expects.
61 * Cleaning up manpage po files.
64 * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
66 -- Daniel Baumann <daniel@debian.org> Mon, 17 Dec 2012 20:22:50 +0100
68 live-boot (3.0~b9-1) unstable; urgency=low
71 * Making the /live to /lib/live move for the persistence code.
72 * Handling already mounted persistence backing media correctly.
73 * Fixing persistence-media option when no devices are attached.
74 * Using 'local' in a safe way.
76 -- Daniel Baumann <daniel@debian.org> Mon, 10 Dec 2012 20:01:21 +0100
78 live-boot (3.0~b8-1) unstable; urgency=low
80 * Removing eject from recommends, the script that ejects the live medium
81 is in live-config these days.
82 * Removing file from recommends, no usage of file in live-boot anymore.
83 * Updating package lists in bug script to match current implementations.
84 * Adding dpkg-source local options.
86 -- Daniel Baumann <daniel@debian.org> Fri, 30 Nov 2012 14:48:16 +0100
88 live-boot (3.0~b7-1) unstable; urgency=low
91 * Updating file paths for /lib/live/mount. See
92 http://lists.debian.org/debian-live/2012/10/msg00021.html for more
94 * Renaming /lib/live/mount/image to /lib/live/mount/medium. See
95 http://lists.debian.org/debian-live/2012/10/msg00023.html for more
97 * Updating package descriptions.
98 * Properly wrap package descriptions to 80 characters per line.
101 * Adding support for the previous persistence configuration file name,
102 for compatibility with systems that have been deployed with live-
103 persistence.conf already.
105 -- Daniel Baumann <daniel@debian.org> Wed, 07 Nov 2012 15:04:32 +0100
107 live-boot (3.0~b6-1) unstable; urgency=low
109 * Including hfs and hfsplus modules in initrd to access filesystems on
111 * Stopping to put a tmpfs on /root/lib/live from within initramfs, it
112 over-'layered' most prominently the live systems /lib/live/config,
113 making the runtime configuration impossible and the tmpfs is not
114 used or needed in the first place anyway.
115 * Renaming rofs to more intuitive rootfs.
116 * Removing source-only readme file about boot scripts from the binary
118 * Renaming the boot scripts readme file to fixme to make it even more
121 -- Daniel Baumann <daniel@debian.org> Tue, 02 Oct 2012 10:32:44 +0200
123 live-boot (3.0~b5-1) unstable; urgency=low
125 * Updating to standards version 3.9.4.
126 * Removing showmounts option as it's enable always anyway.
127 * Applying slightly modified patch from Reinhard Tartler
128 <siretart@tauware.de> to ensure that a potentially stray tmpfs on
129 /live/overlay gets removed to fix netboot failures (Closes:
132 -- Daniel Baumann <daniel@debian.org> Sun, 30 Sep 2012 10:07:09 +0200
134 live-boot (3.0~b4-1) unstable; urgency=low
136 * Switching to final name for the persistence configuration file
137 'persistence.conf' in line with boot parameter.
138 * Moving remaining stuff from /live to /lib/live to avoid further
141 -- Daniel Baumann <daniel@debian.org> Thu, 27 Sep 2012 13:23:33 +0200
143 live-boot (3.0~b3-1) unstable; urgency=low
146 * Always move live filesystem mounts to /root within initramfs,
147 regardless if mountpoint already exists or not (Closes: #688782).
150 * Removing mountpoint if no persistence layer is found on a device.
153 * Exposing rofs and persistence mounts under /live in the live
154 systems, not just initramfs only (Closes: #687099).
155 * Updating code for exposing of overlay mounts under /live too.
157 -- Daniel Baumann <daniel@debian.org> Wed, 26 Sep 2012 14:40:32 +0200
159 live-boot (3.0~b2-1) unstable; urgency=low
161 * Recreating /etc/live/boot in postinst.
162 * Removing /etc/live/boot if empty on purge in postrm.
163 * Regenerating initramfs on remove.
165 -- Daniel Baumann <daniel@debian.org> Fri, 24 Aug 2012 12:37:23 +0200
167 live-boot (3.0~b1-1) unstable; urgency=low
170 * Fixing build error in 'es' man pages caused by a newline conflict.
173 * Removing live-new-uuid, a rewritten one goes to live-tools.
174 * Adding slightly modified patch from Steven Shiau
175 <steven@nchc.org.tw> to transition to /run for network interface
176 definition files which fixes resolv.conf creation for netboot.
179 * Reading /conf/param.conf after Select_eth_device in main function to
180 fix network booting (Closes: #683240).
183 * Moving reading of initramfs-tools functions to initramfs-tools
185 * Consistently using case instead of if for conditionals in script
187 * Laying tmpfs on /live/overlay only during initramfs stage, fixes
188 boot failure with plain filesystems (Closes: #681579).
189 * Correcting DNS inclusion in initramfs-tools hook, thanks to Steven
190 Shiau <steven@nchc.org.tw> for reporting.
191 * Simplifying usage of copy_exec function from hooks-function in
192 initramfs-tools hook.
193 * Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and
194 /live/image/live/boot/*.conf instead of
195 /live/image/live/boot.d/*.conf for consistency reasons.
196 * Reading configuration file from filesystem and live-media at runtime
198 * Reading configuration files in initramfs-tools hook too.
201 * Adding support for nameserver in ip= boot parameter.
204 * Making nameserver assignment from ip= bootparameter work with
206 * Correcting permissions of /tmp which apparently somehow get mixed up
208 * Updating scripts readme about transition to plugin based
211 -- Daniel Baumann <daniel@debian.org> Thu, 16 Aug 2012 12:21:04 +0200
213 live-boot (3.0~a38-1) unstable; urgency=low
216 * Extending verify-checksums parameters to allow specifying custom
218 * Harmonizing GPL boilerplate texts.
221 * Correct left over references to old initramfs-tools.sh (Closes:
224 -- Daniel Baumann <daniel@debian.org> Fri, 27 Jul 2012 00:20:39 +0200
226 live-boot (3.0~a37-1) unstable; urgency=low
229 * Cleaning up initramfs-tools hook.
232 * Fixing persistence backward-compatibility mode (Closes: #681176).
235 * Making swap function self contained.
236 * Making read-only function self contained.
237 * Making verify-checksums function self contained.
238 * Factoring out debug into an own function.
239 * Extending read-only parameters to allow specifying custom list of
241 * Avoid re-access /proc/cmdline in select-eth-device function and use
242 internal variable instead.
244 -- Daniel Baumann <daniel@debian.org> Wed, 25 Jul 2012 17:18:06 +0200
246 live-boot (3.0~a36-1) unstable; urgency=low
248 * Adding temporary notes in a readme file.
249 * Renaming boot scripts for refactoring them into numbered plugins.
250 * Renaming mountroot function to main to provide a generic live-boot
251 entry point for initramfs generators.
252 * Adding temporary redirection layer for dracut initramfs generator.
253 * Adding redirection layer for initramfs-tools initramfs generator.
254 * Splitting out already reviewed cmdline parsing script.
255 * Splitting out already reviewed read-only script.
256 * Splitting out already reviewed swapon script.
257 * Splitting out already reviewed verify-checksums script.
258 * Adding support for defining one or more explicit swap partitions to
261 -- Daniel Baumann <daniel@debian.org> Wed, 18 Jul 2012 23:56:06 +0200
263 live-boot (3.0~a35-1) unstable; urgency=low
265 * Correcting typo in fstab function call in mountroot, thanks to
266 Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
268 -- Daniel Baumann <daniel@debian.org> Thu, 28 Jun 2012 14:30:46 +0200
270 live-boot (3.0~a34-1) unstable; urgency=low
273 * Renaming persistent-subtext option into persistent-label and making
274 it define the complete label instead of a custom suffix only.
275 * Updating coding style in a first bunch of locations.
276 * Updating location for live-boot files in initramfs-tools hook,
277 thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
278 * Making live-boot-initramfs-tools.postinst more error safe.
279 * Removing pre-wheezy dpkg trigger for update-initramfs.
280 * Removing superfluous directory in initramfs-tools hook.
281 * Sourcing individual live-boot scripts rather than executing them.
284 * Fix creation of /var/log/live in correct location.
287 * Switching to xz compression in source and binary packages.
289 -- Daniel Baumann <daniel@debian.org> Wed, 27 Jun 2012 14:14:19 +0200
291 live-boot (3.0~a33-1) unstable; urgency=low
294 * Updating Spanish translation of man pages.
297 * Removing some more dead parameters from cmdline function.
298 * Removing double author entries in Spanish po files.
300 -- Daniel Baumann <daniel@debian.org> Wed, 13 Jun 2012 13:26:49 +0200
302 live-boot (3.0~a32-1) experimental; urgency=low
304 * Dropping snapshot functionality, superseeded by awesome custom mount
306 * Setting persistence label for live-* 3.x persistency to
307 'persistence', we're not making any difference between full-ov and
308 custom-ov anymore on the filesystem and partition label (it's
309 determined by the contents of live-persistence.conf).
311 -- Daniel Baumann <daniel@debian.org> Wed, 06 Jun 2012 19:04:01 +0200
313 live-boot (3.0~a31-1) experimental; urgency=low
316 * Renaming etc directory to their actual name, examples, within source
318 * Simplyfing scripts declaration in Makefile.
321 * Fixing fuzzy strings in Spanish translation of man pages.
324 * Removing live-reconfigure, not used anymore.
325 * Removing live-preseed, not used anymore.
326 * Unbreaking cmdline parsing after variable rename.
327 * Moving off remaining functions from main boot script to subscript
330 -- Daniel Baumann <daniel@debian.org> Tue, 05 Jun 2012 21:44:44 +0200
332 live-boot (3.0~a30-1) experimental; urgency=low
334 * Removing dead lang2locale function and associated files, not used
336 * Converting select_eth_device initramfs-tools pre-mount script into
337 regular live-boot script.
338 * Consistenly using 'true' instead of 'Yes' or 'yes' when using
340 * Removing some dead boot parameters.
341 * Splitting out integrity-check function to subscript.
342 * Rewriting live-media checksum verification to work with any SHA and
344 * Updating read-only handling to new parameter handling.
345 * Updating internal cmdline handling.
346 * Updating swapon handling to new parameter handling.
347 * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
348 * Splitting out swap handling and rewriting to a live-boot subscript.
349 * Moving validateroot bottom script into main boot script itself.
350 * Removing exporting of variables for reviewed options in the cmdline
351 function, not required.
352 * Removing fastboot handling, the normal system handles this via
353 'fastboot' bootparameter already.
354 * Transforming persistence_excludes bottom script into normal live-
356 * Transforming fstab bottom script into normal live-boot script.
357 * Transforming networking bottom script into normal live-boot script.
358 * Simplyfing initramfs-tools specific files within the source tree.
360 -- Daniel Baumann <daniel@debian.org> Tue, 05 Jun 2012 19:37:54 +0200
362 live-boot (3.0~a29-1) experimental; urgency=low
364 * Automatically translate date formats in po files.
365 * Starting initramfs-tools specific subdirectory within the source-
367 * Replacing live initramfs-tools script with empty stub that calls the
368 real, in future being initramfs-tools independent, script from
370 * Splitting out a first bunch of functions out to /live/live/boot/.
371 * Moving out live-helpers from initramfs-tools specifics.
372 * Adding commented 'set -e' explicitly in all subscripts to avoid
373 running it with 'set -e' until we've made sure it's properly
375 * Moving out live-functions from initramfs-tools specifics.
376 * Removing live-premount modules script, not needed anymore.
377 * Converting read-only initramfs-tools pre-mount script into regular
380 -- Daniel Baumann <daniel@debian.org> Tue, 05 Jun 2012 16:00:59 +0200
382 live-boot (3.0~a28-1) experimental; urgency=low
385 * Improving robustness of findiso cleanup process.
386 * Using fromiso in most places where isofrom was used, thanks to
387 adrian15 <adrian15sgd@gmail.com>.
388 * Mounting fromiso filesystem on /live/fromiso instead of /fromiso,
389 thanks to adrian15 <adrian15sgd@gmail.com>.
390 * Improving robustness of fromiso cleanup process with is_mountpoint
394 * Using boot.log and /var/log/live/boot.log respectively for overall
395 consistency within all debian-live tools.
397 [ Ian Reinhart Geiser ]
398 * Fix to allow for multiple rof when exposed roots is disabled.
401 * Implement and make use of robust list functions.
404 * Fixing several typos in man pages.
405 * Adding initial Spanish translation of man pages.
408 * Fixing two typos and a wrong word in comments.
410 -- Daniel Baumann <daniel@debian.org> Mon, 04 Jun 2012 17:31:32 +0200
412 live-boot (3.0~a27-1) experimental; urgency=low
415 * Only looking at boot.d files if they have the .conf suffix to allow
416 putting other files into these places that do not necessarily need
417 to be used by live-boot (e.g. documentation).
418 * Removing preseed bottom-script, a newly written one is now in live-
419 config where this sort of things belong.
420 * Removing header in fstab, not required.
421 * Removing outdated and broken accessibility script, this will be
422 redone in live-config properly.
423 * Replacing 'illegal' with better fitting 'invalid' for wrongly
424 crafted input examples in live.persist manpage.
425 * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
426 * Removing user and userfullname variables in scripts/live, they are
427 not used here sind live-config anymore.
428 * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
429 * Using 'persistence' (noun) rather than 'persistent'
430 (adjective/adverb) everywhere.
431 * Making extraction of the manpage section in manpages/Makefile work
432 with multiple dots in the filename.
433 * Renaming live.persist to live-persistence.conf.
436 * Adding support for the findiso boot parameter (Closes: #656135).
437 * Fixing findiso argument parsing place to match the existing
439 * Removing overkill double-checking of return code in is_mountpoint
441 * Fixing brace alignment to follow common code style.
442 * Removing leftover directory after unmounting.
446 * Merging old changelog into current changelog.
447 * Updating toplevel Makefile to work with manpages having multiple
448 dots in its filename.
449 * Renamling linkfiles option when using persistence to simply link.
452 * Allow using / as destination in custom mounts.
453 * Supress warnings when probing media for persistence.
454 * Do not probe the device mounted on /live/image for persistence.
455 * Fix typo to make home-sn snapshots work again.
456 * Only try copying snapshots if we actually found any.
458 -- Daniel Baumann <daniel@debian.org> Mon, 09 Apr 2012 18:58:06 +0200
460 live-boot (3.0~a26-1) experimental; urgency=low
463 * Updating year in copyright.
464 * Updating copyright file machine-readable format version 1.0.
465 * Updating to standards version 3.9.3.
466 * Quoting noprompt variable in initscript to avoid syntax errors,
467 thanks to Philip Newborough <corenominal@corenominal.org>.
468 * Correcting log_end_msg usages in connection with verbosity checks in
469 live-boot initscript, thanks to Pablo Barbachano
470 <pablobarbachano@yahoo.es> (Closes: #665689).
471 * Replacing live-boot initscript with a stub and moving the actual
472 code to /lib/live/boot.sh to allow different initsystem support in
474 * Removing some of the now useless sysvinit specifics from
478 * Adding initial work on a custom mounts system.
481 * Correcting indenting initial work on a custom mounts system to
483 * Avoid calling rm without -f in initial work on a custom mounts
484 system to ensure non-interactivity.
485 * Avoid '==' bashism in initial work on a custom mounts system to
486 ensure posix compatiblity.
489 * Prevent custom mounting in /live.
490 * Optionally symlink files from persistent source instead of mount it.
491 * Separate overlay labels for full and custom persistence.
492 * Remove some temporary custom mount related files after they're used.
495 * Calling rm without -f when removing some temporary custom mount
496 related files to ensure non-interactivity.
499 * Handle custom mounts options a bit more beautifully.
500 * Continue the correct for-loop so incorrect custom mount is skipped.
501 * Refactor union mounting into its own function.
502 * Workaround busybox's inability to detect symlinks with [ -e ].
503 * Make union mounting more sensible and robust.
504 * Ignore empty lines in live.persist.
505 * Remove the correct file.
506 * Optionally mount custom mounts as unions.
507 * Fix mask usage in links_files().
510 * Correcting syntax when using if constructs in links_files().
513 * Refactor persistent custom mounting from live into live-helpers.
514 * Accept using several persistent media with custom-ov label.
515 * Use same device backing path as used in other places.
516 * Close unused LUKS devices in all cases.
519 * Adjusting mount calls when using nfs options (Closes: #667435).
522 * Refactor live-boot argument parser from live into live-helpers.
523 * Refactor some global variables from live into live-helpers.
524 * Refactor find_persistent_media().
525 * Add support for probing partitions' GPT name just like filesystem
527 * Some minor cleanups.
528 * Handle already mounted devices and closing of unused luks devices
530 * Add backwards compatibility for old labels: live-{rw,sn} and home-
532 * We don't black list storage devices any more.
533 * Check if luks device is already open before trying to open it.
534 * Fixup some style issues.
535 * Refactor mounting of persistent storage media.
537 * Remove two FIXME:s that are not really relevant.
538 * Don't allow . or .. in live.persist paths.
539 * Use trim_path when we compare paths.
540 * Make handling of LUKS encrypted GPT partitions more sane.
541 * Handle list arguments better in get_custom_mounts().
542 * Copy ownership/perms from source to rw-branch in read-only mode.
543 * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
544 * Refactor closing of persistent devices upon failure.
545 * Create the source dir for custom mounts using the 'linkfiles'
547 * Fix ownership/perms for created union/linkfiles source dirs.
548 * Do not allow mutually exclusive custom mount options.
549 * Add a note about a potential, future code simplification.
550 * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
551 * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
552 * Make two custom mounts with nested source directories illegal.
553 * Improve error message.
554 * Remove cow dir contents that are in the way for custom mounts.
555 * Also create parents when creating union/linkfiles source
557 * Update live-boot(7) man page and add new one for live.persist(5).
558 * Delete existing files in the destination's path when creating it.
559 * Adding functions equivalent to chmod/chown --reference.
560 * Fix ownership for links created for linkfiles custom mounts.
561 * Add 'bind' option for the default behaviour of custom mounts (bind-
563 * Use trim_path() instead of custom sed stanza to trim /:es from
565 * Copy perms/ownership from source when creating linkfiles dest dirs.
566 * Make cases for all different custom mounting situations more
570 * Correcting left-over in author section of live.persist manpage.
571 * Moving initscript to live-config.
573 -- Daniel Baumann <daniel@debian.org> Thu, 05 Apr 2012 08:14:51 +0200
575 live-boot (3.0~a25-1) unstable; urgency=low
578 * Updating to debhelper version 9.
581 * Add overlayfs support (Closes: #658265).
583 -- Daniel Baumann <daniel@debian.org> Mon, 06 Feb 2012 23:27:38 +0100
585 live-boot (3.0~a24-1) unstable; urgency=low
587 * Removing quotes from udev path_id command to actually execute the
590 -- Daniel Baumann <daniel@debian.org> Sun, 04 Dec 2011 09:58:23 +0100
592 live-boot (3.0~a23-1) unstable; urgency=low
595 * Enabling whiteouts support for aufs.
598 * Update udevs path_id changes as of version 174, thanks to Baurzhan
599 Muftakhidinov <baurthefirst@gmail.com> for spotting it.
602 * Adding persistent-encryption={none|luks}.
603 * Making persistent-encryption=luks strict.
604 * Making sure dm-crypt is loaded when dealing with LUKS devices.
605 * Adding persistent-storage=TYPE...
606 * Removing now obsolete persistent=* arguments.
607 * Adding persistent-method=METHOD...
608 * Fixing an incorrectly redirected newline.
609 * Clarifying what happens when you don't retry decrypting a device.
610 * Refactoring device scanning in find_{cow_device,files}.
611 * Making use of is_supported_fs in find_cow_devices (like in
613 * Refactoring overlay and snapshot scanning code.
614 * Fixing a "sh: bad number" when $offset is not passed to
616 * Disabling persistent-encryption=luks if dependencies are
618 * Adding persistent-read-only boot parameter.
619 * Changing persistent-encryption to accept a list TYPE... instead.
620 * Updating live-boot man page for persistent-encryption.
621 * Updating live-boot man page for persistent-storage.
622 * Updating live-boot man page for persistent-method.
623 * Updating and rewording live-boot man page for the persistent option.
624 * Making persistent-read-only work for home-rw overlays.
625 * Making persistent-read-only work for live-rw overlays.
626 * Updating live-boot man page for persistent-read-only.
627 * Adding workaround for a busybox bug with grep -w.
629 -- Daniel Baumann <daniel@debian.org> Mon, 28 Nov 2011 18:26:11 +0100
631 live-boot (3.0~a22-1) unstable; urgency=low
634 * Using compression level 9 also for binary packages.
635 * Updating matching in is_nice_device to, amongst others, match for
637 * Include overlayfs modules in initramfs if existing.
640 * Fix live-snapshot exclude.list handling (Closes: #610337)
643 * Sorting overrides in rules alphabetically.
645 -- Daniel Baumann <daniel@debian.org> Fri, 04 Nov 2011 11:37:28 +0100
647 live-boot (3.0~a21-1) unstable; urgency=low
650 * Silencing rmdir calls in makefile.
651 * Printing out a warning message in initramfs-tools hook if backend is
652 installed but no live-boot package, exiting early and not breaking
653 update-initramfs (Closes: #639884).
656 * Fixing cache_path: cache non-executable libs dependencies as well.
657 * Fixing cache_path: taking into account the three forms of ldd output
659 * Adding a white_listed_devices parameter to find_cow_device and
661 * Factorizing loops on removable/non-removable devices.
662 * Adding support for persistent-media={removable,removable-usb}.
663 * Silencing umount in case live/image was unmounted already, extracted
664 from a patch by Michael Schierl <schierlm@gmx.de>.
665 * Erroring out in case a "wrong" filesystem was chosen.
668 * Using /usr/share/live-boot instead of unreliable
669 /usr/share/doc/live-boot in validateroot bootscript, stripped live
670 systems may or may not carry /usr/share/doc.
672 -- Daniel Baumann <daniel@debian.org> Thu, 08 Sep 2011 21:06:28 +0200
674 live-boot (3.0~a20-1) unstable; urgency=low
677 * Updating section for live-boot-doc.
680 * Cross-referencing lb_config --bootappend-live.
683 * Correcting bootappend-live reference in live-boot manpage.
684 * Applying patch from grml to update forgotten use of live.log with
686 * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
687 support for lvm and md devices.
689 -- Daniel Baumann <daniel@debian.org> Thu, 04 Aug 2011 21:20:47 +0200
691 live-boot (3.0~a19-1) unstable; urgency=low
693 * Correct rmdir call in top-level Makefiles uninstall target to not
694 fail if there was no prior live-boot installation.
695 * Making references to debian more distribution neutral.
696 * Replacing reference to old alioth page in live-snapshot.
697 * Splitting out documentation so that it can be accesses separately
698 from the initramfs code.
699 * Adding conflicts/replaces for live-boot to live-boot-doc to not
702 -- Daniel Baumann <daniel@debian.org> Wed, 13 Jul 2011 10:28:33 +0200
704 live-boot (3.0~a18-1) unstable; urgency=low
706 * Updating and correcting sendsigs.omit support for /run (Closes:
708 * Removing accidentally twice included English files when installing
711 -- Daniel Baumann <daniel@debian.org> Sat, 11 Jun 2011 11:24:15 +0200
713 live-boot (3.0~a17-1) unstable; urgency=low
716 * Updating to standards version 3.9.2.
717 * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
718 fuse sendsigs (Closes: #621908).
719 * Updating manpage wrt/ ip parameter squence (Closes: #616197).
720 * Making copyright file distribution neutral.
721 * Correcting top-level makefile to automatically get all the supported
722 languages, rather than defining a static list.
725 * Copy resolv.conf to live system root (Closes: #627178).
726 * Tidy up resolv.conf a bit.
728 -- Daniel Baumann <daniel@debian.org> Wed, 18 May 2011 19:31:27 +0200
730 live-boot (3.0~a16-1) unstable; urgency=low
732 * Adding old 2.x changelog entries in debian changelog.
734 -- Daniel Baumann <daniel@debian.org> Mon, 14 Mar 2011 06:27:17 +0100
736 live-boot (3.0~a15-1) experimental; urgency=low
739 * Updating year in copyright.
742 * Adjust copyright entry in live-snapshot.
743 * Protect NOPROMPT (Closes: #610941).
746 * Simplify union mounting.
747 * Really set limit on open files for unionfs-fuse
748 * Add verbose messages to initramfs hook.
750 [ T(A)ILS developers ]
751 * Fixing remaining fromiso= bug.
752 * Fixing syntax error.
754 -- Daniel Baumann <daniel@debian.org> Wed, 09 Mar 2011 18:01:07 +0100
756 live-boot (3.0~a14-1) experimental; urgency=low
759 * Populate adapters in /etc/network/interfaces when ethdevice= on
763 * Removing header in copyright file.
764 * Don't hard-depend on test target in Makefile.
765 * Using dh auto magic in override, rather than manual make call.
768 * Removing the duplicated "the" in the live-boot.init script.
771 * Updating auto_install overrides in rules.
772 * Correcting live hook to include mtdblock for syslinux memdisk usage,
773 thanks to Michael Prokop <mika@grml.org>.
774 * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
775 thanks to Michael Prokop <mika@grml.org>.
777 -- Daniel Baumann <daniel@debian.org> Tue, 11 Jan 2011 13:38:56 +0100
779 live-boot (3.0~a13-1) experimental; urgency=low
782 * Removing legacy code for detecting removable usb sticks on kernels
784 * Logging to /var/log/live-boot.log instead of /var/log/live.log for
785 future consistency with live-config.
786 * Adding support for custom ramdisk size (Closes: #544583).
789 * Remounting cow read-only before prompting user to remove usb flash
793 * Clean some leading whitespaces.
795 -- Daniel Baumann <daniel@debian.org> Mon, 06 Dec 2010 11:27:07 +0100
797 live-boot (3.0~a12-1) experimental; urgency=low
799 [ T(A)ILS developers ]
800 * Fixing fromiso= on Squeeze.
803 * Adding dpkg source options file.
805 -- Daniel Baumann <daniel@debian.org> Mon, 22 Nov 2010 23:29:48 +0100
807 live-boot (3.0~a11-1) experimental; urgency=low
809 [ T(A)ILS developers ]
810 * Adding noprompt={usb,cd} feature.
811 * Enhancing devices search ordering.
814 * Removing deep link to bug page in the manual, since we don't have
815 stable references yet.
817 -- Daniel Baumann <daniel@debian.org> Thu, 28 Oct 2010 09:28:43 +0200
819 live-boot (3.0~a10-1) experimental; urgency=low
821 * Don't do anything in initscript when using toram (Closes: #601575).
823 -- Daniel Baumann <daniel@debian.org> Wed, 27 Oct 2010 14:58:03 +0200
825 live-boot (3.0~a9-1) experimental; urgency=low
828 * Adding live-snapshot.list documentation to manpage.
831 * Removed whitespace for tabs on the skipunion option.
833 [ T(A)ILS developers ]
834 * Fixing overzealous blacklist usage.
835 * Adding documentation for persistent=cryptsetup in the manpage.
837 -- Daniel Baumann <daniel@debian.org> Tue, 26 Oct 2010 09:24:51 +0200
839 live-boot (3.0~a8-1) experimental; urgency=low
842 * Adding initial support for unionmount.
845 * Included a note about persistent-subtext (Helps: #536728).
848 * Running manpage rebuild after manpage updates.
849 * Updating to debhelper version 8.
851 -- Daniel Baumann <daniel@debian.org> Sat, 02 Oct 2010 10:15:03 +0200
853 live-boot (3.0~a7-1) experimental; urgency=low
856 * Fixing find_snap to take its second argument into account.
858 -- Daniel Baumann <daniel@debian.org> Sat, 25 Sep 2010 22:46:54 +0200
860 live-boot (3.0~a6-1) experimental; urgency=low
863 * Fix snapshots' sync-strings usage (Closes: #591330).
864 * Fixed some snapshot related debug messages.
865 * Added support for empty (initial) snapshots.
868 * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
869 symlinks when checking for dynamically linked files at reboot in
872 -- Daniel Baumann <daniel@debian.org> Tue, 14 Sep 2010 08:51:59 +0200
874 live-boot (3.0~a5-1) experimental; urgency=low
877 * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
878 mangling the main sudoers file in accessibility bottom script,
879 create a new file in /etc/sudoers.d and set permissions
881 * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
882 add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
883 and AVD1 to properly boot live media.
884 * Updating uinstall targets in makefile.
887 * Allowing to assign no gateway in networking bottom script.
890 * Removing usplash support from initscript, usplash is dead.
891 * Removing lenny legacy stuff from initscript.
892 * Removing usplash support in initramfs, usplash is dead.
893 * Adding plymouth in bug script.
895 -- Daniel Baumann <daniel@debian.org> Mon, 06 Sep 2010 15:17:15 +0200
897 live-boot (3.0~a4-1) experimental; urgency=low
899 * Exiting with 0 in live-boot bug script (Closes: #595262).
900 * Using boot.d instead of boot.conf.d as directory name for custom
903 -- Daniel Baumann <daniel@debian.org> Thu, 02 Sep 2010 22:46:45 +0200
905 live-boot (3.0~a3-1) experimental; urgency=low
907 * Updating seperators in networking bottom script to fix ip parameter
908 parsing (Closes: #590494).
909 * Updating live-build reference in manpages.
910 * Adding reference to live-tools in manpages.
911 * Checking for file existence in initramfs hook (Closes: #595264).
913 -- Daniel Baumann <daniel@debian.org> Thu, 02 Sep 2010 18:28:40 +0200
915 live-boot (3.0~a2-1) experimental; urgency=low
918 * Removing old and unmaintained po files.
919 * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
920 based on the work of Holger Fischer <hoo.mb@web.de> to add support
921 for BOOTIF in cases where pxelinux is being used with IPAPPEND
925 * Making multiple connected NICs work.
928 * Adding workaround for aufs issue in kernel versions around 2.6.33.
931 * Using allow-hotplug instead of auto in automatically created
932 /etc/network/interfaces file.
934 -- Daniel Baumann <daniel@debian.org> Wed, 01 Sep 2010 18:27:33 +0200
936 live-boot (3.0~a1-1) experimental; urgency=low
938 * Switching to source format 3.0 (quilt).
939 * Removing live-initramfs transitional package.
940 * Removing lenny support.
942 -- Daniel Baumann <daniel@debian.org> Tue, 10 Aug 2010 02:02:39 +0200
944 live-boot (2.0.15-1) unstable; urgency=low
947 * Adding live-system script from live-tools.
948 * Updating year in copyright.
951 * Adjust copyright entry in live-snapshot.
953 -- Daniel Baumann <daniel@debian.org> Tue, 01 Feb 2011 22:49:03 +0100
955 live-boot (2.0.14-1) unstable; urgency=low
958 * Removing the duplicated "the" in the live-boot.init script.
961 * Correcting live hook to include mtdblock for syslinux memdisk usage,
962 thanks to Michael Prokop <mika@grml.org>.
963 * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
964 thanks to Michael Prokop <mika@grml.org>.
966 -- Daniel Baumann <daniel@debian.org> Fri, 24 Dec 2010 18:51:57 +0100
968 live-boot (2.0.13-1) unstable; urgency=medium
971 * Remounting cow read-only before prompting user to remove usb flash
974 -- Daniel Baumann <daniel@debian.org> Mon, 06 Dec 2010 11:18:32 +0100
976 live-boot (2.0.12-1) unstable; urgency=medium
978 [ T(A)ILS developers ]
979 * Fixing fromiso= on Squeeze.
981 -- Daniel Baumann <daniel@debian.org> Mon, 22 Nov 2010 23:27:01 +0100
983 live-boot (2.0.11-1) unstable; urgency=medium
985 * Removing deep link to bug page in the manual, since we don't have
986 stable references yet.
988 -- Daniel Baumann <daniel@debian.org> Thu, 28 Oct 2010 09:22:02 +0200
990 live-boot (2.0.10-1) unstable; urgency=medium
992 * Don't do anything in initscript when using toram (Closes: #601575).
994 -- Daniel Baumann <daniel@debian.org> Wed, 27 Oct 2010 14:54:58 +0200
996 live-boot (2.0.9-1) unstable; urgency=low
998 [ T(A)ILS developers ]
999 * Fixing overzealous blacklist usage.
1000 * Adding documentation for persistent=cryptsetup in the manpage.
1002 -- Daniel Baumann <daniel@debian.org> Tue, 26 Oct 2010 09:15:54 +0200
1004 live-boot (2.0.8-1) unstable; urgency=medium
1007 * Adding live-snapshot.list documentation to manpage.
1009 -- Daniel Baumann <daniel@debian.org> Tue, 12 Oct 2010 11:20:12 +0200
1011 live-boot (2.0.7-1) unstable; urgency=medium
1014 * Adding initial support for unionmount.
1017 * Included a note about persistent-subtext (Helps: #536728).
1020 * Running manpage rebuild after manpage updates.
1022 -- Daniel Baumann <daniel@debian.org> Sat, 02 Oct 2010 10:06:41 +0200
1024 live-boot (2.0.6-1) unstable; urgency=medium
1027 * Fixing find_snap to take its second argument into account.
1029 -- Daniel Baumann <daniel@debian.org> Sat, 25 Sep 2010 22:48:35 +0200
1031 live-boot (2.0.5-1) unstable; urgency=low
1034 * Fix snapshots' sync-strings usage (Closes: #591330).
1035 * Fixed some snapshot related debug messages.
1036 * Added support for empty (initial) snapshots.
1039 * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1040 symlinks when checking for dynamically linked files at reboot in
1043 -- Daniel Baumann <daniel@debian.org> Tue, 14 Sep 2010 08:55:02 +0200
1045 live-boot (2.0.4-1) unstable; urgency=low
1048 * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1049 mangling the main sudoers file in accessibility bottom script,
1050 create a new file in /etc/sudoers.d and set permissions
1052 * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1053 add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1054 and AVD1 to properly boot live media.
1055 * Updating uinstall targets in makefile.
1058 * Allowing to assign no gateway in networking bottom script.
1061 * Removing usplash support from initscript, usplash is dead.
1062 * Removing usplash support in initramfs, usplash is dead.
1063 * Adding plymouth in bug script.
1065 -- Daniel Baumann <daniel@debian.org> Mon, 06 Sep 2010 15:21:24 +0200
1067 live-boot (2.0.3-1) unstable; urgency=low
1069 * Exiting with 0 in live-boot bug script (Closes: #595262).
1070 * Using boot.d instead of boot.conf.d as directory name for custom
1071 configuration files.
1073 -- Daniel Baumann <daniel@debian.org> Thu, 02 Sep 2010 22:43:03 +0200
1075 live-boot (2.0.2-1) unstable; urgency=low
1077 * Updating seperators in networking bottom script to fix ip parameter
1078 parsing (Closes: #590494).
1079 * Updating live-build reference in manpages.
1080 * Checking for file existence in initramfs hook (Closes: #595264).
1081 * Adding live-toram script to copy the running live system to ram and
1082 eject the live media.
1084 -- Daniel Baumann <daniel@debian.org> Thu, 02 Sep 2010 18:25:12 +0200
1086 live-boot (2.0.1-1) unstable; urgency=low
1089 * Adding workaround for aufs issue in kernel versions around 2.6.33.
1092 * Using allow-hotplug instead of auto in automatically created
1093 /etc/network/interfaces file.
1095 -- Daniel Baumann <daniel@debian.org> Wed, 01 Sep 2010 18:25:08 +0200
1097 live-boot (2.0.0-1) unstable; urgency=low
1099 * Updating debian-installer languagelist.
1100 * Moving configs to etc directory within the source tree.
1101 * Removing old docs.
1103 -- Daniel Baumann <daniel@debian.org> Tue, 10 Aug 2010 01:48:01 +0200
1105 live-boot (2.0~a16-1) unstable; urgency=high
1108 * Adding support for resolving DNS names from initramfs, thanks to
1109 Michal Suchanek <hramrach@centrum.cz> for initial patch which this
1110 is based on (Closes: #589659).
1111 * Don't fail in Makefile when there's no checkbashism.
1112 * Updating package to standards version 3.9.1.
1115 * Fix omitpids to work with readonly images.
1117 -- Daniel Baumann <daniel@debian.org> Wed, 28 Jul 2010 20:17:11 +0200
1119 live-boot (2.0~a15-1) unstable; urgency=low
1121 * Making inclusion of languagelist conditional in live hook.
1122 * Updating depends of live-initramfs transitional package to reflect
1123 relaxed backend depends.
1125 -- Daniel Baumann <daniel@debian.org> Sat, 17 Jul 2010 17:19:16 +0200
1127 live-boot (2.0~a14-1) unstable; urgency=low
1129 * Improving backend dependencies (Closes: #589326).
1131 -- Daniel Baumann <daniel@debian.org> Sat, 17 Jul 2010 00:37:33 +0200
1133 live-boot (2.0~a13-1) unstable; urgency=low
1135 * Listing fromiso parameter in manpage (Closes: #588667).
1136 * Improving test targets in Makefile a bit.
1137 * Improving clean target in manpages Makefile a bit.
1138 * Adding Chris in copyright file (for live-snapshot that is).
1140 -- Daniel Baumann <daniel@debian.org> Thu, 15 Jul 2010 19:31:03 +0200
1142 live-boot (2.0~a12-1) unstable; urgency=low
1145 * Adding preparations for booting through syslinux memdisk.
1148 * Avoiding using busybox cpio applet, this should fix snapshot
1150 * Do not print misleading debug message if the snapshot was found
1152 * Removing unreachable code in ethdevice argument handling (Closes:
1156 * Adding btrfs support.
1157 * Updating package to standards version 3.9.0.
1159 -- Daniel Baumann <daniel@debian.org> Wed, 07 Jul 2010 20:13:54 +0200
1161 live-boot (2.0~a11-1) unstable; urgency=low
1163 * Updating lintian overrides.
1164 * Adding missing depends in live-boot on its backend package.
1165 * Removing noautologin parameter from live script, this functionallity
1166 was moved to live-config.
1168 -- Daniel Baumann <daniel@debian.org> Sun, 20 Jun 2010 19:14:05 +0200
1170 live-boot (2.0~a10-1) unstable; urgency=low
1172 * Removing depends on live-config in live-boot.
1173 * Adding live-config-sysvinit to depends of live-initramfs.
1174 * Alternatively depend on busybox or busybox-initramfs on live-boot-
1177 -- Daniel Baumann <daniel@debian.org> Thu, 17 Jun 2010 21:52:57 +0200
1179 live-boot (2.0~a9-1) unstable; urgency=low
1182 * Fix missing log_end_msg in live-boot.init.
1184 -- Daniel Baumann <daniel@debian.org> Fri, 11 Jun 2010 18:42:23 +0200
1186 live-boot (2.0~a8-1) unstable; urgency=low
1188 * Removing serialtty bottom script.
1189 * Removing compcache configuration file.
1190 * Removing options that are now in live-config from parameters.txt.
1192 -- Daniel Baumann <daniel@debian.org> Thu, 10 Jun 2010 12:38:52 +0200
1194 live-boot (2.0~a7-1) unstable; urgency=low
1197 * Adding initial iSCSI boot support.
1198 * Really set NETBOOT with iSCSI.
1199 * Document iscsi in the man page.
1202 * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
1203 care about that now.
1205 -- Daniel Baumann <daniel@debian.org> Tue, 08 Jun 2010 20:22:33 +0200
1207 live-boot (2.0~a6-1) unstable; urgency=low
1210 * Updating update-version script.
1211 * Updating update-version script.
1212 * Removing keyboard bottom script, live-config takes care about that
1214 * Removing getty and login wrappers, live-config takes care about that
1216 * Removing configure_init bottom script, live-config takes care about
1220 * Moving check for iso image in initscript from the start to the end
1221 before ejecting media.
1222 * Using sendsigs.omit to avoid killing / (Closes: #584690).
1224 -- Daniel Baumann <daniel@debian.org> Tue, 08 Jun 2010 06:03:21 +0200
1226 live-boot (2.0~a5-1) unstable; urgency=low
1232 * Ammending 2.0~a3-1 changelog entry with bug number.
1235 * Adding support for booting iso images over http or wget.
1238 * Renaming internal ext_mountpoint variable to alt_mountpoint for
1242 * Removing leftover url= option, this ain't gonna work this way, see
1244 * Adding DHCP debugging option.
1245 * Updating docs wrt/ httpfs.
1248 * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
1250 * Removing apt_cdrom bottom script, not used anyway.
1251 * Removing some boot parameters obsoleted by live-config.
1253 -- Daniel Baumann <daniel@debian.org> Sat, 05 Jun 2010 14:13:10 +0200
1255 live-boot (2.0~a4-1) unstable; urgency=low
1257 * Removing obsolete boot parameter from manpages.
1258 * Running checkbashisms with -f and -x in Makefile.
1260 -- Daniel Baumann <daniel@debian.org> Wed, 02 Jun 2010 22:47:20 +0200
1262 live-boot (2.0~a3-1) unstable; urgency=low
1264 * Removing umountfs bottom script, not needed anymore (see #518463).
1266 -- Daniel Baumann <daniel@debian.org> Sun, 30 May 2010 09:28:32 +0200
1268 live-boot (2.0~a2-1) unstable; urgency=low
1270 * Removing locales bottom script, now handled by live-config.
1271 * Simplyfing makefile a bit.
1273 -- Daniel Baumann <daniel@debian.org> Thu, 27 May 2010 22:42:36 +0200
1275 live-boot (2.0~a1-1) experimental; urgency=low
1279 -- Daniel Baumann <daniel@debian.org> Mon, 24 May 2010 10:46:39 +0200
1281 live-initramfs (1.236.2-1) unstable; urgency=medium
1283 * Removing spurious '+' when making debconf db read-only (Closes:
1286 -- Daniel Baumann <daniel@debian.org> Tue, 18 May 2010 06:51:31 +0200
1288 live-initramfs (1.236.1-1) unstable; urgency=low
1290 * Merging casper 1.216.
1291 * Merging casper 1.217.
1292 * Merging casper 1.218.
1293 * Merging casper 1.219.
1294 * Merging casper 1.220.
1295 * Merging casper 1.221.
1296 * Merging casper 1.222.
1297 * Merging casper 1.223.
1298 * Merging casper 1.224.
1299 * Merging casper 1.225.
1300 * Merging casper 1.226.
1301 * Merging casper 1.227.
1302 * Merging casper 1.228.
1303 * Merging casper 1.229.
1304 * Merging casper 1.230.
1305 * Merging casper 1.231.
1306 * Merging casper 1.232.
1307 * Merging casper 1.233.
1308 * Merging casper 1.234.
1309 * Merging casper 1.235.
1310 * Merging casper 1.236.
1312 -- Daniel Baumann <daniel@debian.org> Sun, 16 May 2010 06:03:01 +0200
1314 live-initramfs (1.215.1-1) unstable; urgency=low
1317 * Merging casper 1.200.
1318 * Merging casper 1.201.
1319 * Merging casper 1.202.
1320 * Merging casper 1.203.
1321 * Merging casper 1.204.
1322 * Merging casper 1.205.
1323 * Merging casper 1.206.
1324 * Merging casper 1.207.
1325 * Merging casper 1.208.
1326 * Merging casper 1.209.
1327 * Merging casper 1.210.
1328 * Merging casper 1.211.
1329 * Merging casper 1.212.
1330 * Merging casper 1.213.
1331 * Merging casper 1.214.
1332 * Merging casper 1.215.
1335 * No timeout as running ipconfig for network booting.
1337 -- Daniel Baumann <daniel@debian.org> Sun, 02 May 2010 15:52:01 +0200
1339 live-initramfs (1.199.1-1) unstable; urgency=low
1341 * Updating maintainer field.
1342 * Merging casper 1.178.
1343 * Merging casper 1.179.
1344 * Merging casper 1.180.
1345 * Merging casper 1.181.
1346 * Merging casper 1.182.
1347 * Merging casper 1.183.
1348 * Merging casper 1.184.
1349 * Merging casper 1.185.
1350 * Merging casper 1.186.
1351 * Merging casper 1.187.
1352 * Merging casper 1.188.
1353 * Merging casper 1.189.
1354 * Merging casper 1.190.
1355 * Merging casper 1.191.
1356 * Merging casper 1.192.
1357 * Merging casper 1.193.
1358 * Move dummy start target in initscript.
1359 * Merging casper 1.194.
1360 * Merging casper 1.195.
1361 * Merging casper 1.196.
1362 * Merging casper 1.197.
1363 * Merging casper 1.198.
1364 * Merging casper 1.199.
1366 -- Daniel Baumann <daniel@debian.org> Fri, 30 Apr 2010 19:19:23 +0200
1368 live-initramfs (1.177.2-1) unstable; urgency=low
1371 * Do not specify 'noxino' between directories.
1374 * Support bootoptions ethdevice and ethdevice-timeout for specifying
1375 from which device you want to boot from and using which timeout
1376 (being 30 seconds if unconfigured), if ethdevice is not specified
1377 try to get a working network configuration for each existing network
1379 * Prefer removable devices over non-removable devices, so scan them
1381 * Support unusual device names like /dev/cciss/c0d0p1 in isofrom
1383 * Do not leak modprobe options to avoid booting errors with kernel
1384 options like libata.dma=0.
1386 -- Daniel Baumann <daniel@debian.org> Mon, 05 Apr 2010 10:07:12 +0200
1388 live-initramfs (1.177.1-1) unstable; urgency=low
1391 * Removing etch compatibility.
1392 * Merging casper 1.174.
1393 * Adding proper code comments about vol_id removal.
1394 * Merging casper 1.175.
1397 * Making select_eth_device work with 2nd NIC linked only and FETCH
1399 * Moving select_eth_device from init-premount to live-premount where
1400 "udevadm" commands are not required.
1403 * Merging casper 1.176.
1404 * Merging casper 1.177.
1405 * Adding message to notify users when live-initramfs is falling back
1407 * Manually loading fuse when required.
1409 -- Daniel Baumann <daniel@debian.org> Wed, 17 Mar 2010 20:29:01 +0100
1411 live-initramfs (1.173.5-1) unstable; urgency=low
1414 * Updating contact information in copyright file.
1415 * Simplyfing initramfs triggers (Closes: #521129, #545842).
1416 * Wrapping fields in control file.
1417 * Using minimized rules file.
1418 * Simplifying wording in bug-presubj file.
1420 [ Andreas Teuchert ]
1421 * Calling udevadm settle in scripts/init-premount/select_eth_device
1425 * Also respecting persistent-path parameter for snapshots (Closes:
1428 -- Daniel Baumann <daniel@debian.org> Sun, 14 Mar 2010 23:27:57 +0100
1430 live-initramfs (1.173.4-1) unstable; urgency=low
1432 * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
1434 * Correcting path in previous commit.
1435 * Disabling kaboom (Closes: #556368).
1437 -- Daniel Baumann <daniel@debian.127011.localhost> Fri, 12 Mar 2010 18:21:00 +0100
1439 live-initramfs (1.173.3-1) unstable; urgency=low
1441 * Using noxino instead of xino, as the latter is not supported by
1442 aufs2 as we need to use it.
1444 -- Daniel Baumann <daniel@debian.org> Sat, 20 Feb 2010 16:16:46 +0100
1446 live-initramfs (1.173.2-1) unstable; urgency=low
1449 * Updating homepage field in control.
1452 * Correcting live-media=removeable{,-usb} behaviour to match the
1456 * Removing unionfs workaround for kernel versions << 2.6.22, not
1458 * Mounting aufs layer with detached inode index, this solves the
1459 'leaving unclean filesystem when using persistency' problem.
1460 * Removing unused syncs in initscript.
1463 * Skip loading usb modules when quickusbmodules parameter is
1466 -- Daniel Baumann <daniel@debian.org> Sat, 20 Feb 2010 11:55:41 +0100
1468 live-initramfs (1.173.1-1) unstable; urgency=medium
1471 * Taking noprompt into account for USB flash drives as well.
1472 * Restoring opt-in behavior for local swap partitions.
1475 * Updating package to debhelper 7.
1476 * Updating package to standards 3.8.3.
1477 * Don't use dh_clean in favour of dh_prep.
1480 * Also allowing hook= to specify files inside the image through
1484 * Forwardporting and extending usage of rsync when booting with toram
1485 based on a patch from Michael Prokop <mika@grml.org>.
1488 * Adding support for isofrom/fromiso bootoption.
1491 * Adapting a patch from Michael Prokop <mika@grml.org> to set all
1492 harddisk devices to read-only mode for forensics investigations.
1495 * Adding support for ethdevice bootoption.
1498 * Merging casper 1.158.
1499 * Merging casper 1.159.
1500 * Merging casper 1.160.
1501 * Merging casper 1.161.
1502 * Merging casper 1.162.
1503 * Merging casper 1.163.
1504 * Merging casper 1.164.
1505 * Merging casper 1.165.
1506 * Merging casper 1.166.
1507 * Merging casper 1.167.
1508 * Merging casper 1.168.
1509 * Merging casper 1.169.
1510 * Merging casper 1.170.
1511 * Merging casper 1.171.
1512 * Merging casper 1.172.
1513 * Merging casper 1.173.
1514 * Adding skipconfig parameter to disable most customization.
1517 * cpio snapshots: eval commands fix.
1520 * Updating defaults file of console-setup for squeeze, thanks to Jun
1521 NOGATA <nogajun@gmail.com> (Closes: #560187).
1522 * Adding explicit debian source version 1.0 until switch to 3.0.
1523 * Adding select_eth_device script from Frederic Boiteux
1524 <fboiteux@calistel.com>.
1525 * Including rsync conditionally.
1526 * Updating year in copyright file.
1527 * Don't panic with persistency when we can't correctly mount the
1528 filesystem (Closes: #565456).
1531 * Correcting keyboard handling for squeeze.
1532 * Only edit usplash init script if it exists.
1533 * Use klayout= for layout instead of kbd=.
1536 * Updating to standards version 3.8.4.
1538 -- Daniel Baumann <daniel@debian.org> Sun, 31 Jan 2010 16:44:08 +0100
1540 live-initramfs (1.157.4-2) unstable; urgency=high
1543 * Avoid the use of fstype in a running live system, as it's
1544 a executable and not a shell function and causes problems
1545 for example within live-snapshot.
1546 * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
1549 * Adjusting grep call in is_nice_device to match new output of vol_id.
1551 -- Daniel Baumann <daniel@debian.org> Sat, 21 Nov 2009 19:07:41 +0100
1553 live-initramfs (1.157.4-1) unstable; urgency=medium
1556 * Forcing run of dexconf when booting with xdriver=dexconf.
1557 * Adding (experimental) forcepersistentfsck bootoption to force fsck
1558 on root persistency device.
1559 * Adding presubj for reportbug.
1560 * Removing unused sed call in update target of Makefile.
1561 * Updating included languagelist from d-i.
1562 * Correcting install calls for reportbug files in rules.
1563 * Including d-i languagelist in initrd in order evaluate l10n
1565 * Updating lang2locale(); to match new d-i langualgelist format.
1566 * Adding additional two sync calls before powerof happens in order to
1567 deal with 'does not cleanly unmount' problem when using root
1569 * Updating vcs fields.
1570 * Adding auto value for xvideomode where we ensure that no
1571 configuration from the persistency layer is respected.
1574 * Fixed FIXME sections in manpages.
1577 * Including udev binaries in initramfs manually for squeeze and newer
1579 * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
1580 media-path when toram is used (Closes: #534878).
1581 * Simplyfing and correcting udev inclusion in initramfs hook.
1583 -- Daniel Baumann <daniel@debian.org> Sun, 18 Oct 2009 20:29:31 +0200
1585 live-initramfs (1.157.3-1) unstable; urgency=low
1588 * Initial commit for having support for swapfiles.
1589 * Initial commit for having support for persistency on luks.
1592 * Partition snapshots works again.
1593 * Added "whole partition" snapshot resync type.
1594 * Two return code consistency fix.
1595 * Improved an useful debug string.
1596 * Cleaned a bit the snapshot feature.
1599 * Making fetch to work with file on sub dir on tftp server.
1602 * Avoiding echo bashism in live-initramfs.init by using printf instead
1604 * Correcting wrong path when disabling anacron in 25configure_init,
1605 thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
1607 * Removing disabling of postfix in 25configure_init, it's not
1608 appropriate for debian to do this by default. Thanks to Rui Bernardo
1609 <rui.bernardo.pt@gmail.com>.
1610 * Correcting typo in description of the ip boot parameter in live-
1611 initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
1615 * Removed two bashisms on live-snapshot.
1618 * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
1619 <l.capriotti@xbmc.org>.
1622 * Fixing possible invalid results from function where_is_mounted by
1623 returning more than one line inwhere_is_mounted();.
1624 * Fixing relaxed permissions of / in the live filesystem.
1625 * Fixing invalid mangling of /etc/event.d/tty.
1626 * Fixing typo in snapshot file list.
1629 * Correcting cryptsetup calls for persistency on luks.
1630 * Copy live-installer-launcher desktop icon on users desktop.
1631 * Also updating USB device detection in initramfs script for linux
1633 * Adding missing pipe in cryptsetup call for persistency on luks
1635 * Making plainroot work (Closes: #523120).
1638 * persistent=nofiles fix (Closes: 522383).
1641 * Looking for persistency partitions on luks devices only if we boot
1642 with persistent=cryptsetup.
1643 * Fail early in gnome-panel-data bottom script if gnome-panel-data is
1645 * Optimizing gnome-panel-data bottom script by leaving out the stupid
1649 * Allow for multiple but unique persistent media.
1651 -- Daniel Baumann <daniel@debian.org> Fri, 04 Sep 2009 13:37:57 +0200
1653 live-initramfs (1.157.2-1) unstable; urgency=medium
1655 * Correcting fstab handling to not always append entries forever when using
1657 * Correcting kdm live-autologin handling to not always append entries forever
1658 when using persistency.
1659 * Correcting handling of locale default and environment handling to not always
1660 append entries forever when using persistency.
1661 * Correcting swap partition handling in fstab to not always append entries
1662 forever when using persistency.
1663 * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
1664 * Merging swap live-bottom script into fstab script; there is no other sane
1665 possibility to prevent appending again and again in persistent mode.
1666 * Making sure that old swap entries are removed before new ones are added.
1667 * Adding cryptsetup to recommends, it's used for encrypted persistent
1669 * Restoring previous behaviour of ejecting the cd when being in non-persistent
1670 mode, thanks to Julien Cristau <jcristau@debian.org>.
1671 * Updating eject prevention for USB devices in initscripts for linux 2.6.29
1674 -- Daniel Baumann <daniel@debian.org> Thu, 14 May 2009 10:00:00 +0200
1676 live-initramfs (1.157.1-1) unstable; urgency=medium
1679 * Only snapshotting in initscript when we actually run with persistence.
1682 * Checking if /var/log is writable before trying to copy live.log to the newly
1683 mounted root filesystem (Closes: #516914).
1686 * Improving check in 21xdriver when we don't do anything.
1687 * Adding hack to remove live specific filesystems from umounfs initscript
1688 (Closes: #506410, #515718).
1689 * Adding comsetic line wrapping for output of local-gen messages during boot.
1690 * Merging casper 1.157.
1691 * Only calling install-keymap if it's actually installed, which is always but
1692 in minimal images the case though (Closes: #517153).
1693 * Adding silent boot parameter.
1694 * Respecting media timeout even when specificing media device manually.
1695 * Also allowing to use the removable keyword for specifying a live media.
1696 * Correcting accidental syntax error in one of the previous commits in
1697 19keyboard bottom script.
1698 * Adding removable-usb keyword to further restrict live media selection.
1699 * Correcting check for usb when using removable-usb keyword.
1700 * Correcting typo in locale bottom script.
1702 -- Daniel Baumann <daniel@debian.org> Sat, 21 Mar 2009 14:00:00 +0100
1704 live-initramfs (1.156.1-1) unstable; urgency=high
1707 * Revert using debhelper 7 command in rules.
1708 * Updating copyright file.
1709 * Prefixing debhelper files with package name.
1710 * Updating bug script.
1711 * Removing bashism in initscript.
1712 * Usage of dialog in initscript is not actually a todo.
1713 * Correcting medium eject message in initscript.
1714 * Making medium removal message working again with usplash.
1715 * Rewrapping init script.
1716 * Reordering rules file.
1717 * Merging casper 1.155.
1718 * Adding ext4 support.
1719 * Merging casper 1.156.
1720 * Correct eject login in initscript.
1721 * Updating parameters.txt.
1724 * Do not eject USB flash drives (Closes: #457070).
1726 -- Daniel Baumann <daniel@debian.org> Sun, 8 Feb 2009 15:00:00 +0100
1728 live-initramfs (1.154.8-1) unstable; urgency=high
1731 * Adding basic xrandr support for lenny to enforce a particular
1732 resolution through bootparameter.
1734 -- Daniel Baumann <daniel@debian.org> Fri, 30 Jan 2009 00:00:00 +0100
1736 live-initramfs (1.154.7-1) unstable; urgency=medium
1738 * Adding note about URL limitations in live-initramfs manpage when
1739 using fetch parameter.
1740 * Removing wc from hook again, that's an ubuntu only problem they have
1743 -- Daniel Baumann <daniel@debian.org> Tue, 27 Jan 2009 18:00:00 +0100
1745 live-initramfs (1.154.6-1) unstable; urgency=medium
1747 * Replacing casper with live in live-new-uuid.
1748 * Including wc in initramfs (Closes: #512413).
1749 * Added missing variable quoting that lead to broken root persistence, thanks
1750 to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
1751 * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
1752 a path for the persistence files through persistent-path boot parameter
1754 * Adding persistent-path to parameter list and manpage.
1755 * Actually building/cleaning manpages through targets in Makefile.
1757 -- Daniel Baumann <daniel@debian.org> Mon, 26 Jan 2009 02:00:00 +0100
1759 live-initramfs (1.154.5-1) unstable; urgency=low
1761 * Also checking for wicd in 23networking, thanks to Ben Armstrong
1763 * Don't redirect output of fstype detection to standard out, thanks to Ronny
1764 Standtke <Ronny.Standtke@gmx.net>.
1765 * Silencing grep call on /etc/passwd.
1766 * Silencing xorg reconfiguration, thanks to Ronny Standtke
1767 <Ronny.Standtke@gmx.net>.
1769 -- Daniel Baumann <daniel@debian.org> Mon, 12 Jan 2009 13:00:00 -0500
1771 live-initramfs (1.154.4-1) unstable; urgency=low
1774 * Support further checks on loopback image and support skipping union
1775 mounts (Closes: #509446).
1777 -- Daniel Baumann <daniel@debian.org> Fri, 26 Dec 2008 09:00:00 +0100
1779 live-initramfs (1.154.3-1) unstable; urgency=medium
1781 * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
1782 to set variables in previous bottom scripts.
1784 -- Daniel Baumann <daniel@debian.org> Sat, 20 Dec 2008 15:00:00 +0100
1786 live-initramfs (1.154.2-1) unstable; urgency=medium
1789 * Updating authors file.
1792 * Reworked integrity-check (Closes: #507477).
1793 * Cleaned the boot log a bit.
1795 -- Daniel Baumann <daniel@debian.org> Thu, 11 Dec 2008 06:00:00 +0100
1797 live-initramfs (1.154.1-1) unstable; urgency=low
1799 * Merging casper 1.140-1.154.
1800 * Add a warning message when no image can be found.
1801 * Adding a panic message when we netboot and have no supported network
1802 device (Closes: #496684).
1803 * Turning 'no supported filesystem images found' into a panic message,
1804 rather than a warning.
1805 * Also adding ralink to network device check.
1806 * Removing spurious 'livefs_root' in copy_live_to();.
1808 -- Daniel Baumann <daniel@debian.org> Tue, 25 Nov 2008 12:00:00 +0100
1810 live-initramfs (1.139.1-4) unstable; urgency=medium
1813 * Remove (accidental?) debian/changelog entry.
1814 * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
1815 * Use "test -s" instead of testing file availability and size.
1816 * Be consistent in using 0/1 for True/False values instead of English
1818 * Reflow some grammar in comments and in live-initramfs(7).
1819 * Reflow long 'tr'-based pipelines for readability.
1820 * Don't "cat |" to grep.
1823 * Replacing obsolete dh_clean -k with dh_prep.
1826 * Changed HOSTNAME and /etc/hosts handling.
1827 * Conditional creation of /etc/fstab.
1828 * live-snapshot: fixed include-list handling.
1829 * Reordered persistence lookups and boundaries (Closes: #500672).
1830 * Search for partition labels only (Closes: #486469).
1831 * Implemented a snapshot exclude list.
1832 * Implemented a persistence exclude list.
1833 * Manpage clarifications on "nofiles".
1834 * Do not pollute the logs when looking for swap partitions.
1835 * Removed all "cat | grep", with grep, awk and sed.
1837 -- Daniel Baumann <daniel@debian.org> Tue, 11 Nov 2008 13:00:00 +0100
1839 live-initramfs (1.139.1-3) unstable; urgency=medium
1842 * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
1845 * Removing currently unused Upstream-Depends field in control.
1846 * Updating vcs fields in control file.
1847 * Sourcing live.vars in 15autologin directly, rather than to inherit
1848 from live-functions.
1851 * Removed some useless spaces.
1852 * Fix default user handling.
1853 * Added a pretty vital mount debug string.
1854 * Create /etc/mtab on the initramfs ASAP.
1855 * Removed mount -n option, since mtab is there.
1856 * Re-enable "break=live-premount" debug.
1857 * Skipped some runtime duplicated execution.
1858 * Add real cpio to initramfs for snapshot's uses.
1859 * Fixed try_snap() umounting on error.
1860 * Override maybe_break from initramfs-tools.
1861 * Forces use of initramfs cpio over busybox's one.
1862 * Fixed a wrong trial to copy an unexistant snapshot.
1863 * Check for files and umount only if you can mount it first.
1864 * Included more debug and comments on persistence code.
1865 * Set -u in live-snapshot only in debug mode.
1868 * Ignore errors from fstype.
1870 -- Daniel Baumann <daniel@debian.org> Fri, 19 Sep 2008 14:00:00 +0200
1872 live-initramfs (1.139.1-2) unstable; urgency=medium
1875 * If the filesystem type of the rootfs cannot be automatically detected, we
1876 try to assume it from the extension of the imagefile we have found. Thanks
1877 to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
1878 * Setting project email address to the new debian-live@lists.debian.org.
1879 * Disabling default usage of local swap partitions. Can be enabled with the
1880 'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
1884 * Enabling the "remove CD" prompt in splashy.
1886 -- Daniel Baumann <daniel@debian.org> Mon, 1 Sep 2008 00:00:00 +0200
1888 live-initramfs (1.139.1-1) unstable; urgency=medium
1891 * Adding support for Virtio vd[a-z] drives.
1894 * Move loop-aes-tools to Suggests; live-helper should install them if
1896 * Remove unnecessary indentation level.
1897 * Modify hiding of harmless X.org reconfiguring messages.
1898 * Revert to using uid 1000 as PAM bug seems to have disappeared
1900 * Hide error from attempting to "mount --move"
1901 * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
1902 * Don't configure X.org if it's not installed.
1903 * Fix check for X.org.
1904 * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
1906 * Silence another "script-not-executable" message for a sourced library.
1907 * Add missing pipe. Thanks to Andreas Bombe.
1908 * Shamefully adding myself to CREDITS
1909 * Tidy "Disabling update-initramfs" message.
1910 * Re-order some commands so we don't call log_begin_msg without calling
1912 * Don't configure X when /usr/bin/X does not exist.
1913 * Silence 'script-not-executable' lintian warning - live-functions script is
1915 * Fix spacing in swirl.
1916 * Override log_*_msg to print nicer status text (until #494257 is merged).
1917 * Hide "overwriting possibly-customised configuration file" in X.org setup
1919 * Hide "Shadow passwords are now on" status message on bootup.
1920 * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
1922 * Rework locale handling
1923 * Print friendly error message on live-initramfs panic.
1924 * Fix path issue with live-preseed causing noisy errors when booting.
1925 * Silence a number of annoying and distracting bootup messages.
1926 * Add missing "log_end_msg" to live-bottom/21xdriver.
1927 * Set different log messages for live-bottom/21{xdriver,xvidemode}.
1928 * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
1929 * Move some arch-indep helper utilities to Build-Depends-Indep.
1930 * Set default cow_mountopt where the other defaults are used.
1931 * Don't use /sbin/losetup to test for '-r' option when the scripts just use
1935 * Updating authors file.
1936 * Merging casper 1.139.
1937 * Not going over the top with exclamation marks in the panic message.
1938 * Updating credits file.
1939 * Slightely adjusting to the more widespread used ascii swirl.
1940 * Merging casper 1.138.
1941 * Merging casper 1.137.
1944 * Added "-n" option to all mount commands, thanks to Peter Holik
1945 <peter@holik.at> for pointing this out.
1946 * Be sure that the discovered filesystem is not null.
1947 * The list of supported filesytems goes dynamic.
1948 * Added ntfs filesystem to the initramfs.
1951 * Move sourcing of live-functions in 38disable_restricted_manager to correct
1955 * Adding support for using tftp in fetch= parameter.
1956 * Another fix about using udevsettle or "udevadm settle".
1958 -- Daniel Baumann <daniel@debian.org> Sun, 24 Aug 2008 00:00:00 +0200
1960 live-initramfs (1.136.3-1) unstable; urgency=medium
1963 * Make sure mounting /cow-tmpfs provides mount options.
1965 -- Daniel Baumann <daniel@debian.org> Fri, 18 Jul 2008 00:00:00 +0200
1967 live-initramfs (1.136.2-1) unstable; urgency=medium
1969 * Replacing previous imperfect changes for udevadm with check for
1970 udevadm and using old commands when beeing on etch. Also handling
1971 udevtrigger with udevadm if available.
1972 * Correcting httpfs2 inclusion in hook.
1974 -- Daniel Baumann <daniel@debian.org> Wed, 16 Jul 2008 00:00:00 +0200
1976 live-initramfs (1.136.1-1) unstable; urgency=medium
1979 * Fix call to log_warning_msg. Thanks to Bradley Smith
1980 <brad@brad-smith.co.uk>.
1981 * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
1983 * Check losetup capabilities before specifying to mount as read-only.
1984 * Modprobe 'esp' SCSI driver for the benefit of sparc.
1985 * Quieten call to modprobe ide-generic.
1986 * Move local-top/live to live-premount/modules so it gets called before
1988 * Sync bug script "dpkg -l" calls with debian/control
1991 * Defaulting now to aufs if no union= parameter is given.
1992 * Merging casper version 1.136.
1993 * Merging casper version 1.135.
1994 * Merging casper version 1.134.
1995 * Merging casper version 1.133.
1996 * Converting udev depends into a versioned depends in order to reflect udevadm
1998 * Updating live-snapshot to GPL-3+.
1999 * Updating to standards 3.8.0.
2000 * Renaming forgotton uuid file to live-uuid.
2003 * udevtrigger replacement.
2004 * live-snapshot: fixed the remount helper.
2005 * live-snapshot: now supports a static keep file list.
2006 * Try to bind /cow to /live/cow if unable to move.
2007 * live-snapshot: cleaned some wordings.
2008 * live-snapshot: included vital informations on exit.
2009 * live-snapshot: new "--refresh" option.
2010 * live-snapshot: cleaned and sorted used command line defaults.
2011 * live-snapshot: nicer default auto unmount logic.
2012 * live-snapshot: honour "-o|--output FILE".
2013 * live-snapshot: removed a useless mkdir.
2014 * live-snapshot: removed an unused and useless function.
2015 * live-snapshot: fixes snapshotting from resync string.
2018 * Add support for httpfs= and ftpfs= parameters.
2020 -- Daniel Baumann <daniel@debian.org> Mon, 14 Jul 2008 00:00:00 +0200
2022 live-initramfs (1.132.1-1) unstable; urgency=medium
2025 * Don't escape asterisks in languagelist update code
2028 * Updating copyright header in live-snapshot.
2029 * Removing useless whitespaces and empty lines.
2030 * Correcting grammatical errors in live-snapshot description.
2031 * Removing live-snapshot version as this component is always released
2032 within live-initramfs itself.
2033 * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
2034 * Merging casper 1.132.
2035 * Merging casper 1.131.
2036 * Ignoring floppy devices for live filesystem as well as live
2038 * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
2039 live.log and show its messages during boot (Closes: #440238).
2040 * Updating vcs fields in control file.
2041 * Handling conflicting klibc includes with initramfs-hooks of other
2042 packages (Closes: 475783).
2045 * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
2047 * Calling live-snapshot now produces an output file.
2050 * Workaround loop-aes-utils losetup incompatibility
2051 * Fix toram (change mount --move to mount -o move)
2053 -- Daniel Baumann <daniel@debian.org> Mon, 02 Jun 2008 00:00:00 +0200
2055 live-initramfs (1.130.1-3) unstable; urgency=high
2057 * Handle non-existing klibc includes in live hook (Closes: #475783).
2058 * Adding loop-aes-utils to recommends.
2060 -- Daniel Baumann <daniel@debian.org> Sat, 26 Apr 2008 16:00:00 +0200
2062 live-initramfs (1.130.1-2) unstable; urgency=medium
2065 * Remove bogus dependency on Ubuntu "localechooser-data" package
2067 -- Daniel Baumann <daniel@debian.org> Thu, 17 Apr 2008 06:00:00 +0200
2069 live-initramfs (1.130.1-1) unstable; urgency=medium
2072 * Use triggers when calling update-initramfs in postinst and postrm
2075 * Sorting some lines in live hook.
2076 * Merging casper 1.130.
2077 * Merging casper 1.129.
2078 * Adjusting code formating in maintainer scripts.
2079 * Restricting counting of installed kernels based on /boot/vmlinuz-*
2080 instead of /boot/vmlinuz*.
2082 -- Daniel Baumann <daniel@debian.org> Mon, 14 Apr 2008 00:00:00 +0200
2084 live-initramfs (1.128.1-1) unstable; urgency=medium
2087 * Fixed a misleading debug message.
2088 * Added /cow mounting debug messages.
2089 * Fixed /cow mounting.
2090 * Klibc: added some libraries to the intramfs.
2093 * Merging casper 1.128.
2095 -- Daniel Baumann <daniel@debian.org> Mon, 7 Apr 2008 00:00:00 +0200
2097 live-initramfs (1.127.1-1) unstable; urgency=medium
2100 * Merging casper 1.127.
2101 * Merging casper 1.126.
2102 * Removing too early recommends to live-initscripts in control to make
2103 some people happy (Closes: #431000).
2106 * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
2108 * scripts/live-helpers: Don't search ram block devices
2109 * scripts/live-helpers: Search / use case
2110 * scripts/live-helpers: Fixes for set -e
2111 * bin/live-snapshot: Vastly rework script
2112 * bin/live-snapshot: Fix argument handling (Closes: #461595)
2113 * scripts/live: Make 'nopersistent' parameter actually disable
2116 -- Daniel Baumann <daniel@debian.org> Mon, 31 Mar 2008 00:00:00 +0200
2118 live-initramfs (1.125.1-1) unstable; urgency=medium
2121 * Merging casper 1.125.
2124 * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
2125 * Rename 18hostname -> 06hostname
2127 -- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2008 00:00:00 +0100
2129 live-initramfs (1.124.1-1) unstable; urgency=medium
2132 * Adjusting live-snapshot to live-initramfs.
2133 * Merging casper 1.124.
2134 * Adjusting 44pk_allow to live-initramfs.
2135 * Merging casper 1.123.
2136 * Merging casper 1.122.
2137 * Merging casper 1.121.
2138 * Merging casper 1.120.
2141 * 99hook: Download hook script from inside target filesystem
2143 -- Daniel Baumann <daniel@debian.org> Mon, 17 Mar 2008 00:00:00 +0100
2145 live-initramfs (1.119.1-1) unstable; urgency=medium
2147 * Creating resolv.conf when netbooting not just when there's no
2148 resolv.conf, but also when it is empty.
2149 * Making hooks executable after fetching them.
2150 * Removing disabling of kwallet.
2151 * Merging casper 1.119.
2153 -- Daniel Baumann <daniel@debian.org> Mon, 10 Mar 2008 00:00:00 +0100
2155 live-initramfs (1.118.2-1) unstable; urgency=medium
2158 * Explicitly set Xorg video driver.
2159 * Patch to use cryptsetup volumes for persistent storage.
2162 * New upstream release.
2163 * Fixing wrong email address in changelog (was bug in git-dch config).
2164 * Bumping package to policy 3.7.3.
2165 * Rewriting copyright in machine-interpretable format.
2166 * Adding hook parameter to execute custom scripts.
2170 * Now it includes lzma kernel module dependencies.
2172 -- Daniel Baumann <daniel@debian.org> Mon, 3 Mar 2008 00:00:00 +0100
2174 live-initramfs (1.118.1-1) unstable; urgency=medium
2177 * New upstream release.
2178 * Adding direct depends to udev, thanks to Anton Lundin
2179 <glance@acc.umu.se> (Closes: #452448).
2180 * Merging casper 1.111.
2181 * Bumping version to 1.110.1-1.
2182 * Merging casper 1.112.
2183 * Merging casper 1.113.
2184 * Adjusting to live-initramfs.
2185 * Bumping version to 1.113.1-1.
2186 * Merging casper 1.114.
2187 * Merging casper 1.115.
2188 * Merging casper 1.116.
2189 * Merging casper 1.117.
2190 * Merging casper 1.118.
2191 * Bumping version to 1.118.1-1.
2194 * debian: add mtd-tools as suggestion since it's required for jffs2
2196 * hooks: include jffs2 kernel module on initramfs image
2197 * live-snapshot: add support to use jffs2 images
2198 * live: add support for jffs2 images and snapshots
2199 * live-helpers: add jffs2 as a valid image
2200 * live-snapshot.en.1: add ext3 and jffs2 images as valid options
2202 -- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2008 13:35:00 +0100
2204 live-initramfs (1.110.7-1) unstable; urgency=medium
2206 * New upstream release.
2207 * Fixing fstab handling.
2208 * Fixing regression from mounting the ow device on a nfs volume,
2209 thanks to An-Cheng Huang <ancheng@vyatta.com>.
2211 -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100
2213 live-initramfs (1.110.6-1) unstable; urgency=medium
2215 * New upstream release.
2216 * Preparing live-initramfs 1.110.6-1.
2217 * Adding custom reportbug script.
2218 * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
2219 * Adding checkbashsms call to test target of the Makefile as suggested
2220 by Trent W. Buck <trentbuck@gmail.com>.
2222 -- Daniel Baumann <daniel@debian.org> Mon, 12 Nov 2007 00:00:00 +0100
2224 live-initramfs (1.110.5-1) unstable; urgency=medium
2226 * New upstream release.
2227 * Preparing live-initramfs 1.110.5-1.
2228 * Using kdm initscript autologin overrides, thanks to Kel Modderman
2230 * Setting the kdm language, thanks to Jordi Pujol
2231 <jordi_pujol@telefonica.net>.
2232 * Adding files to the live filesystem according to the MAC number,
2233 thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
2234 * Fixing some coding style issues.
2236 -- Daniel Baumann <daniel@debian.org> Mon, 5 Nov 2007 00:00:00 +0100
2238 live-initramfs (1.110.4-1) unstable; urgency=medium
2241 * New upstream release.
2242 * Preparing live-initramfs 1.110.3-1.
2243 * Correcting homepage field.
2244 * Correcting vcs fields.
2247 * add support for mounting the cow device on an nfs volume
2249 -- Daniel Baumann <daniel@debian.org> Mon, 29 Oct 2007 00:00:00 +0100
2251 live-initramfs (1.110.3-1) unstable; urgency=medium
2254 * New upstream release.
2255 * Preparing live-initramfs 1.110.3-1.
2256 * Removing ubuntu support.
2259 * Fix typo to get serial console to work
2262 * add support for exposedroot option for live-helper
2264 -- Daniel Baumann <daniel@debian.org> Mon, 22 Oct 2007 00:00:00 +0200
2266 live-initramfs (1.110.2-1) unstable; urgency=medium
2268 * New upstream release.
2269 * Preparing live-initramfs 1.110.2-1.
2270 * Fixing typing error.
2271 * Removing nodiratime as it is already included in noatime, thanks to Kel
2272 Modderman <kel@otaku42.de>.
2274 -- Daniel Baumann <daniel@debian.org> Mon, 15 Oct 2007 00:00:00 +0200
2276 live-initramfs (1.110.1-1) unstable; urgency=medium
2278 * New upstream release.
2279 * Preparing live-initramfs 1.107.2-1.
2280 * Also using nodiratime, not just noatime.
2281 * Merging casper 1.108.
2282 * Adjusting to live-initramfs.
2283 * Merging casper 1.109.
2284 * Adjusting to live-initramfs.
2285 * Merging casper 1.110.
2286 * Adjusting to live-initramfs.
2287 * Bumping version to 1.110.1-1.
2289 -- Daniel Baumann <daniel@debian.org> Mon, 8 Oct 2007 00:00:00 +0200
2291 live-initramfs (1.107.1-1) unstable; urgency=medium
2293 * New upstream release.
2294 * Preparing live-initramfs 1.102.4-2.
2295 * Replacing backticks with POSIX expression.
2296 * Consistently using curly brackets for variables.
2298 * Merging casper 1.105.
2299 * Adjusting to live-initramfs.
2300 * Bumping version to 1.105.1-1.
2301 * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
2302 cow mount rather than binding it on /live/cow. This prevents the
2303 /cow mount showing up in /proc/mounts.
2304 * Merging casper 1.106.
2305 * Adjusting to live-initramfs.
2306 * Bumping version to 1.106.1-1.
2307 * Fixing wrong homepage field.
2308 * Fixing typing error.
2309 * Merging casper 1.107.
2310 * Bumping version to 1.107.1-1.
2312 -- Daniel Baumann <daniel@debian.org> Mon, 1 Oct 2007 00:00:00 +0200
2314 live-initramfs (1.104.1-1) unstable; urgency=medium
2316 * New upstream release.
2318 -- Daniel Baumann <daniel@debian.org> Mon, 24 Sep 2007 00:00:00 +0200
2320 live-initramfs (1.102.1-1) unstable; urgency=medium
2322 * New upstream release.
2324 -- Daniel Baumann <daniel@debian.org> Mon, 17 Sep 2007 00:00:00 +0200
2326 live-initramfs (1.99.2-1) unstable; urgency=medium
2328 * New upstream release:
2329 - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
2332 -- Daniel Baumann <daniel@debian.org> Mon, 10 Sep 2007 00:00:00 +0200
2334 live-initramfs (1.99.1-1) unstable; urgency=medium
2336 * New upstream release.
2338 -- Daniel Baumann <daniel@debian.org> Mon, 3 Sep 2007 00:00:00 +0200
2340 live-initramfs (1.96.2-1) unstable; urgency=medium
2342 * New upstream release.
2344 -- Daniel Baumann <daniel@debian.org> Mon, 27 Aug 2007 00:00:00 +0200
2346 live-initramfs (1.96.1-1) unstable; urgency=medium
2348 * New upstream release.
2350 -- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200
2352 live-initramfs (1.95.3-1) unstable; urgency=medium
2354 * New upstream release.
2356 -- Daniel Baumann <daniel@debian.org> Mon, 13 Aug 2007 00:00:00 +0200
2358 live-initramfs (1.95.2-1) unstable; urgency=medium
2360 * New upstream release.
2362 -- Daniel Baumann <daniel@debian.org> Mon, 6 Aug 2007 00:00:00 +0200
2364 live-initramfs (1.95.1-1) unstable; urgency=medium
2366 * New upstream release.
2368 -- Daniel Baumann <daniel@debian.org> Mon, 30 Jul 2007 00:00:00 +0200
2370 live-initramfs (1.91.6-1) unstable; urgency=medium
2372 * New upstream release.
2374 -- Daniel Baumann <daniel@debian.org> Mon, 23 Jul 2007 00:00:00 +0200
2376 live-initramfs (1.91.5-1) unstable; urgency=medium
2378 * New upstream release.
2380 -- Daniel Baumann <daniel@debian.org> Mon, 16 Jul 2007 00:00:00 +0200
2382 live-initramfs (1.91.4-1) unstable; urgency=medium
2384 * New upstream release:
2385 - Dropping transitional package, not needed anymore.
2387 -- Daniel Baumann <daniel@debian.org> Mon, 9 Jul 2007 00:00:00 +0200
2389 live-initramfs (1.91.3-1) unstable; urgency=medium
2391 * New upstream release.
2393 -- Daniel Baumann <daniel@debian.org> Mon, 2 Jul 2007 00:00:00 +0200
2395 live-initramfs (1.91.2-1) unstable; urgency=medium
2397 * New upstream release.
2399 -- Daniel Baumann <daniel@debian.org> Mon, 25 Jun 2007 00:00:00 +0200
2401 live-initramfs (1.91.1-1) unstable; urgency=medium
2403 * New upstream release.
2405 -- Daniel Baumann <daniel@debian.org> Mon, 18 Jun 2007 00:00:00 +0200
2407 live-initramfs (1.90.1-1) unstable; urgency=medium
2409 * New upstream release.
2411 -- Daniel Baumann <daniel@debian.org> Mon, 11 Jun 2007 00:00:00 +0200
2413 live-initramfs (1.87.6-1) unstable; urgency=medium
2415 * New upstream release.
2417 -- Daniel Baumann <daniel@debian.org> Mon, 4 Jun 2007 00:00:00 +0200
2419 live-initramfs (1.87.5-1) unstable; urgency=medium
2421 * New upstream release, replacing casper.
2423 -- Daniel Baumann <daniel@debian.org> Mon, 28 May 2007 00:00:00 +0200
2425 live-initramfs (1.87.4-1) unstable; urgency=medium
2427 * New upstream release.
2429 -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 00:00:00 +0200
2431 live-initramfs (1.87.3-1) unstable; urgency=medium
2433 * New upstream release.
2435 -- Daniel Baumann <daniel@debian.org> Mon, 14 May 2007 00:00:00 +0200
2437 live-initramfs (1.87.2-1) unstable; urgency=low
2439 * New upstream release.
2441 -- Daniel Baumann <daniel@debian.org> Mon, 7 May 2007 00:00:00 +0200
2443 live-initramfs (1.87.1-1) unstable; urgency=low
2445 * Initial release, forking casper.
2447 -- Daniel Baumann <daniel@debian.org> Mon, 30 Apr 2007 00:00:00 +0200