In article <[email protected]>
Nathan Whitehorn <[email protected]> writes:

> BSDinstall has acquired at this point its final form (prior to a
> future merge with pc-sysinstall), and I believe is ready to replace
> sysinstall on the 9.0 snapshot ISOs. Barring any objections, I would
> like to pull this switch 2 weeks from today, on the 14th of March.
> 
> A patch to the release infrastructure code can be found here (make
> release must be run with Makefile.bsdinstall using this patch to get
> non-sysinstall media):
> http://people.freebsd.org/~nwhitehorn/bsdinstall-release.diff

In Makefile.bsdinstall:

+cdrom:
+       echo kernel_options=\"-C\" > ${DISTDIR}/release/boot/loader.conf
+       sh /usr/src/release/${TARGET}/mkisoimages.sh -b FreeBSD_Install 
${DISTDIR}/release.iso ${DISTDIR}/release
+       rm ${DISTDIR}/release/boot/loader.conf

${TARGET} must be ${TARGET_ARCH} because pc98 and sunv4 don't have
mkisoimages.sh script.


Do you have a plan to add a floppy support as boot device?  Pc98
machines which can boot from CD-ROM are very limited.  So we usually
use FD for boot media to install.

---
TAKAHASHI Yoshihiro <[email protected]>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to