﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
297	syslinux doesn't seem to work through NFS	Bruno Cornec	Bruno Cornec	"When using mondoarchive through NFS for -T and -S, mindi is called with temp files created through NFS as well.

syslinux called in mindi then hang (Status D) as here:
{{{
root     30894  0.0  0.0  2612  604 pts/4    D+   19:11   0:00 mattrib -h -r -s s:ldlinux.sys
}}}

A workaround in mindi consist in launching syslinux on a local disk before copying it on NFS.

mindi 2.0.4 line 1692:

Change 
{{{
        syslinux $imagefile >> $LOGFILE 2>> $LOGFILE
}}}
into 
{{{
        mv $imagefile /tmp/$imagefile
        syslinux /tmp/$imagefile >> $LOGFILE 2>> $LOGFILE
        mv /tmp/$imagefile $imagefile
}}}
"	defect	closed	normal	2.2.8	mindi	2.2.7	blocker	fixed		
