[PATCH 3/4] copy the sparc boot loader on all sparc arches

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 scripts/upd-instroot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index a9e7931..b390eed 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -1040,7 +1040,7 @@ for brokenlink in $(find $DEST/usr/{bin,sbin} -follow -lname '*') ; do
 done
 
 # copy bootloader files for sparc
-if [ $ARCH = sparc ]; then
+if [ $ARCH = sparc -o $ARCH = sparcv9 -o $ARCH = sparc64 ]; then
     mkdir -p $DEST/usr/lib/anaconda-runtime/boot
     [ -d $DEST/boot ] || die "ERROR: directory missing: $DEST/boot"
     (cd $DEST/boot; find -name "*.b") | (cd $DEST/boot; /bin/cpio --quiet -pdmu $DEST/usr/lib/anaconda-runtime/boot)
-- 
1.6.2.5

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux