summaryrefslogtreecommitdiff
path: root/sub/initramfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sub/initramfs/Makefile')
-rw-r--r--sub/initramfs/Makefile4
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 $@