From c935719a96ea29112fb305097f66d3f485a0ca23 Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Tue, 28 Oct 2014 22:41:44 +0100
Subject: fix for new mount version

---
 backend/modules/init | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backend/modules/init b/backend/modules/init
index 15e05b4..501cf30 100644
--- a/backend/modules/init
+++ b/backend/modules/init
@@ -7,6 +7,7 @@ function init_installer()
 	mkdir -p /live/filesystem
 	LOOPDEV="$(losetup --all | awk -F: '/\/live\/image\//&&/filesystem/{print $1}')"
     [ -z "$LOOPDEV" ] && LOOPDEV=$(losetup --all | awk -F: '/\/live\/medium\//&&/filesystem/{print $1}')
+    [ -z "$LOOPDEV" ] && LOOPDEV=$(losetup --all | awk -F: '/\/live\/mount\/medium\//&&/filesystem/{print $1}')
 	if [ -e /live/gfxoverlay.active ]; then
 		mkdir -p /live/filesystem.main
 		gfx="$(cat /live/gfxoverlay.active)"
-- 
cgit v1.0