X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=content%2Fminimal_boot_initfs.rst;h=1576ea2360d730c98f470b7db7362a58b850d0ad;hb=HEAD;hp=db1edd82104f86f1acf838557dc0e7d2141f4fbd;hpb=e54f58da5a97cd8054c44daca5ab77c5ad008d56;p=max%2Fnotes.git diff --git a/content/minimal_boot_initfs.rst b/content/minimal_boot_initfs.rst index db1edd8..1576ea2 100644 --- a/content/minimal_boot_initfs.rst +++ b/content/minimal_boot_initfs.rst @@ -231,7 +231,7 @@ my own init script anyway, I can remove the installed init system:: (chroot) # echo 'virtual/service-manager' >> /etc/portage/package.mask (chroot) # emerge -av --depclean -Replacing openssh with dropbear:: +Replacing ``openssh`` with ``dropbear``:: (chroot) # emerge -C openssh (chroot) # emerge -av dropbear @@ -240,6 +240,13 @@ Updating the whole system:: (chroot) # emerge -avuDN --with-bdeps y world +And finally installing the software required for booting the encrypted drive:: + + (chroot) # emerge -av cryptsetup lvm2 pcsc-lite gnupg ccid + +Unfortunately ``pcsc-lite`` requires boost, which does inflate the size of the +whole thing a fair bit. +