[Fai-commit] r6509 - trunk/examples/simple/scripts/CENTOS

Thomas Lange lange at alioth.debian.org
Wed Apr 27 14:18:03 UTC 2011


Author: lange
Date: 2011-04-27 14:17:51 +0000 (Wed, 27 Apr 2011)
New Revision: 6509

Modified:
   trunk/examples/simple/scripts/CENTOS/40-install-grub
Log:
print boot and grub config to stdout


Modified: trunk/examples/simple/scripts/CENTOS/40-install-grub
===================================================================
--- trunk/examples/simple/scripts/CENTOS/40-install-grub	2011-04-27 09:01:42 UTC (rev 6508)
+++ trunk/examples/simple/scripts/CENTOS/40-install-grub	2011-04-27 14:17:51 UTC (rev 6509)
@@ -48,4 +48,10 @@
 	  initrd $bootdir/initrd-$version.img
 	EOF
 
+echo ""
+echo "Grub installed on $BOOT_DEVICE = $bootdev"
+echo "Grub boot partition is $BOOT_PARTITION = $bootpart"
+echo "Root partition is $ROOT_PARTITION"
+echo "Boot kernel: $version"
+
 exit $error




More information about the Fai-commit mailing list