diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-23 00:29:49 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-23 00:29:49 -0600 |
commit | b431adaa06c055105db1e73b34fe841b5a5e9597 (patch) | |
tree | f0a8edaccc6fdbb6d92ad59089b60369b2098b46 | |
parent | 9dcd2d0ca795524d22eacaf087f435e02fa66906 (diff) | |
download | horizon-b431adaa06c055105db1e73b34fe841b5a5e9597.tar.gz horizon-b431adaa06c055105db1e73b34fe841b5a5e9597.tar.bz2 horizon-b431adaa06c055105db1e73b34fe841b5a5e9597.tar.xz horizon-b431adaa06c055105db1e73b34fe841b5a5e9597.zip |
HorizonScript: Add 'bios' and 'prep' flags for Partition key
-rw-r--r-- | devel/script/2_keys.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index df70242..ccdc810 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -836,6 +836,8 @@ disklabel /dev/nvme0n1 gpt <orderedlist id="partition.format.types"> <listitem><para><literal>boot</literal> — Marks the partition as bootable. On MBR disk labels, this enables the Bootable flag. On APM disk labels, this sets the partition type to <literal>Apple_Bootstrap</literal>. On GPT disk labels, this sets the partition's type to BIOS Boot.</para></listitem> <listitem><para><literal>esp</literal> — Marks the partition as an EFI System Partition (ESP). This type is only valid on GPT disk labels.</para></listitem> + <listitem><para><literal>bios</literal> — Marks the partition as a BIOS Boot partition. This type is only valid on GPT disk labels.</para></listitem> + <listitem><para><literal>prep</literal> — Marks the partition as a PowerPC Boot partition. This type is only valid on MBR disk labels.</para></listitem> </orderedlist> <literal>partition</literal> may appear many times per block device file name; the exact maximum depend on the disk label in use on the block device. It is invalid to specify a <literal>partition</literal> for a partition number that already exists on the block device. It is invalid to specify a <literal>partition</literal> for a block device that does not have a disk label supported by Horizon. </para> |