Files
nixpkgs/nixos/modules/virtualisation
Raito Bezarius 610f60231f nixos/qemu-vm: introduce virtualisation.directBoot
As with many things, we have scenarios where we don't want to boot on a
disk / bootloader and also we don't want to boot directly.

Sometimes, we want to boot through an OptionROM of our NIC, e.g. netboot
scenarios or let the firmware decide something, e.g. UEFI PXE (or even
UEFI OptionROM!).

This is composed of:

- `directBoot.enable`: whether to direct boot or not
- `directBoot.initrd`: enable overriding the
  `config.system.build.initialRamdisk` defaults, useful for
  netbootRamdisk for example.

This makes it possible.
2023-06-09 14:51:18 +02:00
..
2023-06-01 13:46:53 -04:00
2023-01-31 03:31:05 +00:00
2022-12-17 19:31:14 -05:00
2023-06-05 19:14:01 +03:00
2022-12-17 19:31:14 -05:00
2023-05-10 21:51:26 +02:00