X-Git-Url: http://git.grml.org/?p=grml-live-grml.git;a=blobdiff_plain;f=templates%2Fboot%2Faddons%2Fbsd4grml%2Fboot.cfg;h=52604d66cd91bab243ce87521f4130b4b53f9a1b;hp=d8f274de679cbe5683065dc0f361567673d0ad8a;hb=0474e40181e0e3066899a6865df56594483bd9dd;hpb=f76869eb1688654769e833dae472ac6eab2f5806 diff --git a/templates/boot/addons/bsd4grml/boot.cfg b/templates/boot/addons/bsd4grml/boot.cfg index d8f274d..52604d6 100644 --- a/templates/boot/addons/bsd4grml/boot.cfg +++ b/templates/boot/addons/bsd4grml/boot.cfg @@ -1,14 +1,20 @@ +# $MirOS: src/distrib/common/grml/boot.cfg,v 1.7 2012/01/14 18:59:31 tg Exp $ +# set image /boot/addons/bsd4grml/bsd.rd set timeout 12 -macro grml machine exec grub /boot/addons/allinone.img +macro grub1 machine exec grub /boot/grub/stage2 +macro grub2 machine exec grub /boot/grub/core.img +macro grml grub%GRUB_VERSION% +macro slx machine exec dos echo echo ================================================================== -echo # MirOS BSD #10-current [grml] | (c) 2002-2009 The MirOS Project # +echo # MirOS BSD #10-current [grml] | (c) 2002-2012 The MirOS Project # echo ================================================================== echo echo To boot the MirOS BSD based rescue system, wait twelve seconds or echo enter the command 'boot'. Join irc.freenode.net #MirBSD for help. -echo To switch to GNU GRUB again, type the command 'grml' below. +echo To switch to GRUB again, type the command 'grml' below. To return +echo to SYSLINUX, type 'slx' (this may not work but hang your system). echo echo Use "stty com0 9600" to change the speed from the default of 9600 echo bps (always 8N1) and "set tty com0" to use a serial console.