Change location of addrsize and mk-s390-cdboot
This commit is contained in:
parent
b50f1cb802
commit
c8a52d628a
@ -633,7 +633,7 @@ class S390(object):
|
|||||||
self.installtree.compress(initrd, kernel)
|
self.installtree.compress(initrd, kernel)
|
||||||
|
|
||||||
# run addrsize
|
# run addrsize
|
||||||
addrsize = joinpaths(self.installtree.root, "usr", libdir,
|
addrsize = joinpaths(self.installtree.root, "usr/libexec",
|
||||||
"anaconda", "addrsize")
|
"anaconda", "addrsize")
|
||||||
|
|
||||||
cmd = [addrsize, INITRD_ADDRESS, initrd.fpath,
|
cmd = [addrsize, INITRD_ADDRESS, initrd.fpath,
|
||||||
@ -658,7 +658,7 @@ class S390(object):
|
|||||||
bootiso_fpath = joinpaths(self.outputroot, IMAGESDIR, "cdboot.img")
|
bootiso_fpath = joinpaths(self.outputroot, IMAGESDIR, "cdboot.img")
|
||||||
|
|
||||||
# run mks390cdboot
|
# run mks390cdboot
|
||||||
mks390cdboot = joinpaths(self.installtree.root, "usr", libdir,
|
mks390cdboot = joinpaths(self.installtree.root, "usr/libexec",
|
||||||
"anaconda", "mk-s390-cdboot")
|
"anaconda", "mk-s390-cdboot")
|
||||||
|
|
||||||
cmd = [mks390cdboot, "-i", kernel.fpath, "-r", initrd.fpath,
|
cmd = [mks390cdboot, "-i", kernel.fpath, "-r", initrd.fpath,
|
||||||
|
Loading…
Reference in New Issue
Block a user