rename(disk_layout): Remove the legacy use of "legacy"

This commit is contained in:
Michael Marineau 2014-03-05 15:57:22 -08:00
parent 96ede2334d
commit a022642e54
3 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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