Add bluetooth configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-05-27 22:00:00 +02:00
parent 5ce45cf0dc
commit def99d5d00
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 5 additions and 1 deletions

View file

@ -32,6 +32,7 @@ CONFIG_ETC_FILES=(
["/etc/locale.gen"]="755" ["/etc/locale.gen"]="755"
["/etc/locale.conf"]="655" ["/etc/locale.conf"]="655"
["/etc/sysctl.d/99-sysctl.conf"]="644" ["/etc/sysctl.d/99-sysctl.conf"]="644"
["/etc/bluetooth/main.conf"]="644"
) )
output::section "Copying /etc files" output::section "Copying /etc files"

View file

@ -0,0 +1,3 @@
[Policy]
# Auto power-on after boot
AutoEnable=true