don't use systemd early to fix bcachefs mounting

This commit is contained in:
Christoph Cullmann 2025-05-04 17:30:46 +02:00
parent 78c1ebdd93
commit aff8cd2835
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -117,8 +117,8 @@ in
# we want to be able to do a memtest
boot.loader.systemd-boot.memtest86.enable = true;
# use systemd early
boot.initrd.systemd.enable = true;
# don't use systemd early to fix bcachefs mounting
boot.initrd.systemd.enable = false;
# setup the console stuff early
console.earlySetup = true;