diff --git a/Makefile b/Makefile index 3e3a370..f6ceb9b 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ appliance_package_files := $(wildcard appliances/$(APPLIANCE)/package.*) portage_package_files = $(patsubst appliances/$(APPLIANCE)/package.%,$(CHROOT)/etc/portage/package.%/01$(APPLIANCE),$(appliance_package_files)) appliance_make_conf = $(wildcard appliances/$(APPLIANCE)/make.conf) portage_make_conf_local = $(CHROOT)/etc/portage/make.conf.local -appliance_profile := default/linux/amd64/17.0/systemd +appliance_profile := default/linux/amd64/17.1/systemd # Allow appliance to override variables -include appliances/$(APPLIANCE)/$(APPLIANCE).cfg