diskimage-builder/diskimage_builder/block_device
Amrith Kumar 52faa0e1d9 Allow users to specify partition type in the MBR PTE
The MBR Partition Table Entry (PTE) allows one to specify many
possible partition types and one of the benefits of this is being able
to specify the CHS variant or the LBA variant.

By default, LBA only creates partitions of type 0x83 (of course,
that's only because the documentation doesn't tell you how to make it
do anything else).

I will take up Ian's suggestion in patch set 2 for a more rigorous
test in an independent patch set.

Change-Id: If3068535980eac2e58d4025444c65147a8c7fedc
Closes-Bug:#1703352
2017-07-29 06:34:25 -04:00
..
level0 Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
level1 Sync after writing partition table 2017-06-19 17:13:36 +10:00
level2 Fix mkfs use wrong label option for vfat 2017-06-22 14:50:53 +08:00
level3 Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
level4 Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
tests Allow users to specify partition type in the MBR PTE 2017-07-29 06:34:25 -04:00
__init__.py Clear __init__.py from cmd move 2017-05-11 18:52:14 +10:00
blockdevice.py Pass all blockdevices to bootloader 2017-06-08 17:14:22 +10:00
cmd.py Refactor: use lazy logging 2017-05-30 14:39:58 +10:00
config.py Add state to NodeBase class 2017-06-08 17:13:26 +10:00
exception.py Move exception to it's own file (again) 2017-05-20 06:44:39 +00:00
plugin.py Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
utils.py Refactor mount-point sorting 2017-05-31 11:05:50 +10:00