From 7256853d6eda661be8e91ad596c92544f83bad28 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 14 Apr 2019 15:34:13 -0500 Subject: [PATCH] Debian/Ubuntu: Add some header text This way, all of the steps should have actual text describing the operation. --- Debian-Buster-Encrypted-Root-on-ZFS.md | 2 +- Debian-Buster-Root-on-ZFS.md | 4 ++-- Debian-Stretch-Root-on-ZFS.md | 4 ++-- Ubuntu-18.04-Root-on-ZFS.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Debian-Buster-Encrypted-Root-on-ZFS.md b/Debian-Buster-Encrypted-Root-on-ZFS.md index 041934d..c88533e 100644 --- a/Debian-Buster-Encrypted-Root-on-ZFS.md +++ b/Debian-Buster-Encrypted-Root-on-ZFS.md @@ -617,7 +617,7 @@ As `/var/log` is already compressed by ZFS, logrotate’s compression is going t $ sudo usermod -p '*' root -9.4 Optional: +9.4 Optional: Re-enable the graphical boot process: If you prefer the graphical boot process, you can re-enable it now. diff --git a/Debian-Buster-Root-on-ZFS.md b/Debian-Buster-Root-on-ZFS.md index 89a88c3..f75f8a5 100644 --- a/Debian-Buster-Root-on-ZFS.md +++ b/Debian-Buster-Root-on-ZFS.md @@ -306,7 +306,7 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF- # apt install --yes dpkg-dev linux-headers-amd64 linux-image-amd64 # apt install --yes zfs-initramfs -4.7 For LUKS installs only: +4.7 For LUKS installs only, setup crypttab: # apt install --yes cryptsetup @@ -593,7 +593,7 @@ As `/var/log` is already compressed by ZFS, logrotate’s compression is going t $ sudo usermod -p '*' root -9.4 Optional: +9.4 Optional: Re-enable the graphical boot process: If you prefer the graphical boot process, you can re-enable it now. If you are using LUKS, it makes the prompt look nicer. diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index 5ea1eec..c51ff7f 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -316,7 +316,7 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF- # apt install --yes dpkg-dev linux-headers-amd64 linux-image-amd64 # apt install --yes zfs-initramfs -4.7 For LUKS installs only: +4.7 For LUKS installs only, setup crypttab: # apt install --yes cryptsetup @@ -603,7 +603,7 @@ As `/var/log` is already compressed by ZFS, logrotate’s compression is going t $ sudo usermod -p '*' root -9.4 Optional: +9.4 Optional: Re-enable the graphical boot process: If you prefer the graphical boot process, you can re-enable it now. If you are using LUKS, it makes the prompt look nicer. diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 72bb1e8..78612cc 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -313,7 +313,7 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF- **Hint:** For the HWE kernel, install `linux-image-generic-hwe-18.04` instead of `linux-image-generic`. -4.7 For LUKS installs only: +4.7 For LUKS installs only, setup crypttab: # apt install --yes cryptsetup @@ -623,7 +623,7 @@ As `/var/log` is already compressed by ZFS, logrotate’s compression is going t $ sudo usermod -p '*' root -9.4 Optional: +9.4 Optional: Re-enable the graphical boot process: If you prefer the graphical boot process, you can re-enable it now. If you are using LUKS, it makes the prompt look nicer.