diff options
author | Sebastian Schmelzer | 2011-07-04 13:49:43 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2011-07-04 13:49:43 +0200 |
commit | b9a17ab98a7347d03a8b98207fe323327e48032d (patch) | |
tree | 6e18213238fb053df004682a8160121131653dda | |
parent | env fixes .. (diff) | |
download | usb-boot-stick-b9a17ab98a7347d03a8b98207fe323327e48032d.tar.gz usb-boot-stick-b9a17ab98a7347d03a8b98207fe323327e48032d.tar.xz usb-boot-stick-b9a17ab98a7347d03a8b98207fe323327e48032d.zip |
fix installer
-rwxr-xr-x | installer/tpl/installer.tpl.sh | 4 |
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 |