Commit graph

6 commits

Author SHA1 Message Date
Dorian Stoll 3d3ce1ab74
pkg: fedora: Disable wrong NX compatibility flag
On Fedora the kernel needs to be loaded into RWX memory by GRUB.
If it is loaded from non-writable memory, it will crash and freeze
the machine at the Microsoft logo.

Unsetting this flag will cause GRUB to allocate RWX memory for the
kernel.

Note: This won't fix the stock kernels or the installation image.
2023-11-18 10:44:10 +01:00
Dorian Stoll da389ab837
pkg: fedora: Disable compressed debug info 2023-07-25 09:36:17 +02:00
Dorian Stoll 5d9ac24b5e
pkg: fedora: Compress debug info 2023-06-08 23:56:14 +02:00
Dorian Stoll fb81d651c5
Revert "pkg: fedora: Disable debug symbols"
This reverts commit 0a7f2c3030.
2023-06-08 20:03:10 +02:00
Maximilian Luz 0a7f2c3030
pkg: fedora: Disable debug symbols 2023-06-08 10:02:08 +02:00
Dorian Stoll 5dffa283ee
pkg: fedora: Add new package build scripts for building patched kernels
These scripts use the kernel-ark repository that upstream Fedora uses too to
build their kernels.
2023-06-03 14:41:53 +02:00