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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue