diskimage-builder/diskimage_builder/block_device/level1
Ian Wienand b0da703f46 Don't quote names with sgdisk
Our sgdisk calls are putting extra double-quotes around the names of
partitions.  This confuses sfdisk, which confuses growpart, which
confuses growroot ... and you don't get your partition grown for EFI
boot.

Ensure we just bunch arguments into the list directly (for Popen)
rather than string split and have to worry about quoting.  Add a check
for this to our GPT unit test, extending it to include a space in the
name of the root partition.

Change-Id: I0a8cb69bb4c9c0865fbaa63ba0d7210028da552e
2018-06-27 18:10:08 +10: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 Don't quote names with sgdisk 2018-06-27 18:10:08 +10:00