Date: Fri, 25 Jul 2003 21:31:23 +0900 (JST) From: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> To: ru@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/share/man/man7 release.7 Message-ID: <20030725.213123.74673434.nyan@jp.FreeBSD.org> In-Reply-To: <200307250854.h6P8sfom098536@repoman.freebsd.org> References: <200307250854.h6P8sfom098536@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <200307250854.h6P8sfom098536@repoman.freebsd.org> Ruslan Ermilov <ru@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@jp.FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030725.213123.74673434.nyan>