Ubuntuで起動時にBluetoothを切っておく

Ubuntu12.04で起動時、BluetoothがONになってました

/etc/rc.local
に1行追記します

# sudoedit /etc/rc.local
rfkill block bluetooth

exit 0 の前に追記で、できました

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

This site uses Akismet to reduce spam. Learn how your comment data is processed.