Add bluetooth and wipe_tmp to tank
continuous-integration/drone/push Build is passing Details

This commit is contained in:
~lucidiot 2022-01-27 09:15:34 +01:00
parent 99dd6affb6
commit 5c93286415
1 changed files with 10 additions and 5 deletions

View File

@ -207,7 +207,7 @@ Below are some notes on the initial setup process.
reboot
```
7. Enable the community repo in `/etc/apk/repositories`
7. Enable the edge repos in `/etc/apk/repositories`
8. ```
apk update
@ -241,7 +241,9 @@ Below are some notes on the initial setup process.
vlc \
openssh \
tlp \
cpufreqd
cpufreqd \
blueman \
pulseaudio-bluez
cat <<EOF
Section "InputClass"
@ -258,7 +260,9 @@ EndSection
9. Use `visudo` to allow `lucidiot`
10. ```
10. Edit `/etc/conf.d/bootmisc` to set `wipe_tmp` to `YES`
11. ```
rc-update del networking boot
rc-update del wpa_supplicant boot
rc-update del wpa_cli boot
@ -268,11 +272,12 @@ rc-update add networking default
rc-update add wpa_supplicant default
rc-update add cpufreqd default
rc-update add tlp default
rc-update add bluetooth default
rc-service dbus start
rc-service fuse start
rc-service lightdm start
```
11. Login into XFCE, check everything works
12. Login into XFCE, check everything works
12. `rc-update add lightdm default`
13. `rc-update add lightdm default`