diff options
author | Jim Meyering <meyering@redhat.com> | 2009-10-14 12:34:56 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-10-19 14:54:46 +0200 |
commit | 1422adc7f5c74dda564a1ff9f2169bb0530593c0 (patch) | |
tree | 08d06230147bd62b2bb5d2d9b0c2ba4e78a5ec74 /doc | |
parent | 757bb2d063dd8e56180a735a5a2f40dbc42ac500 (diff) | |
download | parted-1422adc7f5c74dda564a1ff9f2169bb0530593c0.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/parted.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 + +@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 |