# -*-makefile-*- # # Copyright (C) 2012 by Daniel Gericke # # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # PACKAGES-$(PTXCONF_INITMETHOD_SYSTEMD_GETTY) += initmethod-systemd-getty INITMETHOD_SYSTEMD_GETTY_VERSION := 1 # ---------------------------------------------------------------------------- # Target-Install # ---------------------------------------------------------------------------- $(STATEDIR)/initmethod-systemd-getty.targetinstall: @$(call targetinfo) @$(call install_init, initmethod-systemd-getty) @$(call install_fixup,initmethod-systemd-getty,PRIORITY,optional) @$(call install_fixup,initmethod-systemd-getty,SECTION,base) @$(call install_fixup,initmethod-systemd-getty,AUTHOR,"TQ Embedded ") @$(call install_fixup,initmethod-systemd-getty,DESCRIPTION,missing) ifdef PTXCONF_INITMETHOD_SYSTEMD @$(call install_link, initmethod-systemd-getty, ../../../lib/systemd/system/getty@service, \ /etc/systemd/system/getty.target.wants/getty@tty0.service) @$(call install_finish,initmethod-systemd-getty) @$(call touch) endif # vim: syntax=make