uncaught exception in state machine step: [10] make_disk
Traceback (most recent call last):
File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/state.py", line 68, in __next__
step()
File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/builder.py", line 386, in make_disk
image.partition(part_id, **part_args)
File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/image.py", line 173, in partition
.format(key))
ValueError: change_name option not supported for MBR partitions
Crash in state machine
Traceback (most recent call last):
File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/__main__.py", line 115, in main
list(state_machine)
File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/state.py", line 68, in __next__
step()
File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/builder.py", line 386, in make_disk
image.partition(part_id, **part_args)
File "/snap/ubuntu-image/12/usr/lib/python3.5/site-packages/ubuntu_image/image.py", line 173, in partition
.format(key))
ValueError: change_name option not supported for MBR partitions