From 7ea57d9ed0016c91ee79d3c727292d022502d778 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 20 Feb 2010 17:17:45 +0100 Subject: [PATCH] Update changelog for new release. --- debian/changelog | 19 +++++++++++++++++++ grml/05mountpoints | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ad630a9..07e38af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +live-initramfs (1.173.3-1grml.01) unstable; urgency=low + + * Synchronise with Debian's version 1.173.3-1. + * Drop 5 of my patches that have been integrated upstream: + - 01_add_rsync.dpatch + - 02_more_verbose_toram.dpatch + - 04_drop_usage_of_fstype.dpatch + - 06_support_fromiso_isofrom.dpatch + - 08_readonly_devices.dpatch + * Change wording from "Mounted live system on ..." to + "Mounted live system from ..." and use '*' instead of '->' for + visualisation. + * Reword failure message in 05_boot_failure_message_grml.dpatch. + * New patch: always display warnings and failures on console, ignore + "quiet" bootoption and override log_* functions from initramfs-tools. + * Add patch 10validateroot to validate root device before accessing it. + + -- Michael Prokop Sat, 20 Feb 2010 17:20:05 +0100 + live-initramfs (1.157.4-1grml.02) unstable; urgency=low * Support bootoption bootid. diff --git a/grml/05mountpoints b/grml/05mountpoints index e2b07a4..66706a8 100755 --- a/grml/05mountpoints +++ b/grml/05mountpoints @@ -35,7 +35,7 @@ fi MOUNTED_ON=$(grep /live/image /proc/mounts 2>/dev/null | cut -f 1 -d " ") if [ -n "$MOUNTED_ON" ] ; then - echo " -> Mounted live system on $MOUNTED_ON">/dev/console + echo " * Mounted live system from $MOUNTED_ON">/dev/console fi log_end_msg -- 2.1.4