diff options
author | Patrick Simianer <p@simianer.de> | 2015-03-03 22:18:12 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-03-03 22:18:12 +0100 |
commit | 43a2021ada643a8b979295c0ac3281f23d7e007d (patch) | |
tree | b8b103bd1c9ed9d3b4a3f981c713477cf57ccfa6 /mkinitcpio | |
parent | 225ff637a3a734d5b4841b6c7dafa1b262a6cd93 (diff) |
-mkinitcpio
Diffstat (limited to 'mkinitcpio')
-rwxr-xr-x | mkinitcpio | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mkinitcpio b/mkinitcpio deleted file mode 100755 index 7d2fe89..0000000 --- a/mkinitcpio +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cd /usr/src/initramfs -cp /etc/suspend.conf /usr/src/initramfs/etc/ -find . -print0 | cpio --null -ov --format=newc | gzip -9 > /boot/initramfs.cpio.gz - |