#2301 adds mount route when boot mark is created

Luis Gerardo Romero Garcia 2025-06-24 12:05:39 +02:00
parent 87fb51ed2a
commit 365cd911ef
1 changed files with 1 additions and 1 deletions

View File

@ -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: