From 9005869b2ea73aa916343e19ea3abe230be9c80f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 15 Feb 2008 23:11:47 +0000 Subject: [PATCH] Removed duplicated message from early's init --- target/early/initramfs/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/early/initramfs/init.sh b/target/early/initramfs/init.sh index a2839be..629f24b 100644 --- a/target/early/initramfs/init.sh +++ b/target/early/initramfs/init.sh @@ -75,7 +75,7 @@ status sleep 2 if [ -z "$root" ]; then - echo "No root device defined, mount it on /rootfs and exit to continue." + echo "No root device defined." elif [ ! -e "$root" ]; then start-raid start-lvm