mirror of
https://bitbucket.org/mangelo/snippets.git
synced 2024-11-21 18:31:00 +02:00
Grub.
This commit is contained in:
parent
02644efac8
commit
7d94f5cfba
22
grub.txt
Normal file
22
grub.txt
Normal file
@ -0,0 +1,22 @@
|
||||
Change the text and background color in grub
|
||||
----------------------------------------------
|
||||
|
||||
* /etc/grub.d/99_colors
|
||||
#!/bin/sh
|
||||
echo "set menu_color_highlight=dark-gray/black"
|
||||
echo "set menu_color_normal=black/black"
|
||||
echo "set color_normal=dark-gray/black"
|
||||
|
||||
* chmod 755 /etc/grub.d/99_colors
|
||||
|
||||
* update-grub
|
||||
|
||||
|
||||
Change the timeout if boot fails
|
||||
----------------------------------
|
||||
|
||||
* /etc/default/grub
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT
|
||||
|
||||
* update-grub
|
Loading…
Reference in New Issue
Block a user