github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/stage1/net/net.mk (about)

     1  # Installs configuration files in the ACI rootfs for each flavor
     2  
     3  $(foreach flavor,$(STAGE1_FLAVORS), \
     4  	$(eval NMI_FLAVOR := $(flavor)) \
     5  	$(call inc-one,net-install.mk))