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:
Chen Qi 2013-01-11 12:11:18 +08:00 committed by Richard Purdie
parent d638fee94b
commit c7f170bcb8
2 changed files with 2 additions and 19 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ DESCRIPTION = "Initscripts provide the basic system startup initialization scrip
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PR = "r138"
PR = "r139"
INHIBIT_DEFAULT_DEPS = "1"
@ -15,7 +15,6 @@ SRC_URI = "file://functions \
file://hostname.sh \
file://mountall.sh \
file://banner.sh \
file://finish.sh \
file://bootmisc.sh \
file://mountnfs.sh \
file://reboot \
@ -31,7 +30,7 @@ SRC_URI = "file://functions \
file://populate-volatile.sh \
file://volatiles \
file://save-rtc.sh \
file://GPLv2.patch"
file://GPLv2.patch"
SRC_URI_append_arm = " file://alignment.sh"
@ -69,7 +68,6 @@ do_install () {
install -m 0644 ${WORKDIR}/functions ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/bootmisc.sh ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/checkroot.sh ${D}${sysconfdir}/init.d
# install -m 0755 ${WORKDIR}/finish.sh ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/halt ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/hostname.sh ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/mountall.sh ${D}${sysconfdir}/init.d
@ -123,7 +121,6 @@ do_install () {
ln -sf ../init.d/mountnfs.sh ${D}${sysconfdir}/rcS.d/S45mountnfs.sh
ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.sh
# ln -sf ../init.d/urandom ${D}${sysconfdir}/rcS.d/S55urandom
# ln -sf ../init.d/finish.sh ${D}${sysconfdir}/rcS.d/S99finish.sh
ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rcS.d/S02sysfs.sh
# udev will run at S03 if installed
ln -sf ../init.d/populate-volatile.sh ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh