From 365cd911efe776dcd487039d7bf43e4faeab55c7 Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 24 Jun 2025 12:05:39 +0200 Subject: [PATCH] #2301 adds mount route when boot mark is created --- ogclient/scripts/configureOs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogclient/scripts/configureOs.py b/ogclient/scripts/configureOs.py index 32fe8be..aa5bcc4 100755 --- a/ogclient/scripts/configureOs.py +++ b/ogclient/scripts/configureOs.py @@ -81,7 +81,7 @@ if 'Windows' == ostype: elif 'Linux' == ostype: # Marca para arranque. - boot_mark_file = f'/Part-{int(disk):02d}-{int(par):02d}' + boot_mark_file = f'{mntdir}/Part-{int(disk):02d}-{int(par):02d}' try: open (boot_mark_file, 'w').close() except Exception as e: