From fe23e1f65a419a6d334d4d8613083603160ac762 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 15 Sep 2009 16:36:33 -0500 Subject: [PATCH] setthe yum arch to sparc64v when making sparc images. We need this since we only have a sparc64 kernel --- src/bin/pkgorder | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/pkgorder b/src/bin/pkgorder index 5475effc..64a87b5e 100755 --- a/src/bin/pkgorder +++ b/src/bin/pkgorder @@ -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-*")