minimal icon indicating copy to clipboard operation
minimal copied to clipboard

can't build the iso.

Open Ghodawalaaman opened this issue 3 years ago • 1 comments
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

Ghodawalaaman avatar Aug 19 '22 15:08 Ghodawalaaman

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.

ivandavidov avatar Aug 19 '22 15:08 ivandavidov