X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-begin;h=38fcd59c12b5564982ea08db8b1d0358eec892cc;hb=3174b9cb665b9a7b7ac8413a8e236cd236786632;hp=182a9d92ee2af270a22dfee2e30017c80720def2;hpb=90bd397922e7240c41377e7404f79f190bfbc9d8;p=distro-setup diff --git a/distro-begin b/distro-begin index 182a9d9..38fcd59 100755 --- a/distro-begin +++ b/distro-begin @@ -134,6 +134,15 @@ EOF sudo systemctl daemon-reload # needed if the file was already there sudo systemctl enable keyscriptoff.service sudo systemctl start keyscriptoff.service + + # from /usr/share/doc/dropbear-initramfs/README.initramfs.gz + while read m _; do /sbin/modinfo -F filename "$m"; done /lib/cryptsetup/passfifo fi ##### end setup encryption scripts ######