--- 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