All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] initscripts: added save-rtc to runlevel S
@ 2013-01-09  0:18 eu
  2013-01-09  2:16 ` ChenQi
  0 siblings, 1 reply; 6+ messages in thread
From: eu @ 2013-01-09  0:18 UTC (permalink / raw)
  To: poky; +Cc: Felipe F. Tonello

From: "Felipe F. Tonello" <ftonello@cercacor.com>

It is necessary to add save-rtc.sh to runlevel S so the system is updated when
it boots up.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
---
 meta/recipes-core/initscripts/initscripts_1.0.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb
index 39be9a8..24fa940 100644
--- a/meta/recipes-core/initscripts/initscripts_1.0.bb
+++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
@@ -113,6 +113,7 @@ do_install () {
 	ln -sf		../init.d/umountfs	${D}${sysconfdir}/rc0.d/S40umountfs
 	# udev will run at S55 if installed
 	ln -sf		../init.d/halt		${D}${sysconfdir}/rc0.d/S90halt
+	ln -sf		../init.d/save-rtc.sh	${D}${sysconfdir}/rcS.d/S25save-rtc.sh
 	ln -sf		../init.d/save-rtc.sh	${D}${sysconfdir}/rc0.d/S25save-rtc.sh
 	ln -sf		../init.d/save-rtc.sh	${D}${sysconfdir}/rc6.d/S25save-rtc.sh
 	ln -sf		../init.d/banner.sh	${D}${sysconfdir}/rcS.d/S02banner.sh
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-09 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09  0:18 [PATCH] initscripts: added save-rtc to runlevel S eu
2013-01-09  2:16 ` ChenQi
2013-01-09  5:35   ` Felipe Ferreri Tonello
2013-01-09  8:16     ` ChenQi
2013-01-09 17:58       ` Felipe Ferreri Tonello
2013-01-09  8:27     ` ChenQi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.