Skip to content

Instantly share code, notes, and snippets.

@devniv
Created October 18, 2010 16:45
Show Gist options
  • Save devniv/632551 to your computer and use it in GitHub Desktop.
Save devniv/632551 to your computer and use it in GitHub Desktop.
#!/bin/bash
BACKTO=$(pwd)
cd /blah
find . | cpio -H newc -o |gzip -9 > /root/initramfs-blah.cpio.gz
cd $BACKTO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment