summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-05-13 20:21:27 +0200
committerPatrick Simianer <p@simianer.de>2015-05-13 20:21:27 +0200
commit2fd7bbcf706134a94e9aa8f8031ce4b92a175065 (patch)
treef5b8faa4408d7f1d54e8d28f1d0d16ee53a84642
parent7ff1df17645520173f394a78e4d389137ca38be2 (diff)
lz compression
-rwxr-xr-xmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/make b/make
index 3f628e8..612b32c 100755
--- a/make
+++ b/make
@@ -1,4 +1,4 @@
#!/bin/zsh -x
-find . \( ! -regex '.*/\..*' \) -print0 | sed "s|\./make||" | sed "s|\./README\.md||" | cpio --null -ov --format=newc | gzip -9 > /tmp/initramfs.cpio.gz
+find . \( ! -regex '.*/\..*' \) -print0 | sed "s|\./make||" | sed "s|\./README\.md||" | cpio --null -ov --format=newc | lzma -6 > /tmp/initramfs.cpio.lz