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 0F343DC0091 for ; Fri, 28 Jun 2013 14:35:54 +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 42DDCBC2AB4; Fri, 28 Jun 2013 14:35:52 +0000 (UTC) Date: Fri, 28 Jun 2013 16:35:49 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 0/8] Refinements and fixes for syslinux Message-ID: <20130628163549.69d54b33@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:13 -0400 Dubiousjim wrote: > I wrote to the list about these patches a few months ago ("some patches for > syslinux/update-extlinux", 13 March), but it got lost in the noise. No worries. Sorry about that. > Enclosed are some bugfixes and (mostly) some extensions/refinements for our > update-extlinux scripts. > > I've been using these patches in practice on my laptop for many months and have > had no difficulties with them. There's nothing fancy here; one just has to be > on top of the syslinux docs (for example, at > http://www.syslinux.org/wiki/index.php/SYSLINUX and at > http://www.syslinux.org/wiki/index.php/Comboot/menu.c32). > > > Dubiousjim (8): > main/syslinux: fix/refactor initramfs > main/syslinux: use more specific COM32 (instead of KERNEL) for > mboot.c32 > main/syslinux: use more specific LINUX (instead of KERNEL) for kernels > main/syslinux: reorganize menu layout > main/syslinux: add reboot entry > main/syslinux: add Hardware Detection Tool entry > main/syslinux: don't create backup when no changes > main/syslinux: hooks for bootloader password > > main/syslinux/APKBUILD | 1 + > main/syslinux/update-extlinux | 76 ++++++++++++++++++++++++++++---------- > main/syslinux/update-extlinux.conf | 9 +++++ > 3 files changed, 66 insertions(+), 20 deletions(-) > Looks good in general. Maybe William (original author) has comments? If not I think I'll just apply. btw, I'd like a --root or --basedir option so it could be run on a separate root. (to be used with isolinux when generating the iso image) (We'd still want make it easy to enable serial support, maybe just uncomment a line or so) -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---