зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 06:06:08 +02:00
10 строки
192 B
Plaintext
10 строки
192 B
Plaintext
info -f grub -n 'Simple configuration'
|
|
|
|
/etc/default/grub
|
|
GRUB_THEME="/usr/share/grub/themes/starfield/theme.txt"
|
|
|
|
ubuntu:
|
|
sudo update-grub
|
|
other:
|
|
grub-mkconfig -o /boot/grub/grub.cfg
|