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.
This commit is contained in:
Michael Shigorin 2016-11-02 21:37:06 +03:00
parent 393f9a7d0b
commit 91ae336078

View File

@ -75,6 +75,7 @@ distro/alt-workstation: distro/.base use/luks \
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0) @$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,CONTROL,xdg-user-dirs:enabled) @$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd) @$(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 add,DEFAULT_SERVICES_DISABLE,powertop bridge)
@$(call set,META_PUBLISHER,BaseALT Ltd) @$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT) @$(call set,META_VOL_SET,ALT)