From b088aa920e3a874ebfaf0ee8599854a5cb200a81 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 6bc5ac6..1fee988 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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/snap/lxd/common/lxd/* and LXD ZFS storage, diff --git a/setup-usl-mm b/setup-usl-mm index 81734e6..2c7f0b5 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -29,9 +29,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