misc/52255: picobsd build script fails under FreeBSD 5.0-RELEASE

Stacy Olivas olivas at digifluxo.org
Wed May 14 16:40:08 PDT 2003


>Number:         52255
>Category:       misc
>Synopsis:       picobsd build script fails under FreeBSD 5.0-RELEASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 16:40:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Stacy Olivas
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD thos.digiflux.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #7: Sun May 11 00:17:38 CEST 2003 olivas at thos.digiflux.org:/usr/src/sys/i386/compile/Thos i386



>Description:
	Running the build script for PicoBSD found under /usr/src/release/picobsd/build/picobsd
        aborts with an error when it tried to pass a no longer supported parameter to the 
        newfs command.
>How-To-Repeat:
	Run the picobsd build script against one of the supplied floppy types
>Fix:
	apply the following patch the the picobsd build script under
	/usr/src/release/picobsd/build.  It fixes the problem.

4a5,7
> # Removed the newfs -p 0 parameter, since it's no longer supported
> # by newfs in FreeBSD 5.0 - S. Olivas
> #
539c542
<     newfs -i ${mfs_inodes} -m 0 -p 0 -o space -f 512 -b 4096 \
---
>     newfs -i ${mfs_inodes} -m 0 -o space -f 512 -b 4096 \
805c808
<     newfs -i ${fd_inodes} -m 0 -p 0 -o space -f 512 -b 4096 \
---
>     newfs -i ${fd_inodes} -m 0 -o space -f 512 -b 4096 \



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list