diff --git a/docs/wallpapers/6293645.jpg b/docs/wallpapers/6293645.jpg new file mode 100644 index 0000000..2a0ab33 Binary files /dev/null and b/docs/wallpapers/6293645.jpg differ diff --git a/docs/wallpapers/8.jpg b/docs/wallpapers/8.jpg new file mode 100644 index 0000000..029e3ba Binary files /dev/null and b/docs/wallpapers/8.jpg differ diff --git a/docs/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg b/docs/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg new file mode 100644 index 0000000..7c929a9 Binary files /dev/null and b/docs/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg differ diff --git a/docs/wallpapers/blackwave.jpg b/docs/wallpapers/blackwave.jpg deleted file mode 100644 index 5faa5d3..0000000 Binary files a/docs/wallpapers/blackwave.jpg and /dev/null differ diff --git a/docs/wallpapers/blueredwave.jpg b/docs/wallpapers/blueredwave.jpg deleted file mode 100644 index 5ed2114..0000000 Binary files a/docs/wallpapers/blueredwave.jpg and /dev/null differ diff --git a/docs/wallpapers/bluewave.jpg b/docs/wallpapers/bluewave.jpg deleted file mode 100644 index 67dadcf..0000000 Binary files a/docs/wallpapers/bluewave.jpg and /dev/null differ diff --git a/docs/wallpapers/default.jpg b/docs/wallpapers/default.jpg index 651ae67..990516c 100644 Binary files a/docs/wallpapers/default.jpg and b/docs/wallpapers/default.jpg differ diff --git a/docs/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg b/docs/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg new file mode 100644 index 0000000..0924958 Binary files /dev/null and b/docs/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg differ diff --git a/files/assets/splash/default-dark.jxl b/files/assets/splash/default-dark.jxl index e0411ad..cbc8a0a 100644 Binary files a/files/assets/splash/default-dark.jxl and b/files/assets/splash/default-dark.jxl differ diff --git a/files/assets/splash/default.jxl b/files/assets/splash/default.jxl index e0411ad..cbc8a0a 100644 Binary files a/files/assets/splash/default.jxl and b/files/assets/splash/default.jxl differ diff --git a/files/assets/wallpapers/6293645.jpg b/files/assets/wallpapers/6293645.jpg new file mode 100644 index 0000000..2a0ab33 Binary files /dev/null and b/files/assets/wallpapers/6293645.jpg differ diff --git a/files/assets/wallpapers/8.jpg b/files/assets/wallpapers/8.jpg new file mode 100644 index 0000000..029e3ba Binary files /dev/null and b/files/assets/wallpapers/8.jpg differ diff --git a/files/assets/wallpapers/Miasma-Audio.jpg b/files/assets/wallpapers/Miasma-Audio.jpg deleted file mode 100644 index 4c7d3cd..0000000 Binary files a/files/assets/wallpapers/Miasma-Audio.jpg and /dev/null differ diff --git a/files/assets/wallpapers/Miasma-Blue-Purple.jpg b/files/assets/wallpapers/Miasma-Blue-Purple.jpg index 03f66fd..990516c 100644 Binary files a/files/assets/wallpapers/Miasma-Blue-Purple.jpg and b/files/assets/wallpapers/Miasma-Blue-Purple.jpg differ diff --git a/files/assets/wallpapers/Miasma-Blueredwave.jpg b/files/assets/wallpapers/Miasma-Blueredwave.jpg deleted file mode 100644 index 5ed2114..0000000 Binary files a/files/assets/wallpapers/Miasma-Blueredwave.jpg and /dev/null differ diff --git a/files/assets/wallpapers/Miasma-Light.jpg b/files/assets/wallpapers/Miasma-Light.jpg deleted file mode 100644 index ef91f0d..0000000 Binary files a/files/assets/wallpapers/Miasma-Light.jpg and /dev/null differ diff --git a/files/assets/wallpapers/Miasma-Lines.jpg b/files/assets/wallpapers/Miasma-Lines.jpg deleted file mode 100644 index 994d0f0..0000000 Binary files a/files/assets/wallpapers/Miasma-Lines.jpg and /dev/null differ diff --git a/files/assets/wallpapers/Miasma-Purple.jpg b/files/assets/wallpapers/Miasma-Purple.jpg deleted file mode 100644 index db18088..0000000 Binary files a/files/assets/wallpapers/Miasma-Purple.jpg and /dev/null differ diff --git a/files/assets/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg b/files/assets/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg new file mode 100644 index 0000000..7c929a9 Binary files /dev/null and b/files/assets/wallpapers/beautiful_night_in_forest_with_pond_and_moonlight.jpg differ diff --git a/files/assets/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg b/files/assets/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg new file mode 100644 index 0000000..0924958 Binary files /dev/null and b/files/assets/wallpapers/lizard-silhouette-against-red-sunset-with-large-orange-sun.jpg differ diff --git a/files/scripts/cachyos-kernel.sh b/files/scripts/cachyos-kernel.sh index 6a42c13..e2d5ea4 100644 --- a/files/scripts/cachyos-kernel.sh +++ b/files/scripts/cachyos-kernel.sh @@ -19,29 +19,23 @@ KERNEL_PACKAGES=( kernel-cachyos-lto-modules ) -# Disable kernel install hooks so the custom kernel installs cleanly into the image pushd /usr/lib/kernel/install.d -printf '%s\n' '#!/bin/sh' 'exit 0' > 05-rpmostree.install -printf '%s\n' '#!/bin/sh' 'exit 0' > 50-dracut.install +printf '%s\n' '#!/bin/sh' 'exit 0' >05-rpmostree.install +printf '%s\n' '#!/bin/sh' 'exit 0' >50-dracut.install chmod +x 05-rpmostree.install 50-dracut.install popd -# Remove stock Fedora kernel packages for pkg in kernel kernel-core kernel-modules kernel-modules-core; do - rpm --erase "$pkg" --nodeps || true + rpm --erase "$pkg" --nodeps || true done -# Remove leftover kernel module directory CURRENT_MODULES=$(ls /usr/lib/modules | head -n1) if [ -n "$CURRENT_MODULES" ]; then - rm -rf "/usr/lib/modules/$CURRENT_MODULES" + rm -rf "/usr/lib/modules/$CURRENT_MODULES" fi -# Install the CachyOS LTO kernel (repos were added via the preceding dnf module) dnf5 -y install "${KERNEL_PACKAGES[@]}" -# Version-lock to prevent the kernel from being overwritten by base image updates dnf5 versionlock add "${KERNEL_PACKAGES[@]}" || true -# /boot is not used in atomic container images rm -rf /boot/*