Bug #13980
Updated by Toomas Soome 11 months ago
bootadm update-archive is missing updates on some configuration files.
Testing done:
<pre>
# bootadm update-archive -v
new /etc/driver_aliases
new /etc/driver_classes
new /etc/name_to_major
new /etc/name_to_sysnum
new /etc/path_to_inst
new /etc/rtc_config
new /etc/versions
new /etc/versions/build
Creating cpio boot archive
updating /platform/sun4v/boot_archive (CPIO)
16+0 records in
16+0 records out
8192 bytes transferred in 0,000917 secs (8,52MB/sec)
15+0 records in
15+0 records out
7680 bytes transferred in 0,000554 secs (13,2MB/sec)
#
</pre>
Updated /etc/system and:
<pre>
root@openindiana:/platform/sun4v# bootadm update-archive -v
changed /etc/system
Creating cpio boot archive
updating /platform/sun4v/boot_archive (CPIO)
16+0 records in
16+0 records out
8192 bytes transferred in 0,000831 secs (9,40MB/sec)
15+0 records in
15+0 records out
7680 bytes transferred in 0,000538 secs (13,6MB/sec)
root@openindiana:/platform/sun4v#
</pre>