Skip to content

Commit

Permalink
improve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed May 7, 2012
1 parent 4a3a104 commit 6af039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-cd
Expand Up @@ -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-##')
Expand Down

0 comments on commit 6af039c

Please sign in to comment.