Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_7_branch/usb-install/usb-install.cmd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2925 by niro, Tue Nov 3 14:26:29 2015 UTC revision 2926 by niro, Thu Jan 21 14:38:21 2016 UTC
# Line 26  if not "%QUESTION%" == "yes" goto aborte Line 26  if not "%QUESTION%" == "yes" goto aborte
26  if not exist %DRIVE% goto notexist  if not exist %DRIVE% goto notexist
27    
28  echo Formating Disk: %DRIVE% ...  echo Formating Disk: %DRIVE% ...
29  format %DRIVE% /FS:FAT32 /Q /Y >nul || goto error  format %DRIVE% /FS:FAT32 /V:ALX /Q /Y >nul || goto error
30  echo Writing bootloader ...  echo Writing bootloader ...
31  syslinux -a -m -i %DRIVE% >nul || goto error  syslinux -a -m -i %DRIVE% >nul || goto error
32  echo Copying files ...  echo Copying files ...

Legend:
Removed from v.2925  
changed lines
  Added in v.2926