You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
disko-install supports this. Is this enough for your usecase?
disko-install needs to evaluate a flake to change the disk at a build time. I want to change disk at a runtime without evaluating anything like in the linked example
Basically this, but without hacks:
https://gitlab.com/misuzu/nixos-unattended-install-iso/-/blob/f5031c0b633b0f3c22986ba2f9df047d42d4f2ea/disko.nix#L5
https://gitlab.com/misuzu/nixos-unattended-install-iso/-/blob/f5031c0b633b0f3c22986ba2f9df047d42d4f2ea/iso.nix#L37
Maybe add support for something like
--disk main /dev/sda
tosystem.build.diskoScript
and friends?The text was updated successfully, but these errors were encountered: