mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/console: inird -> initrd
This commit is contained in:
parent
0ad99dd32e
commit
b29e3bb892
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ in
|
|||
];
|
||||
})
|
||||
|
||||
(mkIf (cfg.earlySetup && !config.boot.inird.systemd.enable) {
|
||||
(mkIf (cfg.earlySetup && !config.boot.initrd.systemd.enable) {
|
||||
boot.initrd.extraUtilsCommands = ''
|
||||
mkdir -p $out/share/consolefonts
|
||||
${if substring 0 1 cfg.font == "/" then ''
|
||||
|
|
Loading…
Reference in a new issue