* Doh.
svn path=/nixos/trunk/; revision=23748
This commit is contained in:
parent
c1295661c4
commit
f99e42cfbc
@ -113,15 +113,12 @@ let
|
|||||||
|
|
||||||
virtualisation.useBootLoader =
|
virtualisation.useBootLoader =
|
||||||
mkOption {
|
mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
If enabled, the virtual machine will be booted using the
|
If enabled, the virtual machine will be booted using the
|
||||||
regular boot loader (i.e., GRUB 1 or 2). This allows
|
regular boot loader (i.e., GRUB 1 or 2). This allows
|
||||||
testing of the boot loader. However, it does not
|
testing of the boot loader. If
|
||||||
guarantee that your NixOS configuration will boot
|
|
||||||
successfully on the host hardware, because the hardware
|
|
||||||
and boot loader configuration in the VM are different. If
|
|
||||||
disabled (the default), the VM directly boots the NixOS
|
disabled (the default), the VM directly boots the NixOS
|
||||||
kernel and initial ramdisk, bypassing the boot loader
|
kernel and initial ramdisk, bypassing the boot loader
|
||||||
altogether.
|
altogether.
|
||||||
|
Loading…
Reference in New Issue
Block a user