summaryrefslogtreecommitdiffstats
path: root/recipes-extra/startup/rpi-first-run-wizard/rpi_startup.sh
blob: aef257db7a14c202b59789572d7712bd621b93b1 (plain)
1
2
3
4
5
6
#!/bin/sh

OP_CHECKFILE='/etc/rpi/first-boot'
OP_FIRSTRUN='xinit /usr/rpi/scripts/first-run-wizard.sh'

[ -f $OP_CHECKFILE ] && echo -e "\nOP_STARTUP: $OP_CHECKFILE exists, not first boot." || $OP_FIRSTRUN