vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.55k stars 245 forks source link

suggestion - new feature : change delay value on boot #81

Closed nicolas2k closed 4 years ago

nicolas2k commented 4 years ago

Hi!

I'd like to add ton install with a new feature : possibility to change delay value on boot (5 seconds instead 30 seconds in default).

Thanks

Krantz-XRF commented 4 years ago

AFAIK, this has nothing to do with a GRUB theme, but rather the GRUB configuration.

nicolas2k commented 4 years ago

I'm not sure, because grub configurator does not effet to change, and I must modify install.sh script to 5 secondes instead 30 secondes

stuarthayhurst commented 4 years ago

This can be changed in the grub config, and a grub theme doesn't feel like a great place to start configuring grub in that way. If you want to change this, set GRUB_TIMEOUT in /etc/default/grub to GRUB_TIMEOUT=30, and then update grub with the method your distro uses.

stuarthayhurst commented 4 years ago

You mentioned it doesn't effect the change unless you run install script. My best guess is that you didn't update grub afterwards which makes config changes actually take effect. For Ubuntu, the command is sudo update-grub.

stuarthayhurst commented 4 years ago

@vinceliuice I can add an argument that handles this if you want, but I don't really think it fits here. What do you think?

vinceliuice commented 4 years ago

I also think it's not fits here

nicolas2k commented 4 years ago

it's all ok, maybe just a notice ...

Thanks