/etc/firsttime.d support
This commit is contained in:
parent
dfb2d2adef
commit
c509ddb954
3
features.in/build-ve/image-scripts.d/90firsttime
Executable file
3
features.in/build-ve/image-scripts.d/90firsttime
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Run scripts from /etc/firsttime.d at first start
|
||||
[ -f "/var/lock/TMP_1ST" ] || touch "/var/lock/TMP_1ST"
|
3
features.in/build-vm/image-scripts.d/90firsttime
Executable file
3
features.in/build-vm/image-scripts.d/90firsttime
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Run scripts from /etc/firsttime.d at first start
|
||||
[ -f "/var/lock/TMP_1ST" ] || touch "/var/lock/TMP_1ST"
|
Loading…
Reference in New Issue
Block a user