X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fmenu.lst;h=7cd38df5047243a9b269c4f4e8bec822729caf4a;hb=ff079cd77f0e36d5d754b800a75f1e011769e8ec;hp=3fee5d6956ee748d202a7de4451300be6e8788fe;hpb=3381059aad9fe291dd72a39377397c4437d6ee64;p=grml-live.git diff --git a/templates/boot/grub/menu.lst b/templates/boot/grub/menu.lst index 3fee5d6..7cd38df 100644 --- a/templates/boot/grub/menu.lst +++ b/templates/boot/grub/menu.lst @@ -36,6 +36,14 @@ title %GRML_NAME% %VERSION% - debug mode kernel /boot/isolinux/linux26 apm=power-off lang=us vga=791 verbose debug=vc debug initrd=initrd.gz boot=live initcall_debug nomce initrd /boot/isolinux/initrd.gz +title %GRML_NAME% %VERSION% - copy grml squashfs file to RAM +kernel /boot/isolinux/linux26 toram=grml.squashfs apm=power-off lang=us vga=791 quiet boot=live nomce +initrd /boot/isolinux/initrd.gz + +title %GRML_NAME% %VERSION% - copy medium to RAM +kernel /boot/isolinux/linux26 toram apm=power-off lang=us vga=791 quiet boot=live nomce +initrd /boot/isolinux/initrd.gz + title %GRML_NAME% %VERSION% - forensic mode kernel /boot/isolinux/linux26 vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live initrd /boot/isolinux/initrd.gz