summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-17 00:04:35 -0400
committerAndrew Cady <d@jerkface.net>2019-10-17 00:04:35 -0400
commitec5e8ee55440e1e6fc1affe7c502c9f12ffe78bf (patch)
treefba36dba395695e8105ccf7813712e0471417509
parent6d61f1279978db9a36a4df39bb208b078e89c2b8 (diff)
rebuild initrd when doing install-bootserver
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4bba152..97bb23d 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ static_conf_files = conf/torrc conf/nbd-server conf/postfix_main.cf
52 52
53.PHONY: install-configuration install-bootserver start-bootserver 53.PHONY: install-configuration install-bootserver start-bootserver
54install-bootserver: 54install-bootserver:
55 sudo initrd.sh
55 sudo -E $(MAKE) instdir=/ real-install-bootserver start-bootserver 56 sudo -E $(MAKE) instdir=/ real-install-bootserver start-bootserver
56 57
57start-bootserver: 58start-bootserver: