Commit 19e21d09 authored by Michael Shigorin's avatar Michael Shigorin

rootfs: upgrade to /etc/firsttime.flag

parent a724e8e5
#!/bin/sh
# Run scripts from /etc/firsttime.d at first start
[ -f "/var/lock/TMP_1ST" ] || touch "/var/lock/TMP_1ST"
[ -f "/etc/firsttime.flag" ] || touch "/etc/firsttime.flag"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment