Advertisement
Guest User

noiz354

a guest
Mar 13th, 2009
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # grub.conf generated by anaconda
  2. #
  3. # Note that you do not have to rerun grub after making changes to this file
  4. # NOTICE: You have a /boot partition. This means that
  5. # all kernel and initrd paths are relative to /boot/, eg.
  6. # root (hd0,0)
  7. # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
  8. # initrd /initrd-version.img
  9. #boot=/dev/sda
  10. default=0
  11. timeout=0
  12. splashimage=(hd0,0)/grub/splash.xpm.gz
  13. hiddenmenu
  14. title Fedora (2.6.27.19-170.2.35.fc10.i686)
  15. root (hd0,0)
  16. kernel /vmlinuz-2.6.27.19-170.2.35.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
  17. initrd /initrd-2.6.27.19-170.2.35.fc10.i686.img
  18. title Fedora (2.6.27.5-117.fc10.i686)
  19. root (hd0,0)
  20. kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=be6cbeb8-4843-406f-af68-01870398c030 rhgb quiet
  21. initrd /initrd-2.6.27.5-117.fc10.i686.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement