Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Yosemite support #5

Closed
stopiccot opened this issue Jun 26, 2014 · 2 comments
Closed

Yosemite support #5

stopiccot opened this issue Jun 26, 2014 · 2 comments
Assignees

Comments

@stopiccot
Copy link

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

@ntkme
Copy link
Owner

ntkme commented Jun 27, 2014

iesd -i /Applications/Install\ OS\ X\ 10.10\ Developer\ Preview.app -o Yosemite.dmg -t BaseSystem

Here is the iESD version of the additional hack.

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.

@ntkme ntkme added enhancement and removed wontfix labels Jun 27, 2014
@ntkme ntkme self-assigned this Jun 27, 2014
@ntkme
Copy link
Owner

ntkme commented Oct 20, 2014

Support added in v1.2.2.

@ntkme ntkme closed this as completed Oct 20, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants