diff options
author | Franz Dietrich | 2011-08-27 11:45:16 +0200 |
---|---|---|
committer | Franz Dietrich | 2011-08-27 11:45:16 +0200 |
commit | 291dd6dfd83e41261151ed857be0c5a8e0c77200 (patch) | |
tree | daa1a488effaec631c56333e41f20fefb1fb4fc7 | |
parent | Merge branch 'master' of git://git.openslx.org/openslx-ng/usb-boot-stick (diff) | |
parent | fix installer (diff) | |
download | usb-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-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 |