759b58c293
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
3 lines
105 B
Bash
Executable file
3 lines
105 B
Bash
Executable file
SDIR=$(dirname $0)
|
|
DDIR=$(dirname $0)/root
|
|
sudo mount "$SDIR/Debian-3.0r0.ext2" "$DDIR" -o loop,acl,sync
|