Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh123 rpcfsdev=`echo "$bootdev" | sed -e "s/dev\/dsk/dev\/rdsk/"`
124 if [ X"$rpcfsdev" != X ]; then
125 print "Installing grub on $rpcfsdev"
126 "$ALT_ROOT"/sbin/installgrub $STAGE1 $STAGE2 $rpcfsdev
138 if [ X"$rpcfsdev" != X ]; then