From b9a17ab98a7347d03a8b98207fe323327e48032d Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 4 Jul 2011 13:49:43 +0200 Subject: fix installer --- installer/tpl/installer.tpl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/tpl/installer.tpl.sh b/installer/tpl/installer.tpl.sh index 15ef6ce..d5ff629 100755 --- a/installer/tpl/installer.tpl.sh +++ b/installer/tpl/installer.tpl.sh @@ -197,9 +197,9 @@ umount /media/openslx-stick-usrhome $DEBUG_OUT rm -rf /media/openslx-stick* $DEBUG_OUT if [ "x$NO_USRHOME" != "xtrue" ]; then - ${SYSLINUX}/linux/syslinux --install -d /boot -f /dev/${OUT_DEV}2 + ${TMP_DIR}/bin/syslinux --install -d /boot -f /dev/${OUT_DEV}2 else - ${SYSLINUX}/linux/syslinux --install -d /boot -f /dev/${OUT_DEV}1 + ${TMP_DIR}/bin/syslinux --install -d /boot -f /dev/${OUT_DEV}1 fi unset_quiet -- cgit v1.2.3-55-g7522