dr.dragonfire
12-14-2007, 05:46 PM
There is a slight error in the make_iso.bat file
You should replace
slax\tools\WIN\mkisofs.exe @slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
by
bt3\tools\WIN\mkisofs.exe @bt3\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
One might also want to replace the CD Lable by changing
set CDLABEL=SLAX
to
set CDLABEL=BT3
Hope this helps creating the iso on Windows Machines...
Dr.Dragonfire
You should replace
slax\tools\WIN\mkisofs.exe @slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
by
bt3\tools\WIN\mkisofs.exe @bt3\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
One might also want to replace the CD Lable by changing
set CDLABEL=SLAX
to
set CDLABEL=BT3
Hope this helps creating the iso on Windows Machines...
Dr.Dragonfire