Re: compiling root filesystem into kernel (preferably tmpfs root filesystem)

2009-04-09 Thread Travis Daygale
: compiling root filesystem into kernel (preferably tmpfs root filesystem) To: anti_spam...@yahoo.com Cc: freebsd-hackers@freebsd.org Date: Thursday, April 9, 2009, 12:55 PM Travis Daygale wrote: > I have built a root image that I put in the kernel as described in > the Nov 2006 post. ?My UFS root

Re: compiling root filesystem into kernel (preferably tmpfs root filesystem)

2009-04-09 Thread Travis Daygale
r --- On Sun, 4/5/09, David Naylor wrote: From: David Naylor Subject: Re: compiling root filesystem into kernel (preferably tmpfs root filesystem) To: "Travis Daygale" Cc: freebsd-hackers@freebsd.org Date: Sunday, April 5, 2009, 1:14 PM On Saturday 04 April 2009 21:52:14 Travis D

compiling root filesystem into kernel (preferably tmpfs root filesystem)

2009-04-04 Thread Travis Daygale
In both the loader and kernel compiling doc, I see snippets of information like this: #Make space in the kernel for a root filesystem on a md device.options MD_ROOT_SIZE=10 boot_dfltrootInstructs the kernel to mount the statically compiled-in root file system. My question is, how does one compi