As the comment says, I expect to deprecate this mechanism for partition type setting.
>From 1422adc7f5c74dda564a1ff9f2169bb0530593c0 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Wed, 14 Oct 2009 12:34:56 +0200 Subject: [PATCH] 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. --- 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 -- 1.6.5.1.258.g5b20 _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

