#!/bin/sh
if [ $METHOD = "INSTALL" ] ; then
  exec $INSTALLIMAGE/Fermi/products/bootups.sh `cat $CHROOT/etc/workgroup` 
else
  echo "Doing a upgrade so we are skipping the UPS/UPD BootStrap"
fi