Hardware: install Fedora builddeps

This commit is contained in:
hypevhs 2025-04-03 15:16:52 -05:00
parent b77fb35795
commit d89f9e3dde

View file

@ -133,6 +133,9 @@ source=(
# replace 41 with your fedora version # replace 41 with your fedora version
git switch f41 git switch f41
# install the build dependencies for the kernel, if you haven't already
sudo dnf builddep kernel.spec
# name this the 'bsb' build # name this the 'bsb' build
sed -i 's/# define buildid .*/%define buildid .bsb/g' kernel.spec sed -i 's/# define buildid .*/%define buildid .bsb/g' kernel.spec
``` ```