Support custom boopoptions through /etc/default/grml-rescueboot.
[grml-rescueboot.git] / debian / README
1 The Debian Package grml-rescueboot
2 ----------------------------------
3
4 Usually systems are rescued with CD or usb stick. grml-rescueboot makes
5 it possible to simply copy an ISO image to the harddisk and boot the
6 rescue image. This eliminates the need to carry around a usb stick
7 to rescue a system.
8
9 grml-rescueboot includes the script 42_grml which is installed in
10 /etc/grub.d and run when update-grub is executed. The script looks for
11 ISO images in /boot/grml/ and adds an entry for each image found.
12
13 Howto:
14 ------
15
16 - Get a recent Grml image from http://grml.org/download/
17 - Copy the image to /boot/grml
18 - Run update-grub
19 - Reboot and enjoy your new rescue system
20
21 Limitations:
22 ------------
23
24 grml-rescueboot uses the loopback feature of grub2, so it won't work
25 with legacy grub. Furthermore the ISO image needs to support
26 loopback.cfg, a file which is placed in /boot/grub/. Grml supports
27 loopback.cfg beginning with release version 2010.04.
28
29 More technical details can be found here: 
30 http://www.supergrubdisk.org/wiki/Loopback.cfg
31
32  -- Andreas "Jimmy" Gredler <jimmy@grml.org>  Sat, 06 Nov 2010 12:28:45 +0100