* docs/grub.texi (loopback): New section.
This commit is contained in:
parent
61d7156b94
commit
5c650f4c8e
2 changed files with 22 additions and 0 deletions
|
@ -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>
|
2011-03-29 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* grub-core/disk/loopback.c (GRUB_MOD_INIT): Stop documenting
|
* grub-core/disk/loopback.c (GRUB_MOD_INIT): Stop documenting
|
||||||
|
|
|
@ -2589,6 +2589,7 @@ you forget a command, you can run the command @command{help}
|
||||||
* keystatus:: Check key modifier status
|
* keystatus:: Check key modifier status
|
||||||
* linux:: Load a Linux kernel
|
* linux:: Load a Linux kernel
|
||||||
* linux16:: Load a Linux kernel (16-bit mode)
|
* linux16:: Load a Linux kernel (16-bit mode)
|
||||||
|
* loopback:: Make a device from a filesystem image
|
||||||
* ls:: List devices or files
|
* ls:: List devices or files
|
||||||
* parttool:: Modify partition table entries
|
* parttool:: Modify partition table entries
|
||||||
* password:: Set a clear-text password
|
* password:: Set a clear-text password
|
||||||
|
@ -2978,6 +2979,23 @@ This command is only available on x86 systems.
|
||||||
@end deffn
|
@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
|
@node ls
|
||||||
@subsection ls
|
@subsection ls
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue