#2301 adds mount route when boot mark is created
parent
87fb51ed2a
commit
365cd911ef
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue