summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-01-19 18:30:05 +0100
committerPatrick Simianer <p@simianer.de>2015-01-19 18:30:05 +0100
commite6d536e1b9c91a167eb79f288a17496712a330f2 (patch)
tree027decf25e5dbc6b8079b66a28ce64d57b979320 /make
parent78e0430e8e5973f34e82ab4a97ab2dd83f27ed01 (diff)
simplified
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
+