netripper

netripper

Mar 13th, 2010
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Extract:
  2.  
  3. mkdir initrd
  4. gunzip ../initrd.cpio.gz
  5. cpio -i -d --no-absolute-filenames < ../initrd.cpio
  6.  
  7.  
  8. Pack:
  9.  
  10. cd existing
  11. find ./ | cpio -H newc -o | gzip > ../initrd.cpio.gz
Add Comment
Please, Sign In to add comment