summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/make b/make
deleted file mode 100755
index f1c3dab..0000000
--- a/make
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/zsh -x
-
-cp -a /etc/suspend.conf etc/
-find . \( ! -regex '.*/\..*' \) -print0 | sed "s|\./make||" | sed "s|\./README\.md||" | cpio --null -ov --format=newc | xz --check=crc32 > /tmp/initramfs.cpio.xz
-