refs #1980 pass imgname to configureOs.py

pull/37/head
Natalia Serrano 2025-05-09 12:11:34 +02:00
parent 06885b35d7
commit 6958c658e8
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def main (repo, imgname, disk, par, proto='UNICAST', protoopt=''):
subprocess.run (['configureOsCustom', disk, par, repo, imgname])
else:
SystemLib.ogEcho (['log', 'session'], None, f'[90] {ogGlobals.lang.MSG_SCRIPTS_OS_CONFIGURE}')
subprocess.run (['configureOs.py', disk, par])
subprocess.run (['configureOs.py', disk, par, imgname])
time_total = time.time() - time1
SystemLib.ogEcho (['log', 'session'], None, f'[100] {ogGlobals.lang.MSG_SCRIPTS_TIME_TOTAL} {int (time_total/60)}m {int (time_total%60)}s')