Browse Source

Removed duplicated message from early's init

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
9005869b2e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      target/early/initramfs/init.sh

+ 1
- 1
target/early/initramfs/init.sh

@ -75,7 +75,7 @@ status
sleep 2 sleep 2
if [ -z "$root" ]; then 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 elif [ ! -e "$root" ]; then
start-raid start-raid
start-lvm start-lvm

Loading…
Cancel
Save