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 76DA4DC6BFA for ; Fri, 28 Jun 2013 14:43:56 +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 C2CDABC2AB0; Fri, 28 Jun 2013 14:43:55 +0000 (UTC) Date: Fri, 28 Jun 2013 16:40:57 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 3/8] main/syslinux: use more specific LINUX (instead of KERNEL) for kernels Message-ID: <20130628164057.1cb040d2@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:16 -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 e46eadf..014df1b 100755 > --- a/main/syslinux/update-extlinux > +++ b/main/syslinux/update-extlinux > @@ -124,7 +124,7 @@ for kernel in $(find /boot -name "vmlinuz-*" -type f); do > echo " MENU DEFAULT" >> $conf.new > fi > echo " MENU LABEL Linux $tag" >> $conf.new > - echo " KERNEL $(basename $kernel)" >> $conf.new > + echo " LINUX $(basename $kernel)" >> $conf.new > if [ -f "/boot/initramfs-$tag" ]; then > everbose "Found initramfs: /boot/initramfs-$tag" > echo " INITRD initramfs-$tag" >> $conf.new ACK -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---