slax fixup
parent
f8a345e8d2
commit
3192c00bc4
|
|
@ -53,12 +53,12 @@ if %OS% == Windows_NT goto setupNT
|
||||||
goto setup95
|
goto setup95
|
||||||
|
|
||||||
:setupNT
|
:setupNT
|
||||||
\linux\boot\syslinux.exe -maf -d /linux/boot/ %DISK%:
|
\slax\boot\syslinux.exe -maf -d /slax/boot/ %DISK%:
|
||||||
if %ERRORLEVEL% == 0 goto setupDone
|
if %ERRORLEVEL% == 0 goto setupDone
|
||||||
goto errorFound
|
goto errorFound
|
||||||
|
|
||||||
:setup95
|
:setup95
|
||||||
\linux\boot\syslinux.com -maf -d /linux/boot/ %DISK%:
|
\slax\boot\syslinux.com -maf -d /slax/boot/ %DISK%:
|
||||||
if %ERRORLEVEL% == 0 goto setupDone
|
if %ERRORLEVEL% == 0 goto setupDone
|
||||||
goto errorFound
|
goto errorFound
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ goto pauseit
|
||||||
:refuseDisk
|
:refuseDisk
|
||||||
color 4F
|
color 4F
|
||||||
echo.
|
echo.
|
||||||
echo Directory %DISK%:\linux\boot\ seems to be on the same physical disk as your Windows.
|
echo Directory %DISK%:\slax\boot\ seems to be on the same physical disk as your Windows.
|
||||||
echo Installing bootloader would harm your Windows and thus is disabled.
|
echo Installing bootloader would harm your Windows and thus is disabled.
|
||||||
echo Please use different drive and try again.
|
echo Please use different drive and try again.
|
||||||
goto pauseit
|
goto pauseit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue