File tree Expand file tree Collapse file tree
resources/patch/old/iPod4,1/5.1.1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5315,15 +5315,15 @@ ipsw_prepare_multipatch() {
53155315 9B* ) base_build="9B206";;
53165316 9A* ) base_build="9A405";;
53175317 esac
5318- local exploit ="src/target/$hw/$base_build/exploit"
5318+ device_powder_exploit ="src/target/$hw/$base_build/exploit"
53195319 ipsw_prepare_partition_script
53205320 log "Adding exploit and partition stuff"
53215321 "$dir/hfsplus" RestoreRamdisk.dec untar src/bin.tar
53225322 "$dir/hfsplus" RestoreRamdisk.dec mv sbin/reboot sbin/reboot_
53235323 "$dir/hfsplus" RestoreRamdisk.dec add partition sbin/reboot
53245324 "$dir/hfsplus" RestoreRamdisk.dec chmod 755 sbin/reboot
53255325 "$dir/hfsplus" RestoreRamdisk.dec chown 0:0 sbin/reboot
5326- "$dir/hfsplus" RestoreRamdisk.dec add $exploit exploit
5326+ "$dir/hfsplus" RestoreRamdisk.dec add $device_powder_exploit exploit
53275327 # dummy "ios" file
53285328 if [[ $ipsw_jailbreak == 1 ]]; then
53295329 local ios="ios${device_target_vers:0:1}"
You can’t perform that action at this time.
0 commit comments