Full Disk Encryption: Difference between revisions

imported>Ratorx
Add required kernel module to find the USB device during stage 1
imported>Ratorx
No edit summary
Line 27: Line 27:
   "..."
   "..."


   # Needed to find the USB device during stage1
   # Needed to find the USB device during initrd stage
   boot.initrd.kernelModules = [ "usb_storage" ];  
   boot.initrd.kernelModules = [ "usb_storage" ];