diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
commit | 151743918d1cb706052ddc642a5190e9cb8cd5dc (patch) | |
tree | d964b0c7d17a1fca829abbc3fd85536e3d570c1b /sub/initramfs/Makefile | |
parent | 8286add1116697498fe44b9de347476fa9a33833 (diff) | |
download | lh-bootstrap-151743918d1cb706052ddc642a5190e9cb8cd5dc.tar.xz |
Update versions (save kernel) to current for 2017-10-31; replace mdev with mdevd
Diffstat (limited to 'sub/initramfs/Makefile')
-rw-r--r-- | sub/initramfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/initramfs/Makefile b/sub/initramfs/Makefile index da83f35..f175735 100644 --- a/sub/initramfs/Makefile +++ b/sub/initramfs/Makefile @@ -1,8 +1,8 @@ # The initramfs -INITRAMFS_SKARNET_LIST := cd execlineb export if redirfd s6-echo s6-mount +INITRAMFS_SKARNET_LIST := cd execlineb export if 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)/build-host/.lh_mdev_installed +$(OUTPUT)/tmp/.lh_initramfs_installed: $(OUTPUT)/tmp/.lh_layout_copied $(OUTPUT)/build-host/.lh_skarnet_installed for i in $(INITRAMFS_SKARNET_LIST) ; do cp -f -L $(OUTPUT)/rootfs/command/$$i $(OUTPUT)/initramfs/command/$$i ; done exec setuidgid $(NORMALUSER) touch $@ |