use systemd for boot
This commit is contained in:
parent
c0540e8539
commit
3e84f8680d
|
@ -38,6 +38,9 @@ in
|
||||||
# we want to be able to do a memtest
|
# we want to be able to do a memtest
|
||||||
boot.loader.systemd-boot.memtest86.enable = true;
|
boot.loader.systemd-boot.memtest86.enable = true;
|
||||||
|
|
||||||
|
# use systemd early
|
||||||
|
boot.initrd.systemd.enable = true;
|
||||||
|
|
||||||
# setup the console stuff early
|
# setup the console stuff early
|
||||||
console.earlySetup = true;
|
console.earlySetup = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue