diff options
author | pks <pks@pks.rocks> | 2021-08-08 15:39:55 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-08-08 15:39:55 +0200 |
commit | 519e9158e8e0860b99104868643dfd44a8fd8a4b (patch) | |
tree | d400f839c485f09e78455f57a81c08a1efa6a08a /make | |
parent | f3d725b0eddb643016a5cda9ba5eea62fed0d96f (diff) |
Diffstat (limited to 'make')
-rwxr-xr-x | make | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 - |