From owner-freebsd-embedded@FreeBSD.ORG Wed Jan 13 12:19:07 2010 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36C80106566C for ; Wed, 13 Jan 2010 12:19:07 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.221.174]) by mx1.freebsd.org (Postfix) with ESMTP id E7D588FC13 for ; Wed, 13 Jan 2010 12:19:06 +0000 (UTC) Received: by qyk4 with SMTP id 4so10665303qyk.7 for ; Wed, 13 Jan 2010 04:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=0FvDfNZ4A/GYy82VhwVBmScUJpLBgD9WfOKM1n7MZlM=; b=aLLSgQEzwAo46jwY+bRyZVT13Sp6e5qHmxoOoQFKqN9mvw+dstW8YzULpivimpF/Pv HSmqGNPjk+aFkqVfCAC4EVKy43ngj4HMbGocDJKj+Uv2+DT0eg6pC0w9QomqF/Q1W/ss z2P31AX5ByVkYGdvwhUV1jjjlT8fgpOj1aQoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QstAIP99EoBmwxqdaghmSN+0OFCPK4hd2CaKODVnGWnqT3BCBu0HfT+D5Ml2qpJDPu s5Caam8mZK0PnkQgN6oP5AXl9eaai/3FSLw+X0GBrjeq8wD8gxEqrOcAk7spmwwKQiBC 9iyin0m3yg5zLU6VP295RkCq45noS8oHckNMs= MIME-Version: 1.0 Received: by 10.229.62.71 with SMTP id w7mr1229583qch.92.1263383273714; Wed, 13 Jan 2010 03:47:53 -0800 (PST) Date: Wed, 13 Jan 2010 22:47:53 +1100 Message-ID: <4d7dd86f1001130347k75ec7dcfhf6adf2a852210d89@mail.gmail.com> From: David N To: embedded@freebsd.org, FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Nanobsd Memory Backed Disks X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 12:19:07 -0000 I've been poking around /etc/rc.diskless and other rc's. I can't seem to find what script loads the md. Its not in /etc/fstab Does anyone know where it is? Also how does nanobsd load the /etc into the md? newfs + cpio? Regards David N