forked from sig_core/toolkit
fix naming for live images
This commit is contained in:
parent
6c20ee5a43
commit
a950af3404
@ -1683,16 +1683,17 @@ class LiveBuild:
|
|||||||
)
|
)
|
||||||
required_pkgs = self.livemap['required_pkgs']
|
required_pkgs = self.livemap['required_pkgs']
|
||||||
|
|
||||||
volid = '{}-{}-{}'.format(
|
volid = '{}-{}-{}-{}'.format(
|
||||||
self.shortname,
|
self.shortname,
|
||||||
image,
|
self.major_version,
|
||||||
self.release
|
self.minor_version,
|
||||||
|
image
|
||||||
)
|
)
|
||||||
|
|
||||||
isoname = '{}-{}-{}-{}-{}.iso'.format(
|
isoname = '{}-{}-{}-{}-{}.iso'.format(
|
||||||
self.shortname,
|
self.shortname,
|
||||||
image,
|
|
||||||
self.release,
|
self.release,
|
||||||
|
image,
|
||||||
self.current_arch,
|
self.current_arch,
|
||||||
self.date
|
self.date
|
||||||
)
|
)
|
||||||
@ -1905,8 +1906,8 @@ class LiveBuild:
|
|||||||
live_dir_arch = os.path.join(self.live_work_dir, arch)
|
live_dir_arch = os.path.join(self.live_work_dir, arch)
|
||||||
isoname = '{}-{}-{}-{}-{}.iso'.format(
|
isoname = '{}-{}-{}-{}-{}.iso'.format(
|
||||||
self.shortname,
|
self.shortname,
|
||||||
image,
|
|
||||||
self.release,
|
self.release,
|
||||||
|
image,
|
||||||
arch,
|
arch,
|
||||||
self.date
|
self.date
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user