X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=distro-begin;h=38fcd59c12b5564982ea08db8b1d0358eec892cc;hp=182a9d92ee2af270a22dfee2e30017c80720def2;hb=917ca4a71b5c456b741456dc173c144ee7042d89;hpb=94fb80d967f107cbde4a3920dededbb406b2443b 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 ######