Examine these statements and their output taken right after successful install of Oracle
Linux: [root@FAROUT /] rpm –q firstboot Firstboot -1.110.10-1.0.2.e16.x86_64 [root
@FAROUT /] # chkconfig – – list firstboot Firstboot 0:off 2:off 3:off 4:off 5:off 6;off
[root@FAROUT /] # /etc/sysconfig/firstboot RUN_FIRSTBOOT=NO What is the conclusion?
A.
The option to run firstboot was deselected during Oracle Linux installation.
B.
The system was installed with desktop graphical packages and rebooted and the firstboot
utility ran successful.
C.
Firstboot never ran in any run level because the service is turned off for all run levels.
D.
The system was installed without selecting desktop graphical packages, thereby
disabling firstboot from running.
The correct result is B,
because the firstboot window appears if you chose to install desktop packages.
B