update profile to 17.1

This commit is contained in:
Jörg Deckert 2021-02-05 13:05:58 +01:00
parent dea00e187e
commit 0e4af5c157
1 changed files with 1 additions and 1 deletions

View File

@ -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