Remote disk unlocking: Difference between revisions

imported>Mweinelt
No edit summary
imported>Mweinelt
mNo edit summary
Line 28: Line 28:
   hostECDSAKey = /path/to/host_ecdsa_key;
   hostECDSAKey = /path/to/host_ecdsa_key;
};
};
</pre>


Most likely your network card is not working without its kernel module being part of the initrd, so you have to find out which module is used for your network. Use <code>lspci -v</code> for that.
Most likely your network card is not working without its kernel module being part of the initrd, so you have to find out which module is used for your network. Use <code>lspci -v</code> for that.