Created
July 31, 2011 18:07
-
-
Save shamun/1117032 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # cat /boot/grub/grub.conf | |
| # grub.conf generated by anaconda | |
| # | |
| # Note that you do not have to rerun grub after making changes to this file | |
| # NOTICE: You have a /boot partition. This means that | |
| # all kernel and initrd paths are relative to /boot/, eg. | |
| # root (hd0,0) | |
| # kernel /vmlinuz-version ro root=/dev/mapper/vg_example-lv_root | |
| # initrd /initrd-[generic-]version.img | |
| #boot=/dev/sda | |
| #default=0 | |
| #timeout=0 | |
| default=0 | |
| timeout=30 | |
| splashimage=(hd0,0)/grub/splash.xpm.gz | |
| hiddenmenu | |
| title Fedora (2.6.38.8-35.fc15.i686) | |
| root (hd0,0) | |
| kernel /vmlinuz-2.6.38.8-35.fc15.i686 ro root=/dev/mapper/vg_example-lv_root rd_LVM_LV=vg_example/lv_root rd_LVM_LV=vg_example/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgd quiet | |
| initrd /initramfs-2.6.38.8-35.fc15.i686.img | |
| title Fedora (2.6.38.8-32.fc15.i686) | |
| root (hd0,0) | |
| kernel /vmlinuz-2.6.38.8-32.fc15.i686 ro root=/dev/mapper/vg_example-lv_root rd_LVM_LV=vg_example/lv_root rd_LVM_LV=vg_example/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet | |
| initrd /initramfs-2.6.38.8-32.fc15.i686.img | |
| title Fedora (2.6.38.7-30.fc15.i686) | |
| root (hd0,0) | |
| kernel /vmlinuz-2.6.38.7-30.fc15.i686 ro root=/dev/mapper/vg_example-lv_root rd_LVM_LV=vg_example/lv_root rd_LVM_LV=vg_example/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet | |
| initrd /initramfs-2.6.38.7-30.fc15.i686.img | |
| [root@example ~]# plymouth-set-default-theme solar | |
| /usr/libexec/plymouth/plymouth-update-initrd | |
| init 6 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment