From: Bill Nottingham Date: Sat, 10 Jan 2009 19:59:12 +0000 (-0500) Subject: Fix tense. X-Git-Tag: 0.1~484 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a019b9531f4fdb44e6be12bdc4d1e9e80a600913;p=thirdparty%2Fdracut.git Fix tense. --- diff --git a/init b/init index 5b94e3d6d..d4ec826df 100755 --- a/init +++ b/init @@ -78,7 +78,7 @@ while [ ! -e $root ]; do emergency_shell fi done -echo -e "\n\nMounted rootfs after $tries seconds" +echo -e "\n\nMounting rootfs after $tries seconds" ln -s "$root" /dev/root mount -o ro /dev/root $NEWROOT