mkos32/config/grub.cfg
Maciej Krzyżanowski e635ac4f7d Repair permissions
Permissions were broken after moving files from NTFS partition.
Everything had 777, but now I reverted it to have 755 for
directories and 644 for regular files.
2024-08-19 23:57:32 +02:00

4 lines
47 B
INI

menuentry "mkos" {
multiboot /boot/mkos.bin
}