mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/qemu-vm: remove grub references from useBootLoader description
This commit is contained in:
parent
8ea8154a32
commit
003fec835c
1 changed files with 5 additions and 6 deletions
|
@ -775,12 +775,11 @@ in
|
||||||
default = false;
|
default = false;
|
||||||
description =
|
description =
|
||||||
lib.mdDoc ''
|
lib.mdDoc ''
|
||||||
If enabled, the virtual machine will be booted using the
|
Use a boot loader to boot the system.
|
||||||
regular boot loader (i.e., GRUB 1 or 2). This allows
|
This allows, among other things, testing the boot loader.
|
||||||
testing of the boot loader. If
|
|
||||||
disabled (the default), the VM directly boots the NixOS
|
If disabled, the kernel and initrd are directly booted,
|
||||||
kernel and initial ramdisk, bypassing the boot loader
|
forgoing any bootloader.
|
||||||
altogether.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue