diff --git a/files/scripts/20-xfce-winxp-tc.sh b/files/scripts/20-xfce-winxp-tc.sh index 9dd74a9..33f7071 100644 --- a/files/scripts/20-xfce-winxp-tc.sh +++ b/files/scripts/20-xfce-winxp-tc.sh @@ -2,17 +2,25 @@ set -xueo pipefail +# Ideally, we would build and package this outside of the image build process. +# However, it's probably not possible to package this in on Fedora's COPR +# because of licensing concerns with some of the assets +# +# TODO: package this using a separate GitHub repo maybe? + dnf5 install -y $(cat packages/xfce-winxp-tc/build-deps.txt) XFCE_WINXP_TC_VERSION="4f73e4a740041635eecd30abccc2fdafabb21582" mkdir -p /tmp/xfce-winxp-tc cd /tmp/xfce-winxp-tc -git clone --depth 1 https://github.com/rozniak/xfce-winxp-tc.git +git clone https://github.com/rozniak/xfce-winxp-tc.git cd xfce-winxp-tc git checkout $XFCE_WINXP_TC_VERSION bash packaging/buildall.sh rpm-ostree install xptc/*/rpm/std/x86_64/fre/wintc-*.rpm +# TODO: remove build packages + plymouth-set-default-theme bootvid diff --git a/files/system/usr/lib/tmpfiles.d/bluexp.conf b/files/system/usr/lib/tmpfiles.d/bluexp.conf new file mode 100644 index 0000000..9792ba7 --- /dev/null +++ b/files/system/usr/lib/tmpfiles.d/bluexp.conf @@ -0,0 +1 @@ +r /etc/containers/registries.d/vauxite.yaml - - - - -