diff options
author | Andrew Cady <d@jerkface.net> | 2019-10-17 00:04:35 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2019-10-17 00:04:35 -0400 |
commit | ec5e8ee55440e1e6fc1affe7c502c9f12ffe78bf (patch) | |
tree | fba36dba395695e8105ccf7813712e0471417509 /Makefile | |
parent | 6d61f1279978db9a36a4df39bb208b078e89c2b8 (diff) |
rebuild initrd when doing install-bootserver
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
54 | install-bootserver: | 54 | install-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 | ||
57 | start-bootserver: | 58 | start-bootserver: |