--- trunk/mlivecdbuild/profiles/alx-0_7_branch/usb-install/usb-install.cmd 2015/07/31 11:40:56 2892 +++ trunk/mlivecdbuild/profiles/alx-0_7_branch/usb-install/usb-install.cmd 2015/11/03 14:19:13 2893 @@ -37,11 +37,13 @@ echo syslinux.cfg not found goto error ) -if exist ..\livecdrootfs.sqsh ( - echo - ..\livecdrootfs.sqsh - copy ..\livecdrootfs.sqsh %DRIVE%\ >nul || goto error + +md %DRIVE%\LiveOS +if exist ..\LiveOS\squashfs.img ( + echo - ..\LiveOS\squashfs.img + copy ..\LiveOS\squashfs.img %DRIVE%\LiveOS >nul || goto error ) else ( - echo ..\livecdrootfs.sqsh not found + echo ..\LiveOS\squashfs.img not found goto error )