cvs commit: src/release Makefile src/share/man/man7 release.7

Takahashi Yoshihiro nyan at jp.FreeBSD.org
Fri Jul 25 05:33:40 PDT 2003


In article <200307250854.h6P8sfom098536 at repoman.freebsd.org>
Ruslan Ermilov <ru at FreeBSD.org> writes:

> ru          2003/07/25 01:54:41 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     release              Makefile 
>     share/man/man7       release.7 
>   Log:
>   Moved the boot floppy generation code out from release.9 to release.10.

-	sh -e ${DOFS_SH} mfsroot ${RD} ${MNT} \
+	sh -e ${DOFS_SH} mfsroot-small ${RD} ${MNT} \
(snip)
+	@sh -e ${DOFS_SH} ${RD}/floppies/mfsroot-small.flp \
+		${RD} ${MNT} ${SMALLBOOTSIZE} ${RD}/mfsroot/mfsroot-small.gz \
+		${BOOTINODE} ${SMALLBOOTLABEL}

This change breaks small floppy image support.  The filename of MFS
filesystem should be 'mfsroot', not 'mfsroot-small'.  Because we use
the following command to load MFS filesystem.

> load -t mfs_root /mfsroot

---
TAKAHASHI Yoshihiro <nyan at jp.FreeBSD.org>


More information about the cvs-src mailing list