mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
osbuilder: Fix Makefile
Let the DISTRO variable to be set from outside, allowing "sudo -E DISTRO=<ANY> make clean" to delete the correct files. Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
This commit is contained in:
parent
a989238348
commit
a4214738b9
@ -9,7 +9,7 @@ ROOTFS_BUILDER := $(MK_DIR)/rootfs-builder/rootfs.sh
|
||||
INITRD_BUILDER := $(MK_DIR)/initrd-builder/initrd_builder.sh
|
||||
IMAGE_BUILDER := $(MK_DIR)/image-builder/image_builder.sh
|
||||
|
||||
DISTRO := centos
|
||||
DISTRO ?= centos
|
||||
BUILD_METHOD := distro
|
||||
BUILD_METHOD_LIST := distro dracut
|
||||
AGENT_INIT ?= no
|
||||
|
Loading…
Reference in New Issue
Block a user