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
I have a scenario where I copy/expand a 3GB ISO into mutliple VMs. This process takes quite a while as the ISO is expanded into each VM.
It would be good to have an option where I could register custom media and specify custom resources to inject, during the master image creation. You'd end up with another "master" image but this time, with the expanded ISO "embedded".
The text was updated successfully, but these errors were encountered:
Agree - this would be especially good for SQL Server Images - would require moving the logic data from the NonNodeData element in the ConfigurationData into Resources.json and have the ability for an additional array in the NodeData section called Lability_Resource similar to Lability_Media
@kilasuit Ideally you'll want to avoid updating the JSON files in the \Config directory directly. You should be using the Register-LabMedia/Unregister-LabMedia for custom media images. You can move these around with Export-LabHostConfiguration/Import-LabHostConfiguration.
I have a scenario where I copy/expand a 3GB ISO into mutliple VMs. This process takes quite a while as the ISO is expanded into each VM.
It would be good to have an option where I could register custom media and specify custom resources to inject, during the master image creation. You'd end up with another "master" image but this time, with the expanded ISO "embedded".
The text was updated successfully, but these errors were encountered: