From 18520eabdaad0149eb44eb9001e37bf4707344b3 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 16 May 2020 17:19:28 -0400 Subject: makefile: add a missing dependency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e3f38bd..f507be0 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ static_conf_files = conf/torrc conf/nbd-server conf/postfix_main.cf SUDO_MAKE = sudo MAKEFLAGS="$$MAKEFLAGS" $(MAKE) .PHONY: install-configuration install-bootserver start-bootserver -install-bootserver: +install-bootserver: | rootfs/samizdat.btrfs sudo initrd.sh $(SUDO_MAKE) instdir=/ real-install-bootserver start-bootserver @@ -140,7 +140,7 @@ fastboot: rootfs reuse_child := $(shell 2>/dev/null read child < reused-child && echo --reuse-child=$$child; true) -samizdat.netinst.iso: +samizdat.netinst.iso: | rootfs/samizdat.btrfs sudo initrd.sh sudo xorriso-usb.sh $(reuse_child) --bootloader --out $@ -- cgit v1.2.3