From owner-freebsd-small Thu Mar 15 13: 3:17 2001 Delivered-To: freebsd-small@freebsd.org Received: from mail.cruzio.com (dsl3i239.cruzio.com [205.179.211.239]) by hub.freebsd.org (Postfix) with ESMTP id 2954537B719 for ; Thu, 15 Mar 2001 13:03:14 -0800 (PST) (envelope-from brucem@mail.cruzio.com) Received: (from brucem@localhost) by mail.cruzio.com (8.11.3/8.11.3) id f2FLqmM16134 for freebsd-small@freebsd.org; Thu, 15 Mar 2001 13:52:48 -0800 (PST) (envelope-from brucem) Date: Thu, 15 Mar 2001 13:52:48 -0800 (PST) From: "Bruce R. Montague" Message-Id: <200103152152.f2FLqmM16134@mail.cruzio.com> To: freebsd-small@freebsd.org Subject: mailing error! re "net" mfs.mtree, INCLUDE_FLOPPY_IN_MFS Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry about e-mail error in regard to message that only got out with: >This might not be the desired fix for a "net" build >that should be netbootable w/o floppy. Preceeding unsent text: The uncustomized vanilla 4.3 BETA (4.3-BETA #0: Mon Mar 12) picobsd "net" configuration does not build because the "picobsd/net/mfs.mtree" file does not contain an entry for "fd", which is always required if INCLUDE_FLOPPY_IN_MFS is set to "yes" in the picobsd script (the default). This causes the build to bomb with: ---- cp -Rp /usr/src/release/picobsd/build/build_dir-net/floppy.tree/boot.config /usr/src/release/picobsd/build/build_dir-net/floppy.tree/etc /usr/src/release/picobsd/build/build_dir-net/floppy.tree/kernel.config /tmp/picobsd.a5YFQpDSmY/fd usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory ---- On script error at this point, /dev/vn0c does not get unmounted, so you need to manual do a "umount /dev/vn0c". ---- Fix ?: Add "fd" entry to "./release/picobsd/net/mfs.mtree": --------- --- mfs.mtree.original Wed Mar 14 22:02:26 2001 +++ mfs.mtree Wed Mar 14 22:04:05 2001 @@ -9,6 +9,8 @@ .. etc .. + fd + .. home user .. --------- The system will build, boot, and run... Again, sorry, need better eyes, cordination, something! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message