aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/initscripts-shr
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-02-28 21:21:31 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-03-02 08:30:26 +0100
commit68b7542a45fc19c9f64c914c7881b116b7a1b8c0 (patch)
tree2eaabda671497a0d4cb72072b2c4983ab4e0866b /recipes/shr/initscripts-shr
parentb46c836d03133659696d11fc5c9d3653b7bce404 (diff)
downloadopenembedded-68b7542a45fc19c9f64c914c7881b116b7a1b8c0.tar.gz
initscripts-shr: add correct commands for halt/reboot for palmpre machine
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/shr/initscripts-shr')
-rw-r--r--recipes/shr/initscripts-shr/palmpre/halt2
-rw-r--r--recipes/shr/initscripts-shr/palmpre/reboot2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shr/initscripts-shr/palmpre/halt b/recipes/shr/initscripts-shr/palmpre/halt
index 6b3dc0d8ed..293d9b27a8 100644
--- a/recipes/shr/initscripts-shr/palmpre/halt
+++ b/recipes/shr/initscripts-shr/palmpre/halt
@@ -20,6 +20,6 @@ then
hddown=""
fi
-/sbin/tellbootie shutdown
+halt -d -f
: exit 0
diff --git a/recipes/shr/initscripts-shr/palmpre/reboot b/recipes/shr/initscripts-shr/palmpre/reboot
index 195f540d2f..fcd312a11d 100644
--- a/recipes/shr/initscripts-shr/palmpre/reboot
+++ b/recipes/shr/initscripts-shr/palmpre/reboot
@@ -8,4 +8,4 @@
PATH=/sbin:/bin:/usr/sbin:/usr/bin
echo -n "Rebooting... "
-/sbin/tellbootie
+reboot -f -d