From 91195c146cb1d9c4ab69464ea818169284a4a10f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 29 Mar 2018 09:27:42 +0000 Subject: initramfs needs exit --- sub/initramfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/initramfs/Makefile b/sub/initramfs/Makefile index debab53..e175160 100644 --- a/sub/initramfs/Makefile +++ b/sub/initramfs/Makefile @@ -1,6 +1,6 @@ # The initramfs -INITRAMFS_SKARNET_LIST := background cd execlineb export fdclose fdmove forstdin if importas piperw pipeline redirfd s6-echo s6-mount mdevd-coldplug mdevd +INITRAMFS_SKARNET_LIST := background cd execlineb exit export fdclose fdmove forstdin if importas piperw pipeline redirfd s6-echo s6-mount mdevd-coldplug mdevd $(OUTPUT)/tmp/.lh_initramfs_installed: $(OUTPUT)/tmp/.lh_layout_copied $(OUTPUT)/build-host/.lh_skarnet_installed $(OUTPUT)/initramfs/bin/kill for i in $(INITRAMFS_SKARNET_LIST) ; do cp -f -L $(OUTPUT)/rootfs/command/$$i $(OUTPUT)/initramfs/command/$$i ; done -- cgit v1.2.3