[Fai-commit] r4767 - trunk/bin
lange at alioth.debian.org
lange at alioth.debian.org
Sun Nov 18 13:07:54 UTC 2007
Author: lange
Date: 2007-11-18 13:07:53 +0000 (Sun, 18 Nov 2007)
New Revision: 4767
Modified:
trunk/bin/make-fai-nfsroot
Log:
improve error message
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2007-11-17 17:03:52 UTC (rev 4766)
+++ trunk/bin/make-fai-nfsroot 2007-11-18 13:07:53 UTC (rev 4767)
@@ -52,7 +52,7 @@
set +e
# simple test, to see if important thing are available inside the nfsroot
- [ -d $NFSROOT/usr/share/live-initramfs ] || die "live-initramfs is not installed."
+ [ -d $NFSROOT/usr/share/live-initramfs ] || die "live-initramfs was not installed inside the nfsroot."
local files=$(ls $NFSROOT/boot/initrd* 2>/dev/null)
[ -z "$files" ] && die "No initrd installed."
return 0
More information about the Fai-commit
mailing list