rootgen.sh: Don't copy various bits of the bootcode from the running system

We want to use the versions of the bootcode we just built, rather than
ones from whatever happens to be in /boot on the test machine

These were incorrectly added by me in r334888
This commit is contained in:
allanjude 2018-06-16 17:45:44 +00:00
parent de56a5903d
commit c32fa4828d

View File

@ -389,16 +389,8 @@ DESTDIR=${OBJDIR}/boot-tree
rm -rf ${DESTDIR}
mkdir -p ${DESTDIR}/boot/defaults
mkdir -p ${DESTDIR}/boot/kernel
cp /boot/boot0 ${DESTDIR}/boot
cp /boot/boot0sio ${DESTDIR}/boot
cp /boot/pmbr ${DESTDIR}/boot
cp /boot/boot ${DESTDIR}/boot
# XXX boot1 exists only on sparc64
cp /boot/boot1 ${DESTDIR}/boot
cp /boot/boot1.efifat ${DESTDIR}/boot
cp /boot/gptboot ${DESTDIR}/boot
cp /boot/gptzfsboot ${DESTDIR}/boot
cp /boot/loader ${DESTDIR}/boot
cp /boot/kernel/kernel ${DESTDIR}/boot/kernel
echo -h -D -S115200 > ${DESTDIR}/boot.config
# XXX