mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
rename(disk_layout): Remove the legacy use of "legacy"
This commit is contained in:
parent
96ede2334d
commit
a022642e54
@ -765,7 +765,7 @@ def DoParseOnly(options):
|
||||
|
||||
def main(argv):
|
||||
default_layout_file = os.environ.get('DISK_LAYOUT_FILE',
|
||||
os.path.join(os.path.dirname(__file__), 'legacy_disk_layout.json'))
|
||||
os.path.join(os.path.dirname(__file__), 'disk_layout.json'))
|
||||
default_layout_type = os.environ.get('DISK_LAYOUT_TYPE', 'base')
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
|
@ -50,7 +50,7 @@ IMG_DEFAULT_OEM_PACKAGE=
|
||||
# May be raw, qcow2 (qemu), or vmdk (vmware, virtualbox)
|
||||
IMG_DEFAULT_DISK_FORMAT=raw
|
||||
|
||||
# Name of the partition layout from legacy_disk_layout.json
|
||||
# Name of the partition layout from disk_layout.json
|
||||
IMG_DEFAULT_DISK_LAYOUT=base
|
||||
|
||||
# Name of the target config format, default is no config
|
||||
|
Loading…
x
Reference in New Issue
Block a user