summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/make b/make
new file mode 100755
index 0000000..7e6d7cc
--- /dev/null
+++ b/make
@@ -0,0 +1,4 @@
+#!/bin/zsh -x
+
+find . \( ! -regex '.*/\..*' \) -print0 | sed "s|\./make||" | cpio --null -ov --format=newc | gzip -9 > /tmp/initramfs.cpio.gz
+