From c9fd9181700493823d6947af9ab7ec56c20b7f36 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 4 Jun 2023 23:33:45 +0200 Subject: user/vterm: vendor a font (spleen) instead of downloading one on build --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af881e9..85cc7a3 100644 --- a/Makefile +++ b/Makefile @@ -122,13 +122,9 @@ out/initrd/%: sysroot/% @mkdir -p $(@D) @cp $< $@ -out/initrd/font.psf: - curl -L https://github.com/legionus/kbd/raw/master/data/consolefonts/default8x16.psfu > $@ - out/initrd.tar: $(patsubst sysroot/%,out/initrd/%,$(shell find sysroot/ -type f)) \ $(patsubst %,out/initrd/bin/amd64/%,$(USERBINS)) \ - $(shell find out/initrd/) \ - out/initrd/font.psf + $(shell find out/initrd/) @cd out/initrd; tar chf ../initrd.tar * -- cgit v1.2.3