Commit 91ae3360 authored by Michael Shigorin's avatar Michael Shigorin

basealt.mk: enable fstrim.timer

...to handle #32687 -- tests show that it works for ext4/SSD, doesn't work (with no observed problems) for xfs/SSD, and ignores HDD-based filesystems.
parent 393f9a7d
......@@ -75,6 +75,7 @@ distro/alt-workstation: distro/.base use/luks \
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd)
@$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge)
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment