Turn on multilib and re-add steam-devices

This commit is contained in:
Nate Graham
2026-02-13 16:26:04 -07:00
parent 8de5c19989
commit adb21e7ac8
2 changed files with 8 additions and 1 deletions

View File

@@ -67,6 +67,13 @@ SigLevel = Never
Server = https://storage.kde.org/kde-linux-packages/testing/repo/packages-debug/
EOF
cat /etc/pacman.conf.nolinux >> mkosi.sandbox/etc/pacman.conf
# Enable multilib; we need it later for steam-devices
cat <<EOF >> mkosi.sandbox/etc/pacman.conf
[multilib]
Include = /etc/pacman.d/mirrorlist
EOF
mkdir --parents mkosi.sandbox/etc/pacman.d
# Ensure the packages repo and the base image do not go out of sync
# by using the same snapshot date from build_date.txt for both

View File

@@ -30,5 +30,5 @@ Packages=acsccid # ACS CCID smart card readers
yubikey-manager # CLI tools for managing Yubikey hardware authenticators
sane # scanner udev rules - everything else in the package is deleted later
solaar # Logitech Unify reciever udev rules - everything else in the package is deleted later
# steam-devices-git # udev rules for devices usable with Steam and SteamVR
steam-devices # udev rules for devices usable with Steam and SteamVR
wireless-regdb # Gets us the wireless-regdom file that we can modify as needed