<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18813">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I'm not sure exactly where this should goto, 
however the websites all say that this is the best place to report.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I have been building an haiku interface using the 
files as they are on the websites, and the homeguy iso.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>There are two bugs in the iso there.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Firstly the image doesn't have a .disk directory. 
Subsequently when casper executes the script that invokes apt-cdrom -m add, it 
sits there silently waiting for someone to enter a "disk name". Of course 
because at this point in the boot there is no stdout, noone sees this, and you 
just sit there assuming that your live cd is broken (until you&nbsp; 
accidentally munge the keyboard hitting enter at some point as i 
did).</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Secondly, the file conf-setup/01-mip6.sh is 
incorrect.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Where it is checking to see if [ $CUR_PREF == 1 ], 
this is a string comparison, which may work in bash, but certainly won't in this 
script - </FONT><FONT size=2 face=Arial>subsequently, you get two interface 
definitions, and none of the template in the resulting config file.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>This can be corrected by doing a straight 
substitution&nbsp; s/==/-eq/</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I have included the appropriate fix for the .disk 
function</FONT></DIV>
<DIV><FONT size=2 face=Arial>(The info file is just a generic string which is 
inserted in sources.list, the uuid is generated by uuidgen)</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Regards</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Stuart Harland</FONT></DIV></BODY></HTML>