From owner-freebsd-questions Thu Aug 29 14:00:25 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04610 for questions-outgoing; Thu, 29 Aug 1996 14:00:25 -0700 (PDT) Received: from spoon.beta.com (root@[199.165.180.33]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA04591 for ; Thu, 29 Aug 1996 14:00:21 -0700 (PDT) Received: from spoon.beta.com (mcgovern@localhost [127.0.0.1]) by spoon.beta.com (8.6.12/8.6.9) with ESMTP id RAA26504 for ; Thu, 29 Aug 1996 17:00:04 -0400 Message-Id: <199608292100.RAA26504@spoon.beta.com> To: questions@freebsd.org Subject: Bootable floppy... Date: Thu, 29 Aug 1996 17:00:04 -0400 From: "Brian J. McGovern" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently started playing around with the idea of creating a bootable floppy that would boot a freebsd kernel, configure a network interface, and begin to run program 'x' on the console. I got the disk newfs'ed, a minimal kernel compiled, compressed, and on the disk (~300KB), and have it booting. The question comes in what I need after that. It complained (panic'ed) about not having init, so I threw it on in sbin, then figured it would need sh if I wanted to go into single user mode, so I put that in. I also through in some minimals in the /dev directory. To date, I can't get the thing to go past the kernel recognizing hardware. Could someone please tell me what the minimal file set is to make this type of operation happen (in the smallest configuration?). I looked at the doc sites to no avail. Anyhow, if someone could cast a light on this shadow, I'd appreciate it. -Brian