Improve the documentation of `generationsDir'.
svn path=/nixos/trunk/; revision=25718
This commit is contained in:
parent
ebb8f55a10
commit
0513b31f73
@ -12,8 +12,18 @@ let
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable the simple preparation of symlinks to the system
|
Whether to create symlinks to the system generations under
|
||||||
generations in /boot.
|
<literal>/boot</literal>. When enabled,
|
||||||
|
<literal>/boot/default/kernel</literal>,
|
||||||
|
<literal>/boot/default/initrd</literal>, etc., are updated to
|
||||||
|
point to the current generation's kernel image, initial RAM
|
||||||
|
disk, and other bootstrap files.
|
||||||
|
|
||||||
|
This optional is not necessary with bootloads such as GNU GRUB
|
||||||
|
for which the menu is updated to point to the latest bootstrap
|
||||||
|
files. However, it is needed for U-Boot on platforms where the
|
||||||
|
boot command line is stored in flash memory rather than in a
|
||||||
|
menu file.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user