Update MirOS bsd4grml to 20120115
[grml-live-grml.git] / templates / boot / addons / bsd4grml / boot.6
index 122520d..df846db 100644 (file)
@@ -1,8 +1,9 @@
 # $MirOS: src/distrib/common/grml/boot.6,v 1.4 2009/10/29 00:17:37 tg Exp $
 #
 echo
-echo Switching to GNU GRUB for booting
+echo Switching to GNU GRUB %GRUB_VERSION% for booting
 echo into %RELEASE_INFO%
 echo
+macro grub1 machine exec grub /boot/grub/stage2
 macro grub2 machine exec grub /boot/grub/core.img
-grub2
+grub%GRUB_VERSION%