We don't support building installer-less ISOs out of the box so keeping
it separate doesn't make sense anymore.
# their own. They are copied into ISODIR during the `customizeiso'
# target; each overwrites the last.
#
-REQ_ROOTSKELS= ${.CURDIR}/root \
- ${.CURDIR}/installer
+REQ_ROOTSKELS= ${.CURDIR}/root
ROOTSKELS?= ${REQ_ROOTSKELS}
.if make(gui)
echo " found!"
tr -d "\r" < $1/pfi.conf > /etc/pfi.conf
echo "pfi_found_on_device='$2'" >> /etc/pfi.conf
-
+
# If the pfi.conf says to run a custom script from the pfi
# media, run it now, so that it has access to the pfi media.
-
+
if [ -r /etc/defaults/pfi.conf ]; then
. /etc/defaults/pfi.conf
fi