Created
June 1, 2010 21:37
-
-
Save btipling/421537 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
[root@btipling ~]# cat /mnt/boot/grub/menu.lst | |
default=0 | |
timeout=5 | |
title Ubuntu lucid | |
root (hd0,0) | |
kernel /boot/vmlinuz-2.6.32-22-generic-pae root=/dev/xvda1 ro | |
initrd /boot/initrd.img-2.6.32-22-generic-pae | |
title Ubuntu lucid single user | |
root (hd0,0) | |
kernel /boot/vmlinuz-2.6.32-22-generic-pae root=/dev/xvda1 ro single | |
initrd /boot/initrd.img-2.6.32-22-generic-pae |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment