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:
parent
a724e8e55d
commit
19e21d0910
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Run scripts from /etc/firsttime.d at first start
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user