mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
13 lines
742 B
Diff
13 lines
742 B
Diff
![]() |
diff -Nur livecd-tools-21.1.old/imgcreate/live.py livecd-tools-21.1/imgcreate/live.py
|
||
|
--- livecd-tools-21.1.old/imgcreate/live.py 2014-07-03 14:38:07.000000000 +0400
|
||
|
+++ livecd-tools-21.1/imgcreate/live.py 2014-07-03 14:39:14.107060531 +0400
|
||
|
@@ -739,7 +739,7 @@
|
||
|
"""
|
||
|
fail = False
|
||
|
missing = []
|
||
|
- files = [("/boot/efi/EFI/*/grub2-efi/shim.efi", "/EFI/BOOT/BOOT%s.efi" % (self.efiarch,)),
|
||
|
+ files = [("/boot/efi/EFI/*/shim.efi", "/EFI/BOOT/BOOT%s.efi" % (self.efiarch,)),
|
||
|
("/boot/efi/EFI/*/grub2-efi/grubcd.efi", "/EFI/BOOT/grubx64.efi"),
|
||
|
("/boot/grub2/themes/rosa/*", "/EFI/BOOT/themes/rosa/"),
|
||
|
("/boot/grub2/fonts/unicode.pf2", "/EFI/BOOT/fonts/"),
|