My boot partition is 512 MiB big. Here's what I did (I think, I was fiddling with my VM so I wasn't really paying attention...):
- Installed our alpha image
- Installed linux-lts and linux-gaming
sudo moss repo add unstable https://cdn.aerynos.dev --root-index channel=main,version=stream/unstable -p 0
moss up
Error: remove: remove: client: boot: blsforme: bootloader error: io: copy changed files: failed to create directory `/mnt/EFI/aerynos/7.1.8-27.gaming`: No space left on device (os error 28): failed to create directory `/mnt/EFI/aerynos/7.1.8-27.gaming`: No space left on device (os error 28)
Fine, I'll remove kernels.
moss rm linux-lts
Same error.
Comment
Basically, moss won't remove kernels if the EFI partition is full, so I think the user is stuck in this loop. I think moss should just remove the kernel packages, so that the user can eventually run moss boot sync to get out of this loop.
My boot partition is 512 MiB big. Here's what I did (I think, I was fiddling with my VM so I wasn't really paying attention...):
sudo moss repo add unstable https://cdn.aerynos.dev --root-index channel=main,version=stream/unstable -p 0moss upFine, I'll remove kernels.
moss rm linux-ltsSame error.
Comment
Basically,
mosswon't remove kernels if the EFI partition is full, so I think the user is stuck in this loop. I thinkmossshould just remove the kernel packages, so that the user can eventually runmoss boot syncto get out of this loop.