Ian Southam 98a43d184b Fixed bug in which every run of loadQueueFile would append to the json file (merge)
cloud-early-config now saves its input file to /var/cache/cloud
Execute load cmd_line.json in update_config
Old way of working still in there to stop and possible clash until the base image is made
2015-03-16 11:35:19 +01:00

6 lines
98 B
Python

from pprint import pprint
def merge(dbag, cmdline):
dbag['config'] = cmdline
return dbag