diff --git a/Jenkinsfile b/Jenkinsfile index 85399230ce..87e02cccaa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,7 @@ pipeline { --build-by "${params.BUILD_BY}" \ --debian-mirror http://deb.debian.org/debian/ \ --build-type release \ - --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} iso + --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} generic """ if (fileExists('build/live-image-amd64.hybrid.iso') == false) { diff --git a/Makefile b/Makefile index 55e32a00b9..15c3abc35e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build_dir := build .PHONY: all all: @echo "Make what specifically?" - @echo "The most common target is 'iso'" + @echo "The most common target is 'generic'" %: ./build-vyos-image $* diff --git a/data/build-flavors/iso.toml b/data/build-flavors/generic.toml similarity index 100% rename from data/build-flavors/iso.toml rename to data/build-flavors/generic.toml