-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] No space left on device (28) #220
Comments
after changing https://github.com/OpenVoiceOS/ovos-buildroot/blob/24a7b5beb1ceb5eb1753446ecc9c03ee05bf2c53/buildroot-external/scripts/post-build.sh#L99
|
You are using teh VFS driver on your system instead of the overlayfs. I am currently working on building host podman/skopeo/jq tools to account for this. As a possible quickfix you could create/add the below file in the directory of your build host system ~/.config/containers/storage.conf |
I'll hold off making a pull request for the image creation "homefs.ext4" size as just making it 20GB is kinda over kill (and it seems to shrink it down to the sized used after it's finished copying) |
Towards the end of the make rpi3_64 command I get hit with this, I have plenty of disk space, just the loop back image seems full.
I can try expanding the image and running make again (not savy enough to know if it would pick up from where it was)
The text was updated successfully, but these errors were encountered: