Fixed grub path

This commit is contained in:
2Shirt 2019-06-11 18:03:36 -06:00
parent ae488138e0
commit 519572b53a
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -59,7 +59,7 @@ BOOT_ENTRIES = {
BOOT_FILES = {
# Directory: extension
'/arch/boot/syslinux': 'cfg',
'/boot/grub/': 'cfg',
'/boot/grub': 'cfg',
'/EFI/boot': 'conf',
}