* docs/grub.texi (loopback): New section.

This commit is contained in:
Colin Watson 2011-03-29 18:08:23 +01:00
parent 61d7156b94
commit 5c650f4c8e
2 changed files with 22 additions and 0 deletions

View File

@ -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

View 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