zfs-autoscrub-fix
This commit is contained in:
parent
bd05177ce8
commit
774e0a848f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pre_reboot_script () {
|
|||
apt install cryptsetup ecryptfs-utils zfsutils-linux -y
|
||||
|
||||
echo "Disabling zpool auto-scrub"
|
||||
sed -ie 's/^/#/' /etc/cron.d/zfsutils-linux
|
||||
sed -i 's/^/#/' /etc/cron.d/zfsutils-linux
|
||||
|
||||
echo "Starting ecryptfs-setup-swap"
|
||||
ecryptfs-setup-swap
|
||||
|
|
Loading…
Reference in a new issue