[SCM] debian-live/live-helper branch, master, updated. 1.0_a27-1-55-g8049aeb
Daniel Baumann
daniel at debian.org
Tue Sep 25 16:25:04 UTC 2007
The branch, master has been updated
via 8049aeb02414bc87c75041e83241817d29653f4f (commit)
from 52ab1c4b26719fff822cf72a7388e7abdcd23a07 (commit)
- Shortlog ------------------------------------------------------------
8049aeb syslinux: fix menu label usage for normal live boot
Summary of changes:
helpers/lh_binary_syslinux | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 8049aeb02414bc87c75041e83241817d29653f4f
Author: Otavio Salvador <otavio at ossystems.com.br>
Date: Mon Sep 24 20:09:18 2007 -0300
syslinux: fix menu label usage for normal live boot
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index b2ad8ae..3f8cb40 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -287,7 +287,7 @@ DEFAULT_FLAVOUR="$(echo ${LH_LINUX_FLAVOURS} | awk '{ print $1 }')"
DEFAULT_KERNEL="$(basename chroot/boot/vmlinuz-*${DEFAULT_FLAVOUR})"
DEFAULT_INITRD="initrd.img-$(echo ${DEFAULT_KERNEL} | sed -e 's/vmlinuz-//')"
-Syslinux_live_entry "live" "${LH_SYSLINUX_MENU_LH_ENTRY}" "${DEFAULT_KERNEL}" "${DEFAULT_INITRD}"
+Syslinux_live_entry "live" "${LH_SYSLINUX_MENU_LIVE_ENTRY}" "${DEFAULT_KERNEL}" "${DEFAULT_INITRD}"
Syslinux_live_entry "live-failsafe" "${LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY}" "${DEFAULT_KERNEL}" "${DEFAULT_INITRD}" "${FAILSAFE}"
if [ "$(echo ${LH_LINUX_FLAVOURS} | wc -w)" -gt "1" ]
--
debian-live/live-helper
More information about the debian-live-changes
mailing list