Fix initramfs detection

This commit is contained in:
2026-01-03 09:23:30 +02:00
parent 4677e8df1a
commit 7bc1279d60
3 changed files with 17 additions and 1 deletions
+3
View File
@@ -7,6 +7,9 @@
prepare() {
# Decompress unifont file to source directory
gunzip -c unifont.bdf.gz > "$BPM_SOURCE"/unifont.bdf
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/fix-initramfs-detection.patch
}
# The build function is executed in the source directory