Add sysctl configuration file

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-01-26 21:02:43 +01:00
parent b591b8de02
commit 4482998cfe
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 3 additions and 0 deletions

View file

@ -31,6 +31,7 @@ CONFIG_ETC_FILES=(
["/etc/systemd/system.conf.d/00-limits.conf"]="644" ["/etc/systemd/system.conf.d/00-limits.conf"]="644"
["/etc/locale.gen"]="755" ["/etc/locale.gen"]="755"
["/etc/locale.conf"]="655" ["/etc/locale.conf"]="655"
["/etc/sysctl.d/99-sysctl.conf"]="644"
) )
output::section "Copying /etc files" output::section "Copying /etc files"

View file

@ -0,0 +1,2 @@
acpi_backlight = vendor
dev.i915.perf_stream_paranoid = 0