aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/files/umount.busybox
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/busybox/files/umount.busybox')
-rwxr-xr-xrecipes/busybox/files/umount.busybox3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/busybox/files/umount.busybox b/recipes/busybox/files/umount.busybox
new file mode 100755
index 0000000000..f3731626e6
--- /dev/null
+++ b/recipes/busybox/files/umount.busybox
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /bin/busybox umount $@