Re: [arch-general] How best to adapt grub configuration?

2018-04-16 Thread Jeanette C. via arch-general
Hello Einhad, thank you for your detailed response. That is currently the way I'm running it. I was just wondering if I should - as Giancarlo suggested - one of the suplementary files and, if so, which ones. As for the example configuration it was spot on. Alas, I haven't discovered a way to

[arch-general] How best to adapt grub configuration?

2018-04-16 Thread respiranto
Hi Jeanette, in my opinion, the easiest option is to just write grub.cfg by hand. Fortunately, in Arch, grub.cfg will never be overwritten by an update. For basic functionality, grub.cfg may e.g. look like the following: --- set default=0 set timeout=5 play menuentry 'Arch' { play search

Re: [arch-general] How best to adapt grub configuration?

2018-04-16 Thread Giancarlo Razzolini via arch-general
Em abril 16, 2018 8:20 Jeanette C. via arch-general escreveu: Hey hey, how would I best adapt Grub's configuration file (gurb.cfg)? The usecase: I use Grub's play command to play different melodies for different entries and one when Grub is ready to be used. The reason behind it: I'm blind

[arch-general] How best to adapt grub configuration?

2018-04-16 Thread Jeanette C. via arch-general
Hey hey, how would I best adapt Grub's configuration file (gurb.cfg)? The usecase: I use Grub's play command to play different melodies for different entries and one when Grub is ready to be used. The reason behind it: I'm blind and like to know quite early on what is happening. Where would