Fix magic and mapping paths
This commit is contained in:
parent
fdbf53227e
commit
55fd24ea86
@ -329,11 +329,10 @@ class PPC(object):
|
|||||||
"-sysid", "PPC", "-V", '"PBOOT"',
|
"-sysid", "PPC", "-V", '"PBOOT"',
|
||||||
"-volset", '"%s"' % self.version, "-volset-size", "1",
|
"-volset", '"%s"' % self.version, "-volset-size", "1",
|
||||||
"-volset-seqno", "1"] + macboot + \
|
"-volset-seqno", "1"] + macboot + \
|
||||||
["-map", MAPPING, "-magic", MAGIC,
|
["-map", joinpaths(self.installtree.root, MAPPING),
|
||||||
|
"-magic", joinpaths(self.installtree.root, MAGIC),
|
||||||
"-no-desktop", "-allow-multidot", "-graft-points", isopathdir]
|
"-no-desktop", "-allow-multidot", "-graft-points", isopathdir]
|
||||||
|
|
||||||
logger.debug("running: %s" % cmd)
|
|
||||||
|
|
||||||
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
|
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
|
||||||
stdout=subprocess.PIPE)
|
stdout=subprocess.PIPE)
|
||||||
p.wait()
|
p.wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user