#!/bin/sh # if [ "$1" = "prereqs" ]; then exit 0 fi quiet=n . /scripts/functions . /conf/tcos.conf . /conf/tcos-run-functions . /conf/tcos-modules.conf _log "launching mrpdi service" # this is only needed on 2.6.32 kernel branch modprobe -q uinput >> /tmp/initramfs.debug 2>&1 & #not sure if this is needed export DISPLAY=:0.0 #wait for X waitforX #wait until gdm sleep 5 #run mrpdi in auto mode /usr/bin/mrpdi-cli --auto & exit 0