summaryrefslogtreecommitdiffstats
path: root/loader2/method.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-11 18:53:19 +0000
committerChris Lumens <clumens@redhat.com>2005-03-11 18:53:19 +0000
commit8dc708f2d46f6cd70c2f627aca23cbe97d64457d (patch)
tree1d48fded4418d560061b832181ea9581e2c51627 /loader2/method.c
parent272ca88f8267d56b44df349ae935869bb368189e (diff)
downloadanaconda-8dc708f2d46f6cd70c2f627aca23cbe97d64457d.tar.gz
anaconda-8dc708f2d46f6cd70c2f627aca23cbe97d64457d.tar.xz
anaconda-8dc708f2d46f6cd70c2f627aca23cbe97d64457d.zip
Unmount the loopback mounted ISO image to free up the loopback device for
later use (#150887).
Diffstat (limited to 'loader2/method.c')
-rw-r--r--loader2/method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/method.c b/loader2/method.c
index 3f0c1aa0f..9397ee003 100644
--- a/loader2/method.c
+++ b/loader2/method.c
@@ -179,7 +179,7 @@ char * validIsoImages(char * dirName, int *foundinvalid) {
umountLoopback("/mnt/runtime", "loop0");
} else {
if (verifyStamp("/mnt/runtime")) {
- umountLoopback("/tmp/runtime", "loop0");
+ umountLoopback("/mnt/runtime", "loop0");
umountLoopback("/tmp/loopimage", "loop7");
break;
}