Hi Robert, The bios_grub flag was added with this commit:
http://git.debian.org/?p=parted/parted.git;a=commitdiff;h=b65f8e479aac6ca but was accompanied by no documentation update. The following is probably too vague. Robert, can you provide a better description? Would it make sense to extend this to any other partition table format? >From 9ae7afbab3616a228b6cbb83042d4413c4f39d71 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 * 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.241.g142f1 _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

