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

either.
This commit is contained in:
Marius Strobl 2018-08-23 22:57:42 +00:00
parent aa2a0e0fc3
commit e94a7c27df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338283

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