From 0b97da5e73f396c3a80a0266bf2814320b4ee262 Mon Sep 17 00:00:00 2001 From: Daniel Schulte <daniel@schultes-home.de> Date: Thu, 27 Sep 2012 14:20:58 +0200 Subject: [PATCH] Removed .sh~ file --- shellscripte/patch_initrd.sh~ | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 shellscripte/patch_initrd.sh~ diff --git a/shellscripte/patch_initrd.sh~ b/shellscripte/patch_initrd.sh~ deleted file mode 100644 index 1de212f..0000000 --- a/shellscripte/patch_initrd.sh~ +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -mkdir initrd_edit -cd initrd_edit -lzma -dc -S .lz ../initrd.lz | cpio -imvd --no-absolute-filenames -mv ../initrd.lz ../initrd.lz.org -patch adduser.patch -find . | cpio --quiet --dereference -o -H newc | lzma -7 > ../initrd.lz -cd .. -- GitLab