Kaydet (Commit) dcc625c7 authored tarafından Clement Lefebvre's avatar Clement Lefebvre

live-installer-stop: Fix ISO mount point

üst e8546475
......@@ -48,7 +48,7 @@ do_stop ()
cache_path "$path"
done
device="$(grep " /lib/live/mount/medium " /proc/mounts | cut -d' ' -f1)" || device=
device="$(grep " /run/live/medium " /proc/mounts | cut -d' ' -f1)" || device=
pkname="$(lsblk -no pkname $device)" || pkname=
# If /lib/live/mount/medium isn't mounted, don't try to eject it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment