fixed usb booting

pull/5/head
Tomas M 2012-09-04 13:07:06 -05:00
parent d3ccf91ddc
commit 701d872744
2 changed files with 3 additions and 2 deletions

View File

@ -30,11 +30,11 @@ if %OS% == Windows_NT goto setupNT
goto setup95 goto setup95
:setupNT :setupNT
\boot\syslinux.exe -maf -d /boot/syslinux %DISK%: \boot\syslinux.exe -maf -d /boot/ %DISK%:
goto setupDone goto setupDone
:setup95 :setup95
\boot\syslinux.com -maf -d /boot/syslinux %DISK%: \boot\syslinux.com -maf -d /boot/ %DISK%:
:setupDone :setupDone
echo Installation finished. echo Installation finished.

View File

@ -0,0 +1 @@
INCLUDE isolinux.cfg