mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
initscripts: remove finish.sh
Remove finish.sh from initscripts as it is no longer used. (From OE-Core rev: 3bcd9188f919da1b10f692d29ef34cd18ef88184) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: finish.sh
|
||||
# Required-Start: $remote_fs rmnologin
|
||||
# Required-Stop:
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop:
|
||||
# Short-Description: Finish system start
|
||||
# Description:
|
||||
### END INIT INFO
|
||||
|
||||
if ! test -e /etc/.configured; then
|
||||
> /etc/.configured
|
||||
fi
|
||||
Reference in New Issue
Block a user