From owner-freebsd-hackers Thu Aug 7 10:58:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA20082 for hackers-outgoing; Thu, 7 Aug 1997 10:58:28 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA20049 for ; Thu, 7 Aug 1997 10:58:14 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.6/8.8.6) with SMTP id KAA23169 for ; Thu, 7 Aug 1997 10:58:11 -0700 (PDT) Date: Thu, 7 Aug 1997 10:58:10 -0700 (PDT) From: Jaye Mathisen To: hackers@freebsd.org Subject: How easy is the in-memory MFS kernel stuff to use, 'ala the boot , floppy? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to figure out a way to make a "disaster-mode" kernel, that if the kernel can load, but not fsck, it can mount an in-memory FS, possibly start the network, and maybe fire up an sshd, or something so I can get in and do stuff remotely. Any ideas?