mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 09:43:14 +01:00
Changed container configuration parameter DIRNAME to NAME
Dirname was not a precise description as the name did not always get used as a directory name.
This commit is contained in:
@@ -97,7 +97,7 @@ class configuration:
|
||||
self.containers[id].physmem[startend][regionid] = val
|
||||
if regionid + 1 > self.containers[id].phys_regions:
|
||||
self.containers[id].phys_regions = regionid + 1
|
||||
elif param[:len("OPT_DIRNAME")] == "OPT_DIRNAME":
|
||||
elif param[:len("OPT_NAME")] == "OPT_NAME":
|
||||
dirname = val[1:-1].lower()
|
||||
self.containers[id].dirname = dirname
|
||||
self.containers[id].name = dirname
|
||||
|
||||
Reference in New Issue
Block a user