Jan Hlodan wrote: > Hello, > > I wonder to known, if the Distribution Constructor can create just iso > image (without usb image)? > I tried to remove "create usb" script from manifest, but it didn't help. > The build failed. > > <script name="/usr/share/distro_const/create_usb"> > <checkpoint > name="usb" > message="USB image > creation"/> > </script> >
You should be able to just comment out that script block (or delete it) and it should work. Does it fail validation, or fail during the build? Dave