diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-10 13:14:54 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-10 13:41:46 +0100 |
commit | 30752ac7ca042f533b8d0c4c6144400a8532b154 (patch) | |
tree | b51a4a4560652b8a70d1faca07a2e6c39f40c79d | |
parent | 9752039e52d190c7d62281346fd2170a98434c86 (diff) | |
download | libguestfs-30752ac7ca042f533b8d0c4c6144400a8532b154.tar.gz libguestfs-30752ac7ca042f533b8d0c4c6144400a8532b154.tar.xz libguestfs-30752ac7ca042f533b8d0c4c6144400a8532b154.zip |
Documentation: Clarify documentation on the bootable flag.
-rwxr-xr-x | src/generator.ml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/generator.ml b/src/generator.ml index b423025c..2b833c11 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4095,10 +4095,9 @@ but other possible values are described in C<guestfs_part_init>."); This sets the bootable flag on partition numbered C<partnum> on device C<device>. Note that partitions are numbered from 1. -The bootable flag is used by some PC BIOSes to determine which -partition to boot from. It is by no means universally recognized, -and in any case if your operating system installed a boot -sector on the device itself, then that takes precedence."); +The bootable flag is used by some operating systems (notably +Windows) to determine which partition to boot from. It is by +no means universally recognized."); ("part_set_name", (RErr, [Device "device"; Int "partnum"; String "name"]), 212, [], [InitEmpty, Always, TestRun ( |