ZFS: Difference between revisions

imported>Mic92
No edit summary
imported>Mic92
add hint regarding network module
Line 234: Line 234:
  boot = {
  boot = {
   initrd.network = {
   initrd.network = {
     # will use udhcp to get an ip address
     # This will use udhcp to get an ip address.
     # static ip addresses might be configured using the ip argument in kernel command line:
     # Make sure you have added the kernel module for your network drive to `boot.initrd.availableKernelModules`,
    # so your initrd can load it!
    # Static ip addresses might be configured using the ip argument in kernel command line:
     # https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
     # https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
     enable = true;
     enable = true;