diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-10T09·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-10T09·12+0000 |
commit | 089b43617501b19b94523b2211877841ed09e70e (patch) | |
tree | 2f668b28ee364a16bdbbe6172be50ebab50d33de /sys/mountloop | |
parent | b96239c65703afba195a952d9f21b9588c136ac7 (diff) |
* Deleted the sys directory.
Diffstat (limited to 'sys/mountloop')
-rwxr-xr-x | sys/mountloop | 8 |
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 |