about summary refs log tree commit diff
path: root/sys/mountloop
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mountloop')
-rwxr-xr-xsys/mountloop8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/mountloop b/sys/mountloop
deleted file mode 100755
index 1d5fe32fc411..000000000000
--- a/sys/mountloop
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-. ./settings
-
-mkdir $target
-if ! mount -o loop -t ext3 $image $target; then
-    exit 1
-fi