Date: Thu, 15 Mar 2001 13:52:48 -0800 (PST) From: "Bruce R. Montague" <brucem@mail.cruzio.com> To: freebsd-small@freebsd.org Subject: mailing error! re "net" mfs.mtree, INCLUDE_FLOPPY_IN_MFS Message-ID: <200103152152.f2FLqmM16134@mail.cruzio.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103152152.f2FLqmM16134>
