Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: removing languages #376359
    tncook
    Participant

    I dropped it into the instadmg.bash and it worked like a champ. I added it to the start of the clean up section. The output image went from 10.08GB to 9.29GB

    [code]
    log “delocalizing” section
    find -x “$CURRENT_IMAGE_MOUNT” \! \( -path ‘dev*’ \) -and \( -not -path “*English.lproj” -and -not -path “*en.lproj” -and -not -path “*obe*” \) -and \( -path ‘*.lproj’ \) -exec rm -R \{\} \;
    [/code]

    in reply to: removing languages #376349
    tncook
    Participant

    Nope, thats not what I am talking about. Even when installing the OS in one language, all the applications still get all the translations. Think Monolingual or delocalizer.

    [code]find -x “$dir” \! \( -path ‘dev*’ \) -and \( -not -path “*English.lproj” -and -not -path “*en.lproj” -and -not -path “*dobe*” \) -and \( -path ‘*.lproj’ \) -exec rm -R \{\} \;[/code]

    Running it saves me about 2.5Gb on my images. I have it ignore Adobe stuff because it can get flaky without it, the CS4 suite only has about 150mb of language stuff anyway.

    in reply to: 10.5.3 Combo update shows as 10.5.2 #372939
    tncook
    Participant

    The transition went fine, of course I only started using InstaDMG the day before 10.5.3 came out so I spent a day figureing out what updates were needed and then was able/needed/had to start over.

Viewing 3 posts - 1 through 3 (of 3 total)