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 understand that using a USB key, placing an answers.json file in the private directory you can automate SmartOS install, including the ISO based installations.
However I could not find any information on how this would be possible without the use of a USB key.
For an ISO there's currently no way. The problem is that it needs to get on the filesystem somehow, and it can't be loaded over the network because the network hasn't been set up yet when the answer file gets loaded.
I understand that using a USB key, placing an
answers.json
file in theprivate
directory you can automate SmartOS install, including the ISO based installations.However I could not find any information on how this would be possible without the use of a USB key.
I see that there is a provision in smartos_prompt_config.sh for providing a custom path of an answers file, but since this is called by the system/smartdc/config service method at boot time, I am not sure how I could invoke it.
Is this even possible as of the current state of the configuration scripts?
The text was updated successfully, but these errors were encountered: