maybe_break mount
-log_begin_msg "Mounting root file system..."
+log_begin_msg "Mounting root file system"
. /scripts/${BOOT}
parse_numeric ${ROOT}
mountroot
diff --git a/scripts/local b/scripts/local
index b55212e..d28917b 100644
--- a/scripts/local
+++ b/scripts/local
@@ -34,7 +34,7 @@ mountroot ()
# If the root device hasn't shown up yet, give it a little while
# to deal with removable devices
if [ ! -e "${ROOT}" ] || ! $(get_fstype "${ROOT}" >/dev/null); then
- log_begin_msg "Waiting for root file system..."
+ log_begin_msg "Waiting for root file system"
# Default delay is 180s
if [ -z "${ROOTDELAY}" ]; then
--
1.5.6
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
07-02-2008, 10:17 PM
maximilian attems
Remove extra ellipses
On Wed, 02 Jul 2008, martin f. krafft wrote:
> log_begin_msg already puts ... at the end of the stuff it prints, so no
> need to have it in there explicitly.
>
thanks applied!
--
maks
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org