From 08aaf9176f914ade3932c194e665fbbb938377d6 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 10 Apr 2021 11:22:10 +0200 Subject: [PATCH] enable fstrim.timer --- post-debootstrap-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 22f85e8..c174d53 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -24,6 +24,7 @@ apt-get -y install locales ### boot apt-get -y install mdadm cryptsetup systemd systemd-sysv btrfs-tools firmware-linux lvm2 +systemctl enable fstrim.timer # --force-confold because we already provide /etc/dropbear-initramfs/config apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install dropbear-initramfs