You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
require"iesd/utility/hdiutil"HDIUtil::DMG.new("/Applications/Install OS X 10.10 Developer Preview.app/Contents/SharedSupport/InstallESD.dmg").show{ |installesd|
HDIUtil::DMG.new("Yosemite.dmg").update{ |basesystem|
system("cp",File.join(installesd,"BaseSystem.chunklist"),basesystem)system("cp",File.join(installesd,"BaseSystem.dmg"),basesystem)}}
I would like to wait for a better workaround, so it won't be a built-in feature for now.
According to this:
http://www.engadget.com/discuss/how-to-install-os-x-yosemite-inside-virtualbox-1rey/
http://www.jacobtomlinson.co.uk/2014/06/07/how-to-install-os-x-yosemite-developer-preview-in-virtualbox/
you need to do some additional manual steps after running iesd
The text was updated successfully, but these errors were encountered: