X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E4085DC008C for ; Thu, 27 Jun 2013 07:32:22 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 257CD20EF1 for ; Thu, 27 Jun 2013 03:32:22 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute4.internal (MEProxy); Thu, 27 Jun 2013 03:32:22 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id; s= smtpout; bh=bhFIS2mW+fPFJvuBXN3PXSSU+tw=; b=RqE6AbQAcA4Tocc3U8BP +HWggpP8anr5mFJDF23jAp48p8I4NJexjmCsRdebgqZfBju+APoI3rxfrxZTvYVp msDbdA/5XJKavR9yGTki6qeX4Rgn6lBuBuIIEdPl8m9KwkSB7MDv7xTNjmUD6LsE 2Hys00/yeeHwJp0dJHCKX7M= X-Sasl-enc: eh3SQ/KCtcUY7FgZ3bd6os82ezxiLr9O4kmdcKWO9O0P 1372318341 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id DDC89680481 for ; Thu, 27 Jun 2013 03:32:21 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 0/8] Refinements and fixes for syslinux Date: Thu, 27 Jun 2013 03:32:13 -0400 Message-Id: X-Mailer: git-send-email 1.8.3.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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. 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(-) -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---