diskimage-builder/diskimage_builder/elements/block-device-mbr
Ian Wienand adb0341064 Add block-device defaults
This moves the block-device default out of the "vm" element and into a
selection of other elements.  There's "mbr" which retains the status
quo.  There's an EFI version that has the boot/grub partitions as
required.  In between there's the GPT only version, which is useful
for architectures like power without EFI, but still want possible
larger disks using GPT.

Change-Id: I4a566a97d073fc0dda0ab2494ac988fe015800a9
2018-02-23 10:04:40 +11:00
..
block-device-default.yaml Add block-device defaults 2018-02-23 10:04:40 +11:00
block-device-ppc64el.yaml Add block-device defaults 2018-02-23 10:04:40 +11:00
element-provides Add block-device defaults 2018-02-23 10:04:40 +11:00
README.rst Add block-device defaults 2018-02-23 10:04:40 +11:00

================
Block Device MBR
================

This provides the default legacy block-device configuration for the
"vm" element.  This configures a single partition and is suitable for
a MBR based bootloader.