Type the following into the terminal to configure grub:
Code:
su -
gedit /boot/grub/grub.conf
Then, within the grub.conf file, add the bold text below (this value will also depend upon which screen resolution you’d like. To get this value, visit this page):
Code:
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,9)
kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=a61c8338-e373-4389-ae00-32942185f7c2 rhgb quiet vga=792
initrd /boot/initrd-2.6.27.5-117.fc10.i686.img
If you’d like to add more themes, you’ll need to first download and install them and then set them as default. To do this, type the following into the terminal, replacing what’s within the {} with the theme of your choice):
Code:
su -
yum install plymouth-plugin-{fade-in,pulser,spinfinity}
Then, set your theme as default:
Code:
su -
plymouth-set-default-plugin pluginname
/usr/libexec/plymouth/plymouth-update-initrd
Themes are personal tastes. Feel free to switch to one that you like better or even create a new theme
plymouth-set-default-theme --list
plymouth-set-default-theme <theme-name> --rebuild-initrd
最終更新:2010年05月17日 14:55