diff options
-rw-r--r-- | backend/modules/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/init b/backend/modules/init index 073698e..01f9de3 100644 --- a/backend/modules/init +++ b/backend/modules/init @@ -5,7 +5,7 @@ function init_installer() [ -f /etc/default/distro ] && . /etc/default/distro export FLL_DISTRO_MODE FLL_DISTRO_NAME FLL_LIVE_USER mkdir -p /live/filesystem - LOOPDEV="$(losetup --all | awk -F: '/\/live\/image\/live/&&/filesystem/{print $1}')" + LOOPDEV="$(losetup --all | awk -F: '/\/live\/image\//&&/filesystem/{print $1}')" if [ -e /live/gfxoverlay.active ]; then mkdir -p /live/filesystem.main gfx="$(cat /live/gfxoverlay.active)" |