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

[ Available lists | Index of cvs-src | Month of Jul 2003 | Week of 25 Jul 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
Date
25 Jul 2003 05:33:39
Subject
Re: cvs commit: src/release Makefile src/share/man/man7 release.7
Message-ID
20030725.213123.74673434.nyan@jp.FreeBSD.org


[ Hide this part ]
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>


Elapsed time: 0.231 seconds