* grub-core/disk/loopback.c (GRUB_MOD_INIT): Stop documenting
removed -p option.
This commit is contained in:
parent
994b826432
commit
61d7156b94
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-03-29 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* grub-core/disk/loopback.c (GRUB_MOD_INIT): Stop documenting
|
||||||
|
removed -p option.
|
||||||
|
|
||||||
2011-03-29 Colin Watson <cjwatson@ubuntu.com>
|
2011-03-29 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* docs/grub.texi (BIOS installation): New section, partly based on
|
* docs/grub.texi (BIOS installation): New section, partly based on
|
||||||
|
|
|
@ -222,7 +222,7 @@ static grub_extcmd_t cmd;
|
||||||
GRUB_MOD_INIT(loopback)
|
GRUB_MOD_INIT(loopback)
|
||||||
{
|
{
|
||||||
cmd = grub_register_extcmd ("loopback", grub_cmd_loopback, 0,
|
cmd = grub_register_extcmd ("loopback", grub_cmd_loopback, 0,
|
||||||
N_("[-d|-p] DEVICENAME FILE."),
|
N_("[-d] DEVICENAME FILE."),
|
||||||
N_("Make a device of a file."), options);
|
N_("Make a device of a file."), options);
|
||||||
grub_disk_dev_register (&grub_loopback_dev);
|
grub_disk_dev_register (&grub_loopback_dev);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue