rootfs: upgrade to /etc/firsttime.flag

Just missed this change somehow...

See-also: http://git.altlinux.org/people/shaba/packages/?p=startup.git;a=commitdiff;h=2441f9438b7956fabdb353400b9df4abace1d7a0

Suggested-by: Anton Midyukov <antohami@altlinux.org>
This commit is contained in:
Michael Shigorin 2018-11-05 21:34:50 +03:00
parent a724e8e55d
commit 19e21d0910

View File

@ -1,3 +1,3 @@
#!/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"