fixed usb booting
parent
d3ccf91ddc
commit
701d872744
|
|
@ -30,11 +30,11 @@ if %OS% == Windows_NT goto setupNT
|
|||
goto setup95
|
||||
|
||||
:setupNT
|
||||
\boot\syslinux.exe -maf -d /boot/syslinux %DISK%:
|
||||
\boot\syslinux.exe -maf -d /boot/ %DISK%:
|
||||
goto setupDone
|
||||
|
||||
:setup95
|
||||
\boot\syslinux.com -maf -d /boot/syslinux %DISK%:
|
||||
\boot\syslinux.com -maf -d /boot/ %DISK%:
|
||||
|
||||
:setupDone
|
||||
echo Installation finished.
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
INCLUDE isolinux.cfg
|
||||
Loading…
Reference in New Issue