Extra comments

ogrepository-fixes
Vadim vtroshchinskiy 2025-06-24 16:30:46 +02:00
parent bbcee84ebd
commit 1357023bc9
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ def main():
if len(sys.argv) != 6:
sys.exit(SystemLib.ogRaiseError([], ogGlobals.OG_ERR_FORMAT, "Incorrect number of arguments. Usage: CrearImagenGit.py disk_num partition_num image_name repo tag"))
# repo - repositorio, ip address. Opcional porque oglive lo recibe como parametro de kernel
# tag - tag a crear automaticamente. Opcional, no necesitamos crear un tag siempre.
disk_num, partition_num, image_name, repo, tag = sys.argv[1:6]