svn commit: r328992 - stable/11/tools/boot
Kyle Evans
kevans at FreeBSD.org
Wed Feb 7 19:49:08 UTC 2018
Author: kevans
Date: Wed Feb 7 19:49:07 2018
New Revision: 328992
URL: https://svnweb.freebsd.org/changeset/base/328992
Log:
Fix rootgen.sh to reflect proper bootloader paths
This is a direct commit to stable/11 to use sys/boot instead of stand/. It
will be reverted once the move from sys/boot to stand/ gets an MFC.
Modified:
stable/11/tools/boot/rootgen.sh
Modified: stable/11/tools/boot/rootgen.sh
==============================================================================
--- stable/11/tools/boot/rootgen.sh Wed Feb 7 19:45:23 2018 (r328991)
+++ stable/11/tools/boot/rootgen.sh Wed Feb 7 19:49:07 2018 (r328992)
@@ -303,7 +303,7 @@ qemu_i386_both()
# Misc variables
SRCTOP=$(make -v SRCTOP)
-cd ${SRCTOP}/stand
+cd ${SRCTOP}/sys/boot
OBJDIR=$(make -v .OBJDIR)
IMGDIR=${OBJDIR}/boot-images
mkdir -p ${IMGDIR}
More information about the svn-src-stable
mailing list