logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 8d8ec84fb3788b79d14c6e27e7c47d8aceefb772
parent 8902145aa149db7a0dd44109a43254469d6402e4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 20 Feb 2019 09:30:51 +0100

articles/Entire Disk Encryption with LUKS and ZFS: Fix syntax

Diffstat:

Marticles/Entire Disk Encryption with LUKS and ZFS.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/articles/Entire Disk Encryption with LUKS and ZFS.html b/articles/Entire Disk Encryption with LUKS and ZFS.html @@ -31,7 +31,7 @@ zfs create -o mountpoint=/usr/portage/packages -o compression=off rpool/GENTOO/p <pre><code>sys-boot/grub libzfs device-mapper sys-fs/zfs rootfs sys-fs/zfs-kmod rootfs -sys-kernel/genkernel cryptsetup</pre></code> +sys-kernel/genkernel cryptsetup</code></pre> <p>Now you need: <code>sys-boot/grub sys-fs/zfs sys-fs/zfs-kmod sys-kernel/genkernel</code>. You can also replace genkernel with dracut.</p> <p>Configuring ZFS for boot-up: <code>rc-update add zfs-import boot &amp;&amp; rc-update add zfs-mount &amp;&amp; rc-update add zfs-zed</code></p> <h3>initramfs (genkernel)</h3>