Skip to content

Commit

Permalink
dracut: Override default font selection for terminus
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Apr 15, 2024
1 parent ef99a89 commit 9f61b44
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
Binary file modified d/dracut/manifest.x86_64.bin
Binary file not shown.
11 changes: 8 additions & 3 deletions d/dracut/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"pkgconfig(libkmod)"
],
"depends": [
"binary(cpio)",
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))",
"soname(libkmod.so.2(x86_64))"
"soname(libkmod.so.2(x86_64))",
"terminus-font"
],
"files": [
"/usr/bin/dracut",
Expand All @@ -24,7 +26,7 @@
"/usr/lib/dracut/dracut-logger.sh",
"/usr/lib/dracut/dracut-util",
"/usr/lib/dracut/dracut-version.sh",
"/usr/lib/dracut/dracut.conf.d",
"/usr/lib/dracut/dracut.conf.d/00-serpent-os.conf",
"/usr/lib/dracut/modules.d",
"/usr/lib/dracut/modules.d/00bash",
"/usr/lib/dracut/modules.d/00bash/module-setup.sh",
Expand Down Expand Up @@ -550,6 +552,9 @@
"build-depends": [
"pkgconfig(libkmod)"
],
"depends": [
"dracut"
],
"files": [
"/usr/share/pkgconfig/dracut.pc"
],
Expand All @@ -560,6 +565,6 @@
}
},
"source-name": "dracut",
"source-release": "4",
"source-release": "5",
"source-version": "059"
}
4 changes: 4 additions & 0 deletions d/dracut/pkg/serpent.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# dracut default config for Serpent OS

# i18n
i18n_default_font="ter-v32n"
5 changes: 4 additions & 1 deletion d/dracut/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : dracut
version : '059'
release : 4
release : 5
homepage : https://github.com/dracutdevs/dracut
upstreams :
- https://github.com/dracutdevs/dracut/archive/refs/tags/059.tar.gz : eabf0bb685420c1e1d5475b6855ef787104508f0135ff570312845256e0fcecf
Expand All @@ -22,6 +22,7 @@ builddeps :
- pkgconfig(libkmod)
rundeps :
- binary(cpio)
- terminus-font
setup : |
%configure --disable-documentation
build : |
Expand All @@ -30,3 +31,5 @@ install : |
%make_install
# Clean empty man dirs, remove when building docs
find %(installroot)%(mandir) -empty -type d -delete
%install_file %(pkgdir)/serpent.conf %(installroot)%(libdir)/dracut/dracut.conf.d/00-serpent-os.conf

0 comments on commit 9f61b44

Please sign in to comment.