Skip to content

Commit

Permalink
Default audio profile to valve-galileo until it's broken out by device.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jul 21, 2024
1 parent 3ad39c0 commit bd422bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rootfs/steamfork/build-image
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,11 @@ echo "(4.10/6) Fix runtime audio configuration."
arch-chroot ${ROOT_WORKDIR} sed -i 's~multi-user.target~local-fs.target~g' /usr/lib/systemd/system/${AUDIO_SERVICE}-sysconf.service
arch-chroot ${ROOT_WORKDIR} systemctl enable ${AUDIO_SERVICE}-sysconf.service
done

rm -f ${ROOT_WORKDIR}/usr/share/pipewire/hardware-profiles/default
cd ${ROOT_WORKDIR}/usr/share/pipewire/hardware-profiles/
ln -sf valve-galileo default
cd -

echo "(4.11/6) Enable systemd-resolved."
rm -f ${ROOT_WORKDIR}/etc/resolv.conf
ln -sf /run/systemd/resolve/stub-resolv.conf ${ROOT_WORKDIR}/etc/resolv.conf
Expand Down

0 comments on commit bd422bb

Please sign in to comment.