Added debian subdir for packaging and deleted TODO
[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 onto harddisk and boot the
6 rescue image. This eliminates the need to carry around a usb stick
7 to rescue a system.
8 grml-rescueboot includes the script 42_grml which is installed in
9 /etc/grub.d and run when update-grub is executed. The script looks for
10 ISO images in /boot/grml/ and adds an entry for each image found.
11
12 Howto:
13 ------
14
15 - Get a recent grml image from http://grml.org/download/
16 - Copy the image to /boot/grml
17 - Run update-grub
18 - Reboot and enjoy your new rescue system
19
20 Limitations:
21 ------------
22
23 grml-rescueboot uses the loopback feature of grub2, so it won't work
24 with legacy grub. Furthermore the ISO image needs to support
25 loopback.cfg, a file which is placed in /boot/grub/. Grml supports
26 loopback.cfg beginning with version 2010.04.
27 More technical details can be found here: 
28 http://www.supergrubdisk.org/wiki/Loopback.cfg
29
30  -- Andreas "Jimmy" Gredler <jimmy@grml.org>  Sat, 06 Nov 2010 12:28:45 +0100