boot.initrd.services.swraid -> boot.swraid

Since the option affects both stage-1 and stage-2, it does not make
sense to keep it within the boot.initrd namespace.
This commit is contained in:
Linus Heckemann 2023-07-10 20:20:08 +02:00
parent 0b277bcc2b
commit c0f963a338
6 changed files with 39 additions and 30 deletions

View file

@ -534,7 +534,7 @@ EOF
}
}
if ($useSwraid) {
push @attrs, "boot.initrd.services.swraid.enable = true;\n\n";
push @attrs, "boot.swraid.enable = true;\n\n";
}