From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: Re: -xen config... Date: Mon, 19 Dec 2005 09:58:54 +0100 Message-ID: <43A6764E.9060300@suse.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: James Harper , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: >> Is there any reason that ext2 is set as 'y' while ext3 is set >> as 'm'? It seems to me that they (and the other 'common' >> filesystems) should be the same... > > I agree this is pretty odd. The -xen config was based on one for a > distro kernel, so I think it's standard practice. Bootstrapping issue: suse did it that way because the initrd loading driver and filesystem modules used to be ext2-formated ramdisk. These days initramfs is used instead, probably suse comes with ext2 being modular soon ;) cheers, Gerd