Which modification needs to be made to the Service Management Facility before you publish a
new package to the IPS repository?
A.
The pkg.depotd must be disabled.
B.
The pkg/readonly property for the application/pkg/server service must be set to false.
C.
The Pkg/writabie_root property for the application/Pkg/server service must be set to true.
D.
The pkg/image.root property for the application/pkg/server service must be set to the location of
the repository.
Explanation:
pkg/image_root
(astring) The path to the image whose file information will be used as a cache for file data.
B is the correct answer,
we set it to readonly false so that we can publish the package to repo.
also option D is inst_root (and not image_root)
go with B.