look in right place for livemedia isos
This commit is contained in:
parent
ae1f4d5369
commit
7ce20ba5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -3042,7 +3042,7 @@ class LiveMediaTask(ImageTask):
|
|||
# Find the resultant iso
|
||||
# The cwd of the livemedia-creator process is /tmp in the chroot, so
|
||||
# that is where it writes the .iso
|
||||
files = os.listdir(os.path.join(broot.rootdir(), 'tmp'))
|
||||
files = os.listdir(os.path.join(broot.rootdir(), resultdir.lstrip('/')))
|
||||
isofile = None
|
||||
for afile in files:
|
||||
if afile.endswith('.iso'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue