Loader.conf mfs statements

2010-03-04 Thread Fbsd1

Tyring to understand what mfsbsd is doing.
In its loader.conf file i see these statements
geom_uzip_load=YES
mfs_load=YES
mfs_type=mfs_root
mfs_name-/mfsroot
tmpfs_laod=YES
vfs.root.mountfrom=ufs:/dev/mdo

Where do I find documentation on the meaning of these statements?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Loader.conf mfs statements

2010-03-04 Thread Daniel Bye
On Thu, Mar 04, 2010 at 09:48:27PM +0800, Fbsd1 wrote:
 Tyring to understand what mfsbsd is doing.
 In its loader.conf file i see these statements
 geom_uzip_load=YES
 mfs_load=YES
 mfs_type=mfs_root
 mfs_name-/mfsroot
 tmpfs_laod=YES
 vfs.root.mountfrom=ufs:/dev/mdo
 
 Where do I find documentation on the meaning of these statements?

loader.conf(5) and /boot/defaults/loader.conf

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Loader.conf mfs statements

2010-03-04 Thread Fbsd1

Daniel Bye wrote:

On Thu, Mar 04, 2010 at 09:48:27PM +0800, Fbsd1 wrote:

Tyring to understand what mfsbsd is doing.
In its loader.conf file i see these statements
geom_uzip_load=YES
mfs_load=YES
mfs_type=mfs_root
mfs_name-/mfsroot
tmpfs_laod=YES
vfs.root.mountfrom=ufs:/dev/mdo

Where do I find documentation on the meaning of these statements?


loader.conf(5) and /boot/defaults/loader.conf



All ready checked those sources before posting with no joy.
IE: your are wrong. Those sources have no info on the mfs* statements.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org