setthe yum arch to sparc64v when making sparc images. We need this since we only have a sparc64 kernel
This commit is contained in:
parent
f8865c35e2
commit
fe23e1f65a
@ -169,6 +169,8 @@ if __name__ == "__main__":
|
||||
# Boo.
|
||||
if arch == "i386":
|
||||
arch = "i686"
|
||||
if arch == "sparc":
|
||||
arch = "sparc64v"
|
||||
|
||||
# print out kernel related packages first
|
||||
#printMatchingPkgs("kernel-*")
|
||||
|
Loading…
Reference in New Issue
Block a user