From 151743918d1cb706052ddc642a5190e9cb8cd5dc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 31 Oct 2017 09:12:02 +0000 Subject: Update versions (save kernel) to current for 2017-10-31; replace mdev with mdevd --- sub/initramfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sub/initramfs/Makefile') 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 $@ -- cgit v1.2.3