changeset 3893:4115db3e65ea

6518531 BFU Script should cleanup old PCI hotplug devlinks
author scarter
date Sun, 25 Mar 2007 23:58:42 -0700
parents 55e05ad4374a
children 7c0146a89509
files usr/src/tools/scripts/bfu.sh
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/tools/scripts/bfu.sh	Fri Mar 23 19:23:04 2007 -0700
+++ b/usr/src/tools/scripts/bfu.sh	Sun Mar 25 23:58:42 2007 -0700
@@ -6535,6 +6535,12 @@
 	rm -f $root/lib/liblaadm.so.1
 	rm -f $root/lib/libwladm.so.1
 
+	#
+	# Remove PCI hotplug devlinks.  Their format has changed,
+	# and the old devlinks will interfere with the new ones.
+	#
+	rm -f $root/dev/cfg/*pci*
+
 	# End of pre-archive extraction hacks.
 
 	if [ $diskless = no -a $zone = global ]; then