]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (loopback): New section.
authorColin Watson <cjwatson@ubuntu.com>
Tue, 29 Mar 2011 17:08:23 +0000 (18:08 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 29 Mar 2011 17:08:23 +0000 (18:08 +0100)
ChangeLog
docs/grub.texi

index 36ca453f1f1f99d711138aec5e723ec9b6ccdd65..cf7b1b0d6f610bf1c698392c74589e9c2d15f81b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-29  Colin Watson  <cjwatson@ubuntu.com>
+
+       * docs/grub.texi (loopback): New section.
+
 2011-03-29  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/disk/loopback.c (GRUB_MOD_INIT): Stop documenting
index cac4ffbf32cde4f3641681910d18eed5392edf1f..368d21f1d4c196f1864af7e56030c49f9f4192f6 100644 (file)
@@ -2589,6 +2589,7 @@ you forget a command, you can run the command @command{help}
 * keystatus::                   Check key modifier status
 * linux::                       Load a Linux kernel
 * linux16::                     Load a Linux kernel (16-bit mode)
+* loopback::                    Make a device from a filesystem image
 * ls::                          List devices or files
 * parttool::                    Modify partition table entries
 * password::                    Set a clear-text password
@@ -2978,6 +2979,23 @@ This command is only available on x86 systems.
 @end deffn
 
 
+@node loopback
+@subsection loopback
+
+@deffn Command loopback [@option{-d}] device file
+Make the device named @var{device} correspond to the contents of the
+filesystem image in @var{file}.  For example:
+
+@example
+loopback loop0 /path/to/image
+ls (loop0)/
+@end example
+
+With the @option{-d} option, delete a device previously created using this
+command.
+@end deffn
+
+
 @node ls
 @subsection ls