virtualisation.xen.efi.bootBuilderVerbosity
The EFI boot entry builder script should be called with exactly one of the following arguments in order to specify its verbosity:
-
quietsupresses all messages. -
defaultadds a simple "Installing Xen Project Hypervisor boot entries...done." message to the script. -
infois the same asdefault, but it also prints a diff with information on which generations were altered.- This option adds two extra dependencies to the script:
diffutilsandbat.
- This option adds two extra dependencies to the script:
-
debugprints information messages for every single step of the script.
This option does not alter the actual functionality of the script, just the number of messages printed when rebuilding the system.
- Type
one of "default", "info", "debug", "quiet"- Default
"default"- Example
"info"- Declared
- <nixpkgs/nixos/modules/virtualisation/xen-dom0.nix>