From 541109ff6910ab0c026ae260b6c084fb098436c9 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 6 Apr 2016 17:09:43 -0700 Subject: [PATCH] livemedia_creator: dirinstall_path is ROOT_PATH --- src/sbin/livemedia-creator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbin/livemedia-creator b/src/sbin/livemedia-creator index 54f211be..1c8c75ef 100755 --- a/src/sbin/livemedia-creator +++ b/src/sbin/livemedia-creator @@ -651,7 +651,7 @@ def novirt_install(opts, disk_img, disk_size, repo_url): log_monitor.shutdown() # Make sure any leftover anaconda mounts have been cleaned up - anaconda_cleanup(dirinstall_path) + anaconda_cleanup(ROOT_PATH) # Move the anaconda logs over to a log directory log_dir = os.path.abspath(os.path.dirname(opts.logfile))