Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

thadoggfather

macrumors P6
Original poster
Oct 1, 2007
16,172
17,096
what a waste of 4.78gb if so,

I've been doing carbon copy clones with repartitioning, but it just said it was ready and i don't remember downloading it,
 
I believe that I saw something saying it would automatically download if you have automatic downloads enabled. I have them disabled and it has not been downloaded.

I'll take this opportunity to point out that on my other machine, automatic downloads turned themselves on when I updated to Sierra (without any prompting or even notification). If you think they're off, it'd pay to double-check.
 
Check your System Prefs/App Store for those settings.
You can turn off auto install updates, if you don't want that to happen.
You can also, separately, turn off automatically downloading any updates.

As Nermal suggested, one of the later El Cap system updates may have turned that setting _on_ , so you can get that update to Sierra that you have been hoping for, and perhaps without your knowing it :D
 
thanks guys!


i need to uncheck auto updates,

and interesting to learn that it enables again going to sierra
 
I recommend sending feedback to Apple, if if enough people send constructive criticism they probably stop the automatic download policy. As for why Apple decided it was a smart move I have no idea...
 
You can probably block the Sierra updates separately, if you have the identifier. I used to do this during the beta, to prevent it from downloading the large beta updates. You can find the identifier of pending updates with:
Code:
softwareupdate -l


The output should be something like this (taken from Apple’s documentation):
Code:
Software Update found the following new or updated software:
              * MacBookAirEFIUpdate2.4-2.4
                  MacBook Air EFI Firmware Update (2.4), 3817K [recommended] [restart]
              * ProAppsQTCodecs-1.0
                  ProApps QuickTime codecs (1.0), 968K [recommended]
              * JavaForOSX-1.0
                  Java for OS X 2012-005 (1.0), 65288K [recommended]


Then you can ignore one update with:
Code:
sudo softwareupdate --ignore JavaForOSX
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.