From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yu Zhiguo Subject: Re: [PATCH] Don't attach needless options when launch pygrub Date: Thu, 15 Jul 2010 13:03:19 +0800 Message-ID: <4C3E9697.7070409@cn.fujitsu.com> References: <4C3D55F8.9010303@cn.fujitsu.com> <1279090052.13417.16.camel@localhost.localdomain> <4C3D6755.3020400@cn.fujitsu.com> <1279095028.24714.186.camel@zakaz.uk.xensource.com> <4C3E843A.9070008@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4C3E843A.9070008@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Zhigang Wang Cc: Ian Campbell , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, Zhigang Wang wrote: >> >> It looks like --ramdisk (and the associated plumbing through xend) may >> in fact be useless at this time. I'd say it is harmless to plumb it >> through for consistency though -- perhaps in the future pygrub (or >> another bootloader) might want to use it. >> > > Yes. Please don't remove --kernel/--ramdisk: pygrub is not the only pv guest > bootloader. > > Here is a pv guest boot loader we are using which grab vmlinuz/initrd from > network. It uses --kernle/--ramdisk parameters. > I made a mistake here, sorry for that. I committed another patch and just ignore the kernel path check of Dom0 in 'xm create' when use bootloader, it works well. -- Regards Yu Zhiguo > Thanks, > > Zhigang