about summary refs log tree commit diff
path: root/sys/mountloop
blob: 1d5fe32fc4115be633716d06f13f6e4151e86f1c (plain) (blame)
1
2
3
4
5
6
7
8
#! /bin/sh

. ./settings

mkdir $target
if ! mount -o loop -t ext3 $image $target; then
    exit 1
fi