From ba925750cd147f6be4ec2b81486552473410998c Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 9 Apr 2019 16:00:28 -0400 Subject: [PATCH] add debootstrap to dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3edd3c..7ff94c0 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ kernel-test: ## Boot kernel with Qemu ('ctrl-a x' to exit qemu) @scripts/qemu-boot kernel install-build-deps: - sudo apt install --no-install-recommends build-essential python bzip2 cpio chrpath diffstat file texinfo inkscape libgmp-dev libmpc-dev libelf-dev gawk wget + sudo apt install --no-install-recommends build-essential python bzip2 cpio chrpath diffstat file texinfo inkscape libgmp-dev libmpc-dev libelf-dev gawk wget debootstrap $(REALMFS_IMAGE): @mkdir -p build/realmfs