altcos-config/config.mk
2024-11-14 09:15:46 +03:00

16 lines
946 B
Makefile

ifeq (vm,$(IMAGE_CLASS))
use/altcos: vm/.base-grub use/datetime use/docs/license use/init/systemd use/net-eth/networkd-dhcp use/net-ssh use/deflogin
@$(call add_feature)
@$(call add,BASE_PACKAGES,ostree ignition zincati libnss-altfiles) # ostree core
@$(call add,BASE_PACKAGES,sudo su rng-tools systemd-networkd jq policycoreutils bsdtar cloud-utils-growpart fdisk sfdisk) # required utils
@$(call add,BASE_PACKAGES,podman docker-engine docker-compose-v2) # container utils
@$(call add,BASE_PACKAGES,schilytools vim bash-completion fonts-console-spleen fonts-console-terminus glibc-locales) # handy tools
@$(call add,DEFAULT_SERVICES_ENABLE,ostree-remount zincati sshd systemd-resolved coreos-ignition-firstboot-complete)
@$(call set,TARGET_HOSTNAME,altcos)
@$(call xport,CINCINNATI_URL)
@$(call set,CINCINNATI_URL,https://altcos.altlinux.org)
@$(call xport,BRANCH,$(BRANCH))
@$(call xport,ARCH,$(ARCH))
@$(call set,TIME_UTC,0)
endif