diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-29 09:27:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-29 09:27:42 +0000 |
commit | 91195c146cb1d9c4ab69464ea818169284a4a10f (patch) | |
tree | 1283661d9f514fc63b115a1db19e37ad75347472 /sub/initramfs/Makefile | |
parent | 1b2c852416949dd1316c902de90d1e7053bc7680 (diff) | |
download | lh-bootstrap-91195c146cb1d9c4ab69464ea818169284a4a10f.tar.xz |
initramfs needs exit
Diffstat (limited to 'sub/initramfs/Makefile')
-rw-r--r-- | sub/initramfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |