rpi*: Also enable bluetooth
We were enabling just hciuart, lets also enable bluetooth so that its started by default
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user