From 50dd91718f693e0a28cba1f56d2e5c4536bedfce Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 26 Apr 2009 17:58:40 +0200 Subject: [PATCH] 'fixed chrooting' --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index b5956e56a..403bf342b 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2129,7 +2129,7 @@ dosyslinux() { cp ${TEMPDIR}/syslinux.cfg ${DESTDIR}/boot/syslinux.cfg cat ${MBR} > ${ROOTDEV} chroot_mount - chroot /usr/bin/syslinux -o offset $bootdev >$LOG 2>&1 + chroot $DESTDIR /usr/bin/syslinux -o offset $bootdev >$LOG 2>&1 if [ $? -gt 0 ]; then chroot_umount DIALOG --msgbox "Error installing SYSLINUX. (see $LOG for output)" 0 0