Skip to content

Instantly share code, notes, and snippets.

@obourdon
Created May 14, 2018 19:37
Show Gist options
  • Save obourdon/3c1208853c03316b041a48e37ec9df65 to your computer and use it in GitHub Desktop.
Save obourdon/3c1208853c03316b041a48e37ec9df65 to your computer and use it in GitHub Desktop.
IPA regenerate commands
cd /httpboot
mkdir X
cd X
cp ../ipa.initramfs ../ipa.initramfs.ORIG
cat ../ipa.initramfs | gzip -d -c | cpio -idmu
find . | cpio -oc | gzip -9 > ../ipa.initramfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment