# Crontab ``` @reboot echo disable > /sys/firmware/acpi/interrupts/gpe17 @reboot echo mask > /sys/firmware/acpi/interrupts/gpe17 @reboot find /var/log/ -type f -mtime +7 -delete @reboot /usr/sbin/powertop --auto-tune -q >/dev/null ``` # kernel command line ``` CONFIG_CMDLINE="dolvm crypt_root=UUID= root=/dev/mapper/vg0-root video=SVIDEO-1:d quiet cpufreq.default_governor=ondemand" ```