[Parted-commits] GNU Parted Official Repository: Changes to 'master'
Jim Meyering
meyering at alioth.debian.org
Mon Oct 19 12:54:51 UTC 2009
doc/parted.texi | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 1422adc7f5c74dda564a1ff9f2169bb0530593c0
Author: Jim Meyering <meyering at redhat.com>
Date: Wed Oct 14 12:34:56 2009 +0200
doc: mention the "bios_grub" flag
I don't like the idea of documenting this "flag setting" option,
but it's been in the code for long enough now, and in actual use,
that I feel obliged. In the longer term, we'll probably deprecate
it and instead add an interface to set a partition's type independent
of mkpart's "type" argument.
* doc/parted.texi (set): Mention bios_grub.
diff --git a/doc/parted.texi b/doc/parted.texi
index fdb9af3..499d660 100644
--- a/doc/parted.texi
+++ b/doc/parted.texi
@@ -1012,6 +1012,11 @@ either ``on'' or ``off''. Some or all of these flags will be available,
depending on what disk label you are using:
@table @samp
+
+ at item bios_grub
+(GPT) - Enable this to record that the selected partition is a
+GRUB BIOS partition.
+
@item boot
(Mac, MS-DOS, PC98) - should be enabled if you want to boot off the
partition. The semantics vary between disk labels. For MS-DOS disk
More information about the Parted-commits
mailing list