From 70aeaec9ed8a0921451f62d87029c967b8c5222d Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Wed, 17 Jul 2019 13:01:13 +0200 Subject: [PATCH] drop unused partition_table_id option completely --- assemblers/io.weldr.qcow2 | 1 - 1 file changed, 1 deletion(-) diff --git a/assemblers/io.weldr.qcow2 b/assemblers/io.weldr.qcow2 index 60db3dad..8171cfa5 100755 --- a/assemblers/io.weldr.qcow2 +++ b/assemblers/io.weldr.qcow2 @@ -45,7 +45,6 @@ def loop_device(image, size, offset=0): def main(tree, output_dir, options): filename = options["filename"] - # partition_table_id = options["partition_table_id"] root_fs_uuid = options["root_fs_uuid"] # Create a working directory on a tmpfs, maybe we should implicitly