X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id E1A95DC0091 for ; Fri, 28 Jun 2013 14:40:30 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 32ADCBC2A9C; Fri, 28 Jun 2013 14:40:30 +0000 (UTC) Date: Fri, 28 Jun 2013 16:40:26 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 2/8] main/syslinux: use more specific COM32 (instead of KERNEL) for mboot.c32 Message-ID: <20130628164026.36122e37@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 27 Jun 2013 03:32:15 -0400 Dubiousjim wrote: > --- > main/syslinux/update-extlinux | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/main/syslinux/update-extlinux b/main/syslinux/update-extlinux > index 2b980a9..e46eadf 100755 > --- a/main/syslinux/update-extlinux > +++ b/main/syslinux/update-extlinux > @@ -105,7 +105,7 @@ if [ -f "/boot/xen.gz" ]; then > echo " MENU DEFAULT" >> $conf.new > fi > echo " MENU LABEL Xen + Linux $tag" >> $conf.new > - echo " KERNEL mboot.c32" >> $conf.new > + echo " COM32 mboot.c32" >> $conf.new > echo " APPEND xen.gz $xen_opts --- $(basename $kernel) root=$root modules=${modules}${TYPE:+,$TYPE} $default_kernel_opts --- $initramfs" >> $conf.new > echo "" >> $conf.new > lst=$(($lst + 1)) looks good to me. I'll apply unless someone NACK it. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---