diskimage-builder/diskimage_builder/block_device/tests/config
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
..
bad_edge_graph.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
bad_plugin.yaml Adding unit testing for configuration 2017-05-26 09:44:19 +10:00
cmd_create.yaml Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
deep_graph.yaml Add a more generic tree->graph parser 2017-05-26 10:13:14 +10:00
deep_tree.yaml Adding unit testing for configuration 2017-05-26 09:44:19 +10:00
duplicate_fs_labels.yaml Use global state to check for duplicate fs labels 2017-06-08 17:13:28 +10:00
duplicate_name.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
gpt_efi.yaml Don't quote names with sgdisk 2018-06-27 18:10:08 +10:00
lvm_graph.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree_multiple_pv_vg.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree_multiple_pv.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree_partition_ordering.yaml Actually sort mount-point list 2017-09-19 11:30:36 +10:00
lvm_tree_spanned_vg.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
multi_key_node.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
multiple_partitions_graph.yaml Don't fstrim vfat partitions 2018-01-23 13:24:09 +11:00
multiple_partitions_tree.yaml Don't fstrim vfat partitions 2018-01-23 13:24:09 +11:00
rollback.yaml Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
simple_graph.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
simple_tree.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
too_long_fs_label.yaml Use global state to check for duplicate fs labels 2017-06-08 17:13:28 +10:00