Skip to content

Instantly share code, notes, and snippets.

@obourdon
Created May 14, 2018 19:37
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