]> git.friedersdorff.com Git - max/notes.git/commitdiff
Add more content to rootfs
authorMaximilian Friedersdorff <max@friedersdorff.com>
Sat, 13 Apr 2019 14:53:12 +0000 (15:53 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Sat, 13 Apr 2019 14:53:12 +0000 (15:53 +0100)
content/minimal_boot_initfs.rst

index db1edd82104f86f1acf838557dc0e7d2141f4fbd..1576ea2360d730c98f470b7db7362a58b850d0ad 100644 (file)
@@ -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.
+