Date: Thu, 15 May 2003 01:34:27 +0200 (CEST) From: Stacy Olivas <olivas@digifluxo.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: misc/52255: picobsd build script fails under FreeBSD 5.0-RELEASE Message-ID: <200305142334.h4ENYRr6007708@thos.digiflux.org> Resent-Message-ID: <200305142340.h4ENe6LT083080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305142334.h4ENYRr6007708>