summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranz Dietrich2011-08-27 11:45:16 +0200
committerFranz Dietrich2011-08-27 11:45:16 +0200
commit291dd6dfd83e41261151ed857be0c5a8e0c77200 (patch)
treedaa1a488effaec631c56333e41f20fefb1fb4fc7
parentMerge branch 'master' of git://git.openslx.org/openslx-ng/usb-boot-stick (diff)
parentfix installer (diff)
downloadusb-boot-stick-291dd6dfd83e41261151ed857be0c5a8e0c77200.tar.gz
usb-boot-stick-291dd6dfd83e41261151ed857be0c5a8e0c77200.tar.xz
usb-boot-stick-291dd6dfd83e41261151ed857be0c5a8e0c77200.zip
Merge branch 'master' of openslx.org:openslx-ng/usb-boot-stick
-rwxr-xr-xinstaller/tpl/installer.tpl.sh4
1 files 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