Skip to content

Instantly share code, notes, and snippets.

@cjbayliss
Created April 24, 2021 04:25
Show Gist options
  • Save cjbayliss/a4546df0adbae0fb2ec6eec39cb8d840 to your computer and use it in GitHub Desktop.
Save cjbayliss/a4546df0adbae0fb2ec6eec39cb8d840 to your computer and use it in GitHub Desktop.

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=<some-uuid-here> root=/dev/mapper/vg0-root video=SVIDEO-1:d quiet cpufreq.default_governor=ondemand"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment