From e94a7c27df33afe469199ecbfe02436c2f0a791b Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Thu, 23 Aug 2018 22:57:42 +0000 Subject: [PATCH] Following r335259, don't copy boot1 from the running system for sparc64 either. --- tools/boot/rootgen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/boot/rootgen.sh b/tools/boot/rootgen.sh index f30c4c4ae4ea..87b541bdf4b0 100755 --- a/tools/boot/rootgen.sh +++ b/tools/boot/rootgen.sh @@ -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 <