Skip to content
Snippets Groups Projects
Commit bb625697 authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Merge branch '149.fix-boot-after' into 'develop'

Fix HRO storage003 boot and remove unnecessary zfs module

Closes #149

See merge request !434
parents 7c2e1c1b edbcb6f9
No related branches found
No related tags found
2 merge requests!434Fix HRO storage003 boot and remove unnecessary zfs module,!429update production
Pipeline #5596 passed
...@@ -5,5 +5,4 @@ ...@@ -5,5 +5,4 @@
"prefixLength" = 24; "prefixLength" = 24;
"gateway" = "151.80.28.254"; "gateway" = "151.80.28.254";
"gatewayInterface" = "eno3"; "gatewayInterface" = "eno3";
"grubDeviceID" = "nvme-eui.e8238fa6bf530001001b448b463b77bf";
} }
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/8f88c0f1-3aef-41ec-bfd7-55b4ba6c1341"; { device = "/dev/disk/by-uuid/8f88c0f1-3aef-41ec-bfd7-55b4ba6c1341";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment