Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ pacman --noconfirm -Syy
sed -i '/BUILDENV/s/ check/ !check/g' /etc/makepkg.conf
sed -i '/OPTIONS/s/ debug/ !debug/g' /etc/makepkg.conf

# Trust signing keys for the OGC repository
pacman-key --recv-keys F79100EF8C802DAB81C323BB8EEA5962FE510E19
pacman-key --lsign-key F79100EF8C802DAB81C323BB8EEA5962FE510E19

echo "[ogc]" >> /etc/pacman.conf
echo "Server = https://pacman.opengamingcollective.org" >> /etc/pacman.conf

# install kernel package
if [ "$KERNEL_PACKAGE_ORIGIN" == "repo" ] ; then
pacman --noconfirm -S "${KERNEL_PACKAGE}" "${KERNEL_PACKAGE}-headers"
Expand Down
4 changes: 2 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export DOCUMENTATION_URL="https://chimeraos.org/about"
export BUG_REPORT_URL="https://github.com/ChimeraOS/chimeraos/issues"

export KERNEL_PACKAGE="linux-ogc"
export KERNEL_PACKAGE_ORIGIN="ghcr.io/opengamingcollective/kernel-packages-arch:latest"
export KERNEL_PACKAGE_ORIGIN="repo"

export PACKAGES="\
accountsservice \
Expand All @@ -21,6 +21,7 @@ export PACKAGES="\
alsa-utils \
amd-debug-tools \
amd-ucode \
asusctl \
bash-completion \
broadcom-wl-dkms \
bzip2 \
Expand Down Expand Up @@ -179,7 +180,6 @@ export PACKAGES="\
# Which is often the same as the package name but it can be different.
# Check on the AUR webpage if you are unsure
export AUR_PACKAGES="\
asusctl \
ayaneo-platform-dkms-git \
ayn-platform-dkms-git \
bcm20702a1-firmware \
Expand Down