From a256a06f424bc21565a10640c6e1665f4a7141bc Mon Sep 17 00:00:00 2001 From: milan Date: Fri, 8 Nov 2019 13:39:46 +0100 Subject: [PATCH] remove_disable_scrub --- README.md | 2 +- setup-usl-mm | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 21f19ea..a8f5830 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ install dialog utility setup-usl-mm 1. Pre-reboot script -> -install zfs-utils and disable zpool auto-scrub, +install zfs-utils, change timezone to Prague, crypt swap partition with ecryptfs-utils, crypt some partition with dmcrypt to use with /var/lib/lxd and LXD ZFS storage, diff --git a/setup-usl-mm b/setup-usl-mm index f9ad5cc..3c2ef06 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -26,9 +26,6 @@ apt install cryptsetup ecryptfs-utils zfsutils-linux -y echo "Setting timezone to Prague" timedatectl set-timezone Europe/Prague -echo "Disabling zpool auto-scrub" -sed -i 's/^/#/' /etc/cron.d/zfsutils-linux - echo "Starting ecryptfs-setup-swap" ecryptfs-setup-swap -f