A Simple Guide on How to edit Solaris 11.4 Install ISO image
Sometimes a developer would want to test his/her executable (which might contain some bug fix or could be a debug binary). And if this binary needs to be executed during Operating System Install process, then this binary will have to be inserted into the install media (the iso image). The iso media is having its own filesystem layout and we cannot add anything to it directly. The user will have to extract the contents of the iso, edit it and then again convert it back to iso form. Here below I explain a step-by-step mechanism to achieve this.
For more details, please visit: