Skip to content

Commit a12d69f

Browse files
Merge pull request #904 from gibizer/fix-extra-boot
Fix edpm_compute target
2 parents 4ead2eb + 40309e7 commit a12d69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devsetup/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ EDPM_COMPUTE_ADDITIONAL_NETWORKS ?= '[]'
5757
# EDPM_COMPUTE_ADDITIONAL_HOST_ROUTES="[172.31.0.0/24,172.32.0.0/24]"
5858
EDPM_COMPUTE_ADDITIONAL_HOST_ROUTES ?= '[]'
5959

60-
EDPM_FIRSTBOOT_EXTRA ?= '/tmp/edpm-firstboot-extra'
60+
EDPM_FIRSTBOOT_EXTRA ?= /tmp/edpm-firstboot-extra
6161

6262
TLS_ENABLED ?= false
6363
DNS_DOMAIN ?= localdomain

0 commit comments

Comments
 (0)