usr/src/cmd/slim-install/finish/install-finish
changeset 107 73ae3dba821c
parent 99 1c97afbc10fc
child 110 d407ee4c7a44
equal deleted inserted replaced
106:3dc5f5d3d662 107:73ae3dba821c
   364 	cat "${MENUFILE}.new" > "$MENUFILE"
   364 	cat "${MENUFILE}.new" > "$MENUFILE"
   365 	rm "${MENUFILE}.new"
   365 	rm "${MENUFILE}.new"
   366 fi
   366 fi
   367 
   367 
   368 # add entries for other installed OS's to the grub menu
   368 # add entries for other installed OS's to the grub menu
   369 mkmenu $GRUBMENU
   369 /sbin/mkmenu $GRUBMENU
   370 
   370 
   371 if [ "$rootfstype" = "zfs" ] ; then
   371 if [ "$rootfstype" = "zfs" ] ; then
   372 	rootdataset=`grep -v "^#" $BASEDIR/etc/vfstab | \
   372 	rootdataset=`grep -v "^#" $BASEDIR/etc/vfstab | \
   373 	    grep "[ 	]/[ 	]" | nawk '{print $1}'`
   373 	    grep "[ 	]/[ 	]" | nawk '{print $1}'`
   374 
   374