omap3-pandora-kernel2: otg patch test release
[openpandora.oe.git] / recipes / pandora-system / pandora-first-run-wizard / op_startup.sh
1 #!/bin/sh
2
3 OP_CHECKFILE='/etc/pandora/first-boot'
4 OP_FIRSTRUN='xinit /usr/pandora/scripts/first-run-wizard.sh'
5
6 [ -f $OP_CHECKFILE ] && echo -e "\nOP_STARTUP: $OP_CHECKFILE exists, not first boot." || $OP_FIRSTRUN