minimal
minimal copied to clipboard
can't build the iso.
trafficstars
The build_minimal_linux_live.sh script failed when trying to make an uefi compatible iso. ERROR: mkdir: cannot create directory ‘~/programing/third_party/minimal/src/work/uefi/loader/entries’: No space left on device
EDIT: i have enough space on my device
You should run the build scripts one by one when you encounter any errors and try to figure out what went wrong. That's the whole idea of the project - to learn how the different pieces stick together. :)
Anyway, I guess your problem is on this line.
Try to increase the size of the image by replacing 65536 with 655360 (or try with a bigger number) and see if this resolves the issue.