cosa buildextend-live script bind-mounts current directory into the VM, so workdir path must exist in the VM, otherwise it would attempt to create a new dir for it.
This fixes
mkdir: cannot create directory
'/sysroot/ostree/deploy/scos/deploy/deadbeef//workspace': Read-only file
system
cosa buildextend-live
script bind-mounts current directory into the VM, so workdir path must exist in the VM, otherwise it would attempt to create a new dir for it.This fixes
in
cosa-buildextend
task