Fix typo in extlinux documentation.

This fixes commit dee1dd64c3.
This commit is contained in:
Richard W.M. Jones
2013-04-04 22:14:25 +01:00
parent f9f3c7c5ac
commit dfa25a46e3

View File

@@ -10990,7 +10990,7 @@ be used on an ext2/3/4 or btrfs filesystem.
The C<directory> parameter can be either a mountpoint, or a
directory within the mountpoint.
You also have to marked the partition as \"active\"
You also have to mark the partition as \"active\"
(C<guestfs_part_set_bootable>) and a Master Boot Record must
be installed (eg. using C<guestfs_pwrite_device>) on the first
sector of the whole disk.