summaryrefslogtreecommitdiff
path: root/packages/maemo/nokia770-init
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2005-07-06 18:15:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-06 18:15:03 +0000
commit5565996ae46389896f5a8638b98bc55811f09e9b (patch)
tree10424766ca29d2f91b751d97490e9dd3a070af40 /packages/maemo/nokia770-init
parent9c8ed5e61498f7c5537c345d92e5b2da9fd6af3d (diff)
parent060a925277aefd5367a76112c45205d3370e0a4a (diff)
merge of 39ec5c108a34c5b8050cb5c43e6e9b01d0a7e695
and bff71dff596d0325ccafbf13fc11a5beb1b38b89
Diffstat (limited to 'packages/maemo/nokia770-init')
-rw-r--r--packages/maemo/nokia770-init/.mtn2git_empty0
-rw-r--r--packages/maemo/nokia770-init/fixup-770.sh17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/maemo/nokia770-init/.mtn2git_empty b/packages/maemo/nokia770-init/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/maemo/nokia770-init/.mtn2git_empty
diff --git a/packages/maemo/nokia770-init/fixup-770.sh b/packages/maemo/nokia770-init/fixup-770.sh
new file mode 100644
index 0000000000..02c18d4108
--- /dev/null
+++ b/packages/maemo/nokia770-init/fixup-770.sh
@@ -0,0 +1,17 @@
+#! /bin/sh
+case "$1" in
+ start)
+ echo -n "Unmounting virtual fs from initrd"
+ umount /mnt/initfs/sys
+ umount /mnt/initfs/proc
+ ;;
+ stop)
+ ;;
+ *)
+ echo "Usage: $SCRIPTNAME {start|stop}" >&2
+ exit 1
+ ;;
+esac
+
+exit 0
+ \ No newline at end of file