Revert "grub: removed orphaned mkOption configurationName"
The configurationName option value is still used by NixOS, this removal breaks grub users. This reverts commit bd811d32b4b194b9e551a66069641a76bd8eab58.
This commit is contained in:
parent
0dc4edd90a
commit
4061c18c98
@ -86,6 +86,15 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configurationName = mkOption {
|
||||||
|
default = "";
|
||||||
|
example = "Stable 2.6.21";
|
||||||
|
type = types.str;
|
||||||
|
description = ''
|
||||||
|
GRUB entry name instead of default.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
extraPrepareConfig = mkOption {
|
extraPrepareConfig = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user