Compare commits

...

5 Commits

Author SHA1 Message Date
tumillanino
3f52e6286f kernel still breaking. updated name which may have been issue 2026-04-09 15:59:23 +10:00
tumillanino
c6ffa3591f kernel still breaking. updated name which may have been issue 2026-04-09 15:58:55 +10:00
tumillanino
1c59f8a718 Merge pull request #12 from tumillanino/staging
fix for kernel issues
2026-04-09 14:55:50 +10:00
tumillanino
7e73dff9b7 Merge pull request #11 from tumillanino/staging
move cachyos kernel and base image change into prod
2026-04-09 13:24:44 +10:00
tumillanino
f615d38e86 Merge pull request #9 from tumillanino/staging
attempts to fix kernel changes
2026-04-09 11:50:10 +10:00

View File

@@ -59,6 +59,9 @@ if [ ! -f "/usr/lib/modules/${NEW_KVER}/vmlinuz" ]; then
fi
fi
# Rebuild kernel module dependency map before generating initramfs.
depmod -a "${NEW_KVER}"
# Generate the initramfs inside the container image so that rpm-ostree and
# bootc can use it directly at deploy time. Without this step, Kinoite boots
# with no initramfs and hits a dracut emergency shell (the "wall of errors").
@@ -71,7 +74,7 @@ dracut \
--filesystems "btrfs" \
--add-drivers "btrfs" \
--force \
"/usr/lib/modules/${NEW_KVER}/initrd" \
"/usr/lib/modules/${NEW_KVER}/initramfs.img" \
"${NEW_KVER}"
# Atomic images manage /boot via the bootloader layer; clear any kernel