Update ESET live SysRescue boot entry to use UUID
This commit is contained in:
parent
749580d041
commit
12121c7078
1 changed files with 4 additions and 1 deletions
|
|
@ -425,7 +425,10 @@ def update_boot_entries():
|
||||||
'sed',
|
'sed',
|
||||||
'--in-place',
|
'--in-place',
|
||||||
'--regexp-extended',
|
'--regexp-extended',
|
||||||
f's#archisolabel={ISO_LABEL}#archisodevice=/dev/disk/by-uuid/{uuid}#',
|
(
|
||||||
|
f's#archisolabel={ISO_LABEL}#archisodevice=/dev/disk/by-uuid/{uuid}#; '
|
||||||
|
f's#by-label/(eSysRescueLiveCD|{ISO_LABEL}|{UFD_LABEL})#by-uuid/{uuid}#'
|
||||||
|
),
|
||||||
*configs,
|
*configs,
|
||||||
]
|
]
|
||||||
run_program(cmd)
|
run_program(cmd)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue