fixed usb booting
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user