We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70569c8 commit 4a29648Copy full SHA for 4a29648
1 file changed
Makefile.am
@@ -20,3 +20,9 @@ install-exec-hook:
20
cd $(DESTDIR)$(pkglibexecdir) && \
21
mv -f tiny_initramfs init
22
endif
23
+
24
+initrd.img: tiny_initramfs
25
+ mkdir -p initramfs/dev initramfs/proc initramfs/target || true
26
+ cp tiny_initramfs initramfs/init
27
+ strip initramfs/init
28
+ cd initramfs && find . | cpio -o --quiet -R 0:0 -H newc | gzip > ../initrd.img
0 commit comments