From 4754c5adbb2281695fcc6ff06e152dc54522851d Mon Sep 17 00:00:00 2001 From: mj Date: Thu, 22 Oct 2015 11:54:22 +0200 Subject: [PATCH] [IMP] ADD helpers/mountiso.sh --- helpers/mountiso.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helpers/mountiso.sh diff --git a/helpers/mountiso.sh b/helpers/mountiso.sh new file mode 100644 index 0000000..faa9295 --- /dev/null +++ b/helpers/mountiso.sh @@ -0,0 +1,2 @@ +#!/bin/sh +mount -o loop "$*" /var/lib/vz/mnt/iso -- 2.0.0