From 1326ab41a907ad95405cc86d932b3fc47c614c1c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 25 Feb 2023 18:59:46 +0100 Subject: user/font: stop depending on the system kbd install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 234d476..003343e 100644 --- a/Makefile +++ b/Makefile @@ -122,8 +122,8 @@ out/initrd/%: initrd/% @mkdir -p $(@D) @cp $< $@ -out/initrd/font.psf: /usr/share/kbd/consolefonts/default8x16.psfu.gz - @gunzip $< -c > $@ +out/initrd/font.psf: + curl -L https://github.com/legionus/kbd/raw/master/data/consolefonts/default8x16.psfu > $@ out/initrd.tar: $(patsubst %,out/%,$(shell find initrd/ -type f)) \ $(patsubst %,out/initrd/bin/amd64/%,$(USERBINS)) \ -- cgit v1.2.3