diskimage-builder/diskimage_builder/block_device/level1
Ian Wienand f3f671cf10 Fix default partition type
There was a typo in I6b819a8071389e7e4eb4874ff7750bd192695ff2 that
modified this default partition type from "0x83" to just 83.  We are
now seeing failures relating to this as sfdisk checks for a "disk
manager" when it see Id 0x53 (== 83)

     Device Boot      Start         End      Blocks   Id  System
  /dev/vda1   *        2048    26664575    13331264   53  OnTrack DM6 Aux3

Restore to 0x83

Change-Id: Ib43038d2d740fbe01a21a13dd56367f7bc97f869
2018-03-22 10:10:47 +11:00
..
__init__.py Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
lvm.py Remove dd from LVM element 2017-10-08 17:21:21 +00:00
mbr.py Sync after writing partition table 2017-06-19 17:13:36 +10:00
partition.py Fix default partition type 2018-03-22 10:10:47 +11:00
partitioning.py GPT partitioning support 2018-02-23 10:04:26 +11:00