diff --git a/bin/fai-cd b/bin/fai-cd index ffb35c28d..c7be9940f 100755 --- a/bin/fai-cd +++ b/bin/fai-cd @@ -376,7 +376,7 @@ else # things to do for dracut nfsrootdir=$tmp mount -t aufs -o noatime,noxino,dirs=$cow=rw:$ONFSROOT=rr aufs $nfsrootdir && echo "NFSROOT $NFSROOT mounted" - echo "Booting a FAI CD with dracut inside the nfsrroot does not yet work." >&2 + echo "Found dracut inside nfsroot, but booting a FAI CD with dracut inside the nfsrroot does not yet work." >&2 fi kernelversion=$(ls -tr $NFSROOT/boot/vmlinu?-* | tail -1 | sed -e 's#.*/vmlinuz-##')