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 2892 by niro, Wed May 15 12:06:33 2013 UTC revision 2893 by niro, Tue Nov 3 14:19:13 2015 UTC
# Line 37  if exist syslinux.cfg ( Line 37  if exist syslinux.cfg (
37   echo syslinux.cfg not found   echo syslinux.cfg not found
38   goto error   goto error
39  )  )
40  if exist ..\livecdrootfs.sqsh (  
41   echo -   ..\livecdrootfs.sqsh  md %DRIVE%\LiveOS
42   copy ..\livecdrootfs.sqsh %DRIVE%\ >nul || goto error  if exist ..\LiveOS\squashfs.img (
43     echo -   ..\LiveOS\squashfs.img
44     copy ..\LiveOS\squashfs.img %DRIVE%\LiveOS >nul || goto error
45  ) else (  ) else (
46   echo ..\livecdrootfs.sqsh not found   echo ..\LiveOS\squashfs.img not found
47   goto error   goto error
48  )  )
49    

Legend:
Removed from v.2892  
changed lines
  Added in v.2893