mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Fix fstab_old not being added
This commit is contained in:
parent
969264ab89
commit
efbac7a2df
@ -2011,11 +2011,8 @@ ipsw_prepare_custom() {
|
||||
if [[ $ipsw_jailbreak == 1 ]]; then
|
||||
log "Extracting Cydia"
|
||||
"$dir/hfsplus" out.dmg untar ../resources/jailbreak/freeze.tar
|
||||
if [[ $device_type == "iPod2,1" ]]; then
|
||||
"$dir/hfsplus" out.dmg add ../resources/jailbreak/fstab_old private/etc/fstab
|
||||
fi
|
||||
case $device_target_vers in
|
||||
"3.1.3" | "4.0" ) :;;
|
||||
"3.1.3" | "4.0" ) "$dir/hfsplus" out.dmg add ../resources/jailbreak/fstab_old private/etc/fstab;;
|
||||
* ) "$dir/hfsplus" out.dmg untar ../resources/jailbreak/unthredeh4il.tar;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user