ZFS: Difference between revisions

imported>Mic92
add hint regarding network module
imported>Sjau
No edit summary
Line 257: Line 257:
};
};
</syntaxHighlight>
</syntaxHighlight>
* In order to use DHCP in the initrd, network manager must not be enabled and `networking.useDHCO = true; ` must be set.
* If your network card isn't started, you'll need to add the according kernel module to the initrd as well, e.g. `boot.initrd.kernelModules = [ "r8169" ];`


== Need more info? ==
== Need more info? ==