livemedia_creator: dirinstall_path is ROOT_PATH

This commit is contained in:
Brian C. Lane 2016-04-06 17:09:43 -07:00
parent d14f19ae31
commit 541109ff69

View File

@ -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))