Skip to content
Snippets Groups Projects
Commit 0b97da5e authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Removed .sh~ file

parent 687dfeb0
No related branches found
No related tags found
No related merge requests found
#!/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 ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment