Fix going back to GNU GRUB from ldbsd.com via alternative boot method; while here...
[grml-live.git] / templates / boot / addons / bsd4grml / boot.6
index c1f6d9b..344befc 100644 (file)
@@ -1,8 +1,9 @@
-#echo
-#echo Switching to GNU GRUB-legacy
-#echo
-#machine exec grub /boot/grub/stage2
+# $MirOS: src/distrib/common/grml/boot.6,v 1.3 2009/08/13 14:34:01 tg Exp $
+#
 echo
-echo Switching to GNU GRUB 2
+echo Switching to GNU GRUB %GRUB_VERSION% for booting
+echo into %RELEASE_INFO%
 echo
-machine exec grub /boot/grub/core.img
+macro grub1 machine exec grub /boot/grub/%GRUB_LEGACY%
+macro grub2 machine exec grub /boot/grub/core.img
+grub%GRUB_VERSION%