intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

grub-mkrescue can be called grub2-mkrescue #73

Closed 0xAX closed 7 years ago

0xAX commented 7 years ago

The Makefile calls grub-mkrescue util for creation for an image generation. But this utils is called grub2-mkrescue in Fedora Linux and maybe other rpm based distros.

This patch updates Makefile, so we will check existence of grub-mkrescue or grub2-mkrescue before.

steveklabnik commented 7 years ago

This looks good to me. Does anyone else have any thoughts?

steveklabnik commented 7 years ago

Thanks @0xAX !

0xAX commented 7 years ago

@steveklabnik Thanks for merge 👍