Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
materials
Commits
0b97da5e
Commit
0b97da5e
authored
Sep 27, 2012
by
Daniel Schulte
Browse files
Removed .sh~ file
parent
687dfeb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
shellscripte/patch_initrd.sh~
deleted
100644 → 0
View file @
687dfeb0
#!/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
..
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment