Fixed grub path
This commit is contained in:
parent
ae488138e0
commit
519572b53a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ BOOT_ENTRIES = {
|
||||||
BOOT_FILES = {
|
BOOT_FILES = {
|
||||||
# Directory: extension
|
# Directory: extension
|
||||||
'/arch/boot/syslinux': 'cfg',
|
'/arch/boot/syslinux': 'cfg',
|
||||||
'/boot/grub/': 'cfg',
|
'/boot/grub': 'cfg',
|
||||||
'/EFI/boot': 'conf',
|
'/EFI/boot': 'conf',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue