From owner-cvs-all@FreeBSD.ORG Mon Jul 23 10:18:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD02B16A418; Mon, 23 Jul 2007 10:18:50 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 7BD3D13C468; Mon, 23 Jul 2007 10:18:50 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id EFE65A145; Mon, 23 Jul 2007 06:01:09 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 23 Jul 2007 06:01:09 -0400 X-Sasl-enc: QsPGAQBVAaB+76XkEYmtYgyTPH8qiJ4NqMjOALNOPnMN 1185184869 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 319EF31C8; Mon, 23 Jul 2007 06:01:09 -0400 (EDT) Message-ID: <46A47C62.10507@incunabulum.net> Date: Mon, 23 Jul 2007 11:01:06 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: cvs-all@FreeBSD.org References: <200707230710.l6N7AHd8008351@repoman.freebsd.org> In-Reply-To: <200707230710.l6N7AHd8008351@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 10:18:50 -0000 Bruce Evans wrote: > bde 2007-07-23 07:10:17 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Make using msdosfs as the root file system sort of work: > In case anyone is wondering 'Why the hell would anyone wish to do this?' consider the case of various embedded systems and small devices where the medium is pre-formatted as MS-DOS. or where the format on the medium is tied to MS-DOS for other reasons. And it'll also let you boot FreeBSD from your digital camera if your hard disk fails. regards, BMS