From 0e4af5c157bb679882f99be5627ee8de39924bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Deckert?= Date: Fri, 5 Feb 2021 13:05:58 +0100 Subject: [PATCH] update profile to 17.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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