X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0AEA2DC01FF for ; Sat, 29 Jun 2013 20:41:34 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 05B99210AE for ; Sat, 29 Jun 2013 16:41:30 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute5.internal (MEProxy); Sat, 29 Jun 2013 16:41:30 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id; s= smtpout; bh=Q2tsHgY9jhM8qEwycGH0QZae/TU=; b=kJg1/mQq0On0L02n8n8E icQhezS34QVd1ZowJk5CWv15h1mC/9ZF7kCrYUHcURU/ZR/zfEfz5SjyzRbru+ek LYrplcFJbQQcQ54hCudWI6M7bJ99Po6bhIoOarLvHcN2/1YfgNcZ4tvdIjqYXURB cPi5cuCiTbpdEedOzXzjkdk= X-Sasl-enc: J/XQJO+gUP853QpeE6heGQQgN+4JY1WuRuuAtiGSdkQr 1372538489 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id C7583680258 for ; Sat, 29 Jun 2013 16:41:29 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 0/9] Revised patches for syslinux Date: Sat, 29 Jun 2013 16:41:20 -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: This set of patches makes the changes Natanael suggested (use cmp instead of diff, eliminate the perl password utility), and bumps the pkgrel. Some of the commits are the same as before, but this whole set can replace what I sent earlier. Dubiousjim (9): 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: update checksums and bump pkgrel main/syslinux/APKBUILD | 14 +++---- main/syslinux/update-extlinux | 76 ++++++++++++++++++++++++++++---------- main/syslinux/update-extlinux.conf | 16 ++++++++ 3 files changed, 79 insertions(+), 27 deletions(-) -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---