[Fai-commit] r3117 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Mon Nov 28 23:19:53 UTC 2005


Author: lange
Date: 2005-11-28 23:19:53 +0000 (Mon, 28 Nov 2005)
New Revision: 3117

Modified:
   trunk/bin/make-fai-nfsroot
Log:
print message if the kernel was installed into the nfsroot


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2005-11-28 23:18:39 UTC (rev 3116)
+++ trunk/bin/make-fai-nfsroot	2005-11-28 23:19:53 UTC (rev 3117)
@@ -160,6 +160,7 @@
     # since woody we can install the kernel using dpkg -i
     echo "do_boot_enable=no" > $NFSROOT/etc/kernel-img.conf
     dpkg -x $KERNELPACKAGE $NFSROOT
+    echo "Kernel $KERNELVERSION installed into the nfsroot."
     # if $NFROOT/proc/modules exists, then update-modules calls depmod -a without
     # these special flags; so umount first
     [ -e $NFSROOT/proc/modules ] && umount $NFSROOT/proc




More information about the Fai-commit mailing list