update profile to 17.1
This commit is contained in:
parent
dea00e187e
commit
0e4af5c157
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue