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:
Allan Jude 2018-06-16 17:45:44 +00:00
parent b1bd4736a9
commit 4cbc23a925
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335259

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