avec un disque de boot c'est mieux ?

cephiroth-v3
Lzebulon 2026-01-26 22:05:31 +01:00
parent f45f8973d4
commit d56fd3053b
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@
boot.loader.grub.mirroredBoots = [ boot.loader.grub.mirroredBoots = [
{ {
devices = [ "nodev" ]; devices = ["/dev/sdi"];
path = "/boot";
}
{
devices = [ "/dev/sdj" ];
path = "/boot-fallback"; path = "/boot-fallback";
} }
]; ];