mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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
|
|
||||||
@@ -3,7 +3,7 @@ DESCRIPTION = "Initscripts provide the basic system startup initialization scrip
|
|||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
PR = "r138"
|
PR = "r139"
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|
||||||
@@ -15,7 +15,6 @@ SRC_URI = "file://functions \
|
|||||||
file://hostname.sh \
|
file://hostname.sh \
|
||||||
file://mountall.sh \
|
file://mountall.sh \
|
||||||
file://banner.sh \
|
file://banner.sh \
|
||||||
file://finish.sh \
|
|
||||||
file://bootmisc.sh \
|
file://bootmisc.sh \
|
||||||
file://mountnfs.sh \
|
file://mountnfs.sh \
|
||||||
file://reboot \
|
file://reboot \
|
||||||
@@ -31,7 +30,7 @@ SRC_URI = "file://functions \
|
|||||||
file://populate-volatile.sh \
|
file://populate-volatile.sh \
|
||||||
file://volatiles \
|
file://volatiles \
|
||||||
file://save-rtc.sh \
|
file://save-rtc.sh \
|
||||||
file://GPLv2.patch"
|
file://GPLv2.patch"
|
||||||
|
|
||||||
SRC_URI_append_arm = " file://alignment.sh"
|
SRC_URI_append_arm = " file://alignment.sh"
|
||||||
|
|
||||||
@@ -69,7 +68,6 @@ do_install () {
|
|||||||
install -m 0644 ${WORKDIR}/functions ${D}${sysconfdir}/init.d
|
install -m 0644 ${WORKDIR}/functions ${D}${sysconfdir}/init.d
|
||||||
install -m 0755 ${WORKDIR}/bootmisc.sh ${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}/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}/halt ${D}${sysconfdir}/init.d
|
||||||
install -m 0755 ${WORKDIR}/hostname.sh ${D}${sysconfdir}/init.d
|
install -m 0755 ${WORKDIR}/hostname.sh ${D}${sysconfdir}/init.d
|
||||||
install -m 0755 ${WORKDIR}/mountall.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/mountnfs.sh ${D}${sysconfdir}/rcS.d/S45mountnfs.sh
|
||||||
ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.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/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
|
ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rcS.d/S02sysfs.sh
|
||||||
# udev will run at S03 if installed
|
# udev will run at S03 if installed
|
||||||
ln -sf ../init.d/populate-volatile.sh ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh
|
ln -sf ../init.d/populate-volatile.sh ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user