Which five steps (dealing with first boot script creation) can be omitted when working with
provisioning Oracle Solaris 11 Zones and services with the appropriate Zone context?
1. Create the first-boot script.
2. Create the manifest for an SMF service that runs once at first boot and executes the script.
3. Create an IPS package that contains the service manifest and the script.
4. Add the package to an IPS package repository.
5. Install that lockage during the Automated Installer installation by specifying that package in the
AI manifest.
A.
Step l can he omitted because the first-boot script is already deployed in the Global Zone.
B.
Step3can be omitted because Zones do not require IPS packages and can accept
SVR4packages.
C.
None of the steps canbe omitted.
D.
Step5can be omittedbecauseZones are notinstallable using Automated Installer,yet.
E.
Step2can be omitted because Zonesdo not have a concept of a first boot that is distinct from a
Global Zone – once the Global Zone is booted,the script executes for all Zones.
Explanation:
Running a Custom Script During First Boot
To perform any additional installation or configuration that cannot be done in the AI manifest or in
a system configuration profile, you can create a script that is executed at first boot by a run-once
SMF service.
The service runs and executes the script at first reboot after the AI installation.
Reference:Installing Oracle Solaris 11 Systems,Running a Custom Script During First Boot