custom-scripts/icewm_bodgemaster_env.sh, install_stage2: fix some Bluetooth things by doing what the handbook says

master
BodgeMaster 2026-07-16 16:46:36 +02:00
parent e1ea6fb451
commit fdc54e487f
2 changed files with 7 additions and 4 deletions

View File

@ -55,10 +55,13 @@ xbps-install -y -S \
libjack-pipewire \ libjack-pipewire \
xreader \ xreader \
wget \ wget \
qView qView \
libspa-bluetooth
rm /var/cache/xbps/* rm /var/cache/xbps/*
ln -s /etc/sv/elogind /var/service ln -s /etc/sv/elogind /var/service
ln -s /etc/sv/bluetoothd /var/service
ln -s /etc/sv/dbus /var/service
ln -s /etc/sv/xdm /var/service ln -s /etc/sv/xdm /var/service
sleep 7 # arbitrary number, sv manual mentions taking 7s to check things sleep 7 # arbitrary number, sv manual mentions taking 7s to check things
sv stop xdm sv stop xdm
@ -359,8 +362,8 @@ Section "InputClass"
EndSection EndSection
EOF EOF
# nanorc # TODO: nanorc
# ldconfig / whatever musl needs for libjack-pipewire # TODO: ldconfig / whatever musl needs for libjack-pipewire
# post install suggested apps: gimp audacity brasero libreoffice inkscape xsane x11vnc tigervnc chromium filezilla gparted wine winetricks wireshark qjackctl # post install suggested apps: gimp audacity brasero libreoffice inkscape xsane x11vnc tigervnc chromium filezilla gparted wine winetricks wireshark qjackctl

View File

@ -126,7 +126,7 @@ read -p "Enter username: " NEW_USER
#TODO: let the user choose additional groups (suggest sane defaults for different use cases) #TODO: let the user choose additional groups (suggest sane defaults for different use cases)
# cdrom? optical? storage? what they do? # cdrom? optical? storage? what they do?
# users (dows this even do anything) # users (dows this even do anything)
useradd -m -s /bin/bash -G wheel,users,kvm,video,audio,dialout,network,scanner "$NEW_USER" useradd -m -s /bin/bash -G wheel,users,kvm,video,audio,dialout,network,scanner,bluetooth "$NEW_USER"
passwd "$NEW_USER" passwd "$NEW_USER"
echo "Cleaning up installation files..." echo "Cleaning up installation files..."