initscripts-shr: add correct commands for halt/reboot for palmpre machine
authorSimon Busch <morphis@gravedo.de>
Mon, 28 Feb 2011 20:21:31 +0000 (21:21 +0100)
committerSimon Busch <morphis@gravedo.de>
Mon, 28 Feb 2011 20:22:12 +0000 (21:22 +0100)
Signed-off-by: Simon Busch <morphis@gravedo.de>
recipes/shr/initscripts-shr/palmpre/halt
recipes/shr/initscripts-shr/palmpre/reboot
recipes/shr/initscripts-shr_0.0.1.bb

index 6b3dc0d..293d9b2 100644 (file)
@@ -20,6 +20,6 @@ then
        hddown=""
 fi
 
-/sbin/tellbootie shutdown
+halt -d -f
 
 : exit 0
index 195f540..fcd312a 100644 (file)
@@ -8,4 +8,4 @@
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 echo -n "Rebooting... "
-/sbin/tellbootie
+reboot -f -d
index 86ffe06..1434048 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = ""
 RDEPENDS_${PN} = "procps"
 LICENSE = "GPL"
 PV = "0.0.1"
-PR = "r25"
+PR = "r26"
 
 RCONFLICTS_${PN} = "initscripts"