Add sysctl configuration file
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
b591b8de02
commit
4482998cfe
2 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,7 @@ CONFIG_ETC_FILES=(
|
|||
["/etc/systemd/system.conf.d/00-limits.conf"]="644"
|
||||
["/etc/locale.gen"]="755"
|
||||
["/etc/locale.conf"]="655"
|
||||
["/etc/sysctl.d/99-sysctl.conf"]="644"
|
||||
)
|
||||
|
||||
output::section "Copying /etc files"
|
||||
|
|
2
system/etc/sysctl.d/99-sysctl.conf
Normal file
2
system/etc/sysctl.d/99-sysctl.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
acpi_backlight = vendor
|
||||
dev.i915.perf_stream_paranoid = 0
|
Loading…
Add table
Add a link
Reference in a new issue