Searched refs:rpcfsdev (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh126 rpcfsdev=`echo "$bootdev" | sed -e "s/dev\/dsk/dev\/rdsk/"`
127 if [ X"$rpcfsdev" != X ]; then
128 print "Installing grub on $rpcfsdev"
129 "$ALT_ROOT"/sbin/installgrub $STAGE1 $STAGE2 $rpcfsdev
141 if [ X"$rpcfsdev" != X ]; then

Completed in 42 milliseconds