mkimage-profiles/sub.in/rootfs/image-scripts.d/90-firsttime

4 lines
117 B
Plaintext
Raw Normal View History

2013-01-05 11:23:49 +04:00
#!/bin/sh
# Run scripts from /etc/firsttime.d at first start
[ -f "/var/lock/TMP_1ST" ] || touch "/var/lock/TMP_1ST"