iximiuz / docker-to-linux

Make bootable Linux disk image (ab)using Docker
https://iximiuz.com/en/posts/from-docker-container-to-bootable-linux-disk-image/
659 stars 92 forks source link

rm dist.dir isn't working #24

Open lookfirst opened 2 years ago

lookfirst commented 2 years ago

This is so weird, at the very end of the build (make ubuntu), something is calling rm ubuntu.dir (and failing), but I can't figure out what! Any ideas?

rm ubuntu.dirmake: unlink: ubuntu.dir: Operation not permitted
 ubuntu.tar
iximiuz commented 2 years ago

Thanks for the report! What platform did you use (macOS, Linux, ARM or x86 etc.) when this error appeared?

lookfirst commented 2 years ago

osx, m1

aaroncarlucci commented 2 years ago

I'm also experiencing this when trying out the tool on Ubuntu x86_64.