From 86726af9f5e7873d6cdbbe108fae1c41b1b67db0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:09 +0200 Subject: Adding live-helper 1.0~a11-1. --- helpers/lh_binary_memtest | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'helpers/lh_binary_memtest') diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest index eedc0547b..a96dbc538 100755 --- a/helpers/lh_binary_memtest +++ b/helpers/lh_binary_memtest @@ -82,7 +82,18 @@ case "${LIVE_BINARY_IMAGES}" in ;; usb-hdd|hdd) - DESTDIR="binary/live" + # Workaround for syslinux (<< 3.36) which doesn't support long file/path names + if [ "${LIVE_DISTRIBUTION}" = "etch" ] || [ "${LIVE_DISTRIBUTION}" = "lenny" ] + then + if [ "${LIVE_BOOTLOADER}" = "syslinux" ] + then + DESTDIR="binary" + else + DESTDIR="binary/live" + fi + else + DESTDIR="binary/live" + fi ;; esac -- cgit v1.2.3