Skip to content

Instantly share code, notes, and snippets.

@btipling
Created June 1, 2010 21:37
Show Gist options
  • Save btipling/421537 to your computer and use it in GitHub Desktop.
Save btipling/421537 to your computer and use it in GitHub Desktop.
[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