fixed usb booting
parent
d3ccf91ddc
commit
701d872744
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
INCLUDE isolinux.cfg
|
||||||
Loading…
Reference in New Issue