disko icon indicating copy to clipboard operation
disko copied to clipboard

add in-place mode for installation on hosts with small RAM

Open wucke13 opened this issue 5 months ago • 3 comments

I found myself in a position to provision a vhost that can't physically fit its entire store in RAM. It was not practical to push the pre-build image to that host. The host only has one disk, which is the install disk.

Under these circumstances, I see no other way but to use the target disk in-place for the fetching of all packages (instead of pref-etching to the install images tmpfs backed /nix/store).

wucke13 avatar Sep 26 '25 20:09 wucke13

Just for context - how small is your RAM where this is necessary?

ophilli avatar Nov 08 '25 05:11 ophilli

2 gigabyte in that case

wucke13 avatar Nov 08 '25 09:11 wucke13

I assume you are talking about disko-install?

Mic92 avatar Nov 08 '25 21:11 Mic92