Merge pull request #12 from tumillanino/staging

fix for kernel issues
This commit is contained in:
tumillanino
2026-04-09 14:55:50 +10:00
committed by GitHub

View File

@@ -68,6 +68,8 @@ dracut \
--reproducible \ --reproducible \
--no-hostonly \ --no-hostonly \
--add "ostree" \ --add "ostree" \
--filesystems "btrfs" \
--add-drivers "btrfs" \
--force \ --force \
"/usr/lib/modules/${NEW_KVER}/initrd" \ "/usr/lib/modules/${NEW_KVER}/initrd" \
"${NEW_KVER}" "${NEW_KVER}"