logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 8b4b5aaca065dc0a679cf74cd9389dd6b1cbe4e6
parent bd1b79d5508936a60e5d086daa2bba56bea53652
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>