Following r335259, don't copy boot1 from the running system for sparc64

either.
This commit is contained in:
marius 2018-08-23 22:57:42 +00:00
parent 4bdc82c1d0
commit 9f1edbb1c3

View File

@ -792,8 +792,6 @@ DESTDIR=${OBJDIR}/boot-tree
rm -rf ${DESTDIR}
mkdir -p ${DESTDIR}/boot/defaults
mkdir -p ${DESTDIR}/boot/kernel
# XXX boot1 exists only on sparc64
cp /boot/boot1 ${DESTDIR}/boot
cp /boot/kernel/kernel ${DESTDIR}/boot/kernel
echo -h -D -S115200 > ${DESTDIR}/boot.config
cat > ${DESTDIR}/boot/loader.conf <<EOF