rpi*: Also enable bluetooth

We were enabling just hciuart, lets also enable bluetooth so that its
started by default
This commit is contained in:
Steev Klimaszewski
2022-08-28 19:49:20 -05:00
parent f78df8a2c7
commit 33812890e0
4 changed files with 8 additions and 4 deletions

View File

@@ -51,8 +51,9 @@ systemctl disable haveged
status_stage3 'Fixup wireless-regdb signature'
update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream
status_stage3 'Enable hciuart for bluetooth'
status_stage3 'Enable hciuart and bluetooth'
systemctl enable hciuart
systemctl enable bluetooth
EOF
# Run third stage

View File

@@ -54,8 +54,9 @@ systemctl enable enable-ssh
status_stage3 'Fixup wireless-regdb signature'
update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream
status_stage3 'Enable hciuart for bluetooth'
status_stage3 'Enable hciuart and bluetooth'
systemctl enable hciuart
systemctl enable bluetooth
status_stage3 'Set root password to toor'
echo "root:toor" | chpasswd

View File

@@ -51,8 +51,9 @@ systemctl disable haveged
status_stage3 'Fixup wireless-regdb signature'
update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream
status_stage3 'Enable hciuart for bluetooth'
status_stage3 'Enable hciuart and bluetooth'
systemctl enable hciuart
systemctl enable bluetooth
EOF
# Run third stage

View File

@@ -50,8 +50,9 @@ systemctl disable haveged
status_stage3 'Fixup wireless-regdb signature'
update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream
status_stage3 'Enable hciuart for bluetooth'
status_stage3 'Enable hciuart and bluetooth'
systemctl enable hciuart
systemctl enable bluetooth
EOF
# Run third stage