Genericize package
[grml-rescueboot.git] / debian / README
1 == About ==
2
3 grub-loopback-iso is a GRUB 2 configuration hook to boot compatible
4 ISOs stored on the host filesystem. The stanzas built utilize GRUB
5 2's loopback mount support to chain a /boot/grub/loopback.cfg file on
6 an ISO.
7
8 == Installation ==
9
10 Place compatible ISOs in a suitable location.  By default, this is
11 /boot/isos, but may be changed by editing /etc/default/grub-loopback-iso
12 (for example, if the /boot partition is too small).  However, keep in
13 mind that the ISO's operating system may have restrictions on what type
14 of partition the ISO may be placed on; it is the ISO's operating system
15 (initrd most likely) which is responsible for finding the ISO by
16 scanning partitions, so the partition and filesystem must be known to
17 the ISO operating system.
18
19 Then simply run "update-grub", and verify the correct stanzas have been
20 created in /boot/grub/grub.cfg .