X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=75f0b3e2c378ea682919b6245f590d1efbd9ad8e;hb=refs%2Ftags%2Fdebian%2F1.154.6-1;hp=3f08abb9666649e7d85f5de83b02232afc784323;hpb=64111c01cd8a560e51708ef563e29a8058b04339;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 3f08abb..75f0b3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,225 @@ +live-initramfs (1.154.6-1) unstable; urgency=medium + + * Replacing casper with live in live-new-uuid. + * Including wc in initramfs (Closes: #512413). + * Added missing variable quoting that lead to broken root persistence, thanks + to Thierry Walrant (Closes: #512656). + * Adding patch from Thierry Walrant to allow setting + a path for the persistence files through persistent-path boot parameter + (Closes: #512661). + * Adding persistent-path to parameter list and manpage. + * Actually building/cleaning manpages through targets in Makefile. + + -- Daniel Baumann Mon, 26 Jan 2009 02:00:00 +0100 + +live-initramfs (1.154.5-1) unstable; urgency=low + + * Also checking for wicd in 23networking, thanks to Ben Armstrong + . + * Don't redirect output of fstype detection to standard out, thanks to Ronny + Standtke . + * Silencing grep call on /etc/passwd. + * Silencing xorg reconfiguration, thanks to Ronny Standtke + . + + -- Daniel Baumann Mon, 12 Jan 2009 13:00:00 -0500 + +live-initramfs (1.154.4-1) unstable; urgency=low + + [ Rene Mayrhofer ] + * Support further checks on loopback image and support skipping union + mounts (Closes: #509446). + + -- Daniel Baumann Fri, 26 Dec 2008 09:00:00 +0100 + +live-initramfs (1.154.3-1) unstable; urgency=medium + + * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able + to set variables in previous bottom scripts. + + -- Daniel Baumann Sat, 20 Dec 2008 15:00:00 +0100 + +live-initramfs (1.154.2-1) unstable; urgency=medium + + [ Daniel Baumann ] + * Updating authors file. + + [ Marco Amadori ] + * Reworked integrity-check (Closes: #507477). + * Cleaned the boot log a bit. + + -- Daniel Baumann Thu, 11 Dec 2008 06:00:00 +0100 + +live-initramfs (1.154.1-1) unstable; urgency=low + + * Merging casper 1.140-1.154. + * Add a warning message when no image can be found. + * Adding a panic message when we netboot and have no supported network + device (Closes: #496684). + * Turning 'no supported filesystem images found' into a panic message, + rather than a warning. + * Also adding ralink to network device check. + * Removing spurious 'livefs_root' in copy_live_to();. + + -- Daniel Baumann Tue, 25 Nov 2008 12:00:00 +0100 + +live-initramfs (1.139.1-4) unstable; urgency=medium + + [ Chris Lamb ] + * Remove (accidental?) debian/changelog entry. + * Use "grep -qs" over "grep -q" for compatibility (see grep(1)) + * Use "test -s" instead of testing file availability and size. + * Be consistent in using 0/1 for True/False values instead of English + representations. + * Reflow some grammar in comments and in live-initramfs(7). + * Reflow long 'tr'-based pipelines for readability. + * Don't "cat |" to grep. + + [ Daniel Baumann ] + * Replacing obsolete dh_clean -k with dh_prep. + + [ Marco Amadori ] + * Changed HOSTNAME and /etc/hosts handling. + * Conditional creation of /etc/fstab. + * live-snapshot: fixed include-list handling. + * Reordered persistence lookups and boundaries (Closes: #500672). + * Search for partition labels only (Closes: #486469). + * Implemented a snapshot exclude list. + * Implemented a persistence exclude list. + * Manpage clarifications on "nofiles". + * Do not pollute the logs when looking for swap partitions. + * Removed all "cat | grep", with grep, awk and sed. + + -- Daniel Baumann Tue, 11 Nov 2008 13:00:00 +0100 + +live-initramfs (1.139.1-3) unstable; urgency=medium + + [ Chris Lamb ] + * Remove local overiddes of log_*_msg - #494257 is now fixed in testing. + + [ Daniel Baumann ] + * Removing currently unused Upstream-Depends field in control. + * Updating vcs fields in control file. + * Sourcing live.vars in 15autologin directly, rather than to inherit + from live-functions. + + [ Marco Amadori ] + * Removed some useless spaces. + * Fix default user handling. + * Added a pretty vital mount debug string. + * Create /etc/mtab on the initramfs ASAP. + * Removed mount -n option, since mtab is there. + * Re-enable "break=live-premount" debug. + * Skipped some runtime duplicated execution. + * Add real cpio to initramfs for snapshot's uses. + * Fixed try_snap() umounting on error. + * Override maybe_break from initramfs-tools. + * Forces use of initramfs cpio over busybox's one. + * Fixed a wrong trial to copy an unexistant snapshot. + * Check for files and umount only if you can mount it first. + * Included more debug and comments on persistence code. + * Set -u in live-snapshot only in debug mode. + + [ Michael Prokop ] + * Ignore errors from fstype. + + -- Daniel Baumann Fri, 19 Sep 2008 14:00:00 +0200 + +live-initramfs (1.139.1-2) unstable; urgency=medium + + [ Daniel Baumann ] + * If the filesystem type of the rootfs cannot be automatically detected, we + try to assume it from the extension of the imagefile we have found. Thanks + to Jordi Pujol (Closes: #460456). + * Setting project email address to the new debian-live@lists.debian.org. + * Disabling default usage of local swap partitions. Can be enabled with the + 'swapon' boot parameter. Thanks to Joseph Rawson for + bringing it up. + + [ Michal Suchanek ] + * Enabling the "remove CD" prompt in splashy. + + -- Daniel Baumann Mon, 1 Sep 2008 00:00:00 +0200 + +live-initramfs (1.139.1-1) unstable; urgency=medium + + [ Ben Voui ] + * Adding support for Virtio vd[a-z] drives. + + [ Chris Lamb ] + * Move loop-aes-tools to Suggests; live-helper should install them if + required. + * Remove unnecessary indentation level. + * Modify hiding of harmless X.org reconfiguring messages. + * Revert to using uid 1000 as PAM bug seems to have disappeared + (Closes: #433076) + * Hide error from attempting to "mount --move" + * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg. + * Don't configure X.org if it's not installed. + * Fix check for X.org. + * Add an /etc/fstab to the initramfs to silence harmless "empty fstab" + warnings. + * Silence another "script-not-executable" message for a sourced library. + * Add missing pipe. Thanks to Andreas Bombe. + * Shamefully adding myself to CREDITS + * Tidy "Disabling update-initramfs" message. + * Re-order some commands so we don't call log_begin_msg without calling + log_end_msg. + * Don't configure X when /usr/bin/X does not exist. + * Silence 'script-not-executable' lintian warning - live-functions script is + always sourced. + * Fix spacing in swirl. + * Override log_*_msg to print nicer status text (until #494257 is merged). + * Hide "overwriting possibly-customised configuration file" in X.org setup + output. + * Hide "Shadow passwords are now on" status message on bootup. + * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg + functions. + * Rework locale handling + * Print friendly error message on live-initramfs panic. + * Fix path issue with live-preseed causing noisy errors when booting. + * Silence a number of annoying and distracting bootup messages. + * Add missing "log_end_msg" to live-bottom/21xdriver. + * Set different log messages for live-bottom/21{xdriver,xvidemode}. + * Remove trailing "..." from calls to log_begin_msg - they get added anyway. + * Move some arch-indep helper utilities to Build-Depends-Indep. + * Set default cow_mountopt where the other defaults are used. + * Don't use /sbin/losetup to test for '-r' option when the scripts just use + "lostup" + + [ Daniel Baumann ] + * Updating authors file. + * Merging casper 1.139. + * Not going over the top with exclamation marks in the panic message. + * Updating credits file. + * Slightely adjusting to the more widespread used ascii swirl. + * Merging casper 1.138. + * Merging casper 1.137. + + [ Marco Amadori ] + * Added "-n" option to all mount commands, thanks to Peter Holik + for pointing this out. + * Be sure that the discovered filesystem is not null. + * The list of supported filesytems goes dynamic. + * Added ntfs filesystem to the initramfs. + + [ Michael Prokop ] + * Move sourcing of live-functions in 38disable_restricted_manager to correct + place. + + [ Steven Shiau ] + * Adding support for using tftp in fetch= parameter. + * Another fix about using udevsettle or "udevadm settle". + + -- Daniel Baumann Sun, 24 Aug 2008 00:00:00 +0200 + +live-initramfs (1.136.3-1) unstable; urgency=medium + + [ Michael Prokop ] + * Make sure mounting /cow-tmpfs provides mount options. + + -- Daniel Baumann Fri, 18 Jul 2008 00:00:00 +0200 + live-initramfs (1.136.2-1) unstable; urgency=medium * Replacing previous imperfect changes for udevadm with check for