#!/bin/sh

if [ -e /activImage ]; then
  echo "Starte chroot"
  mount -o bind /baroot /activImage/var/baroot
  exec chroot /activImage /etc/init.d/rcS
fi
