Skip to content

Instantly share code, notes, and snippets.

Created June 21, 2013 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5833676 to your computer and use it in GitHub Desktop.
Save anonymous/5833676 to your computer and use it in GitHub Desktop.
stdin
#
# /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5)
#
lba32
install=text
prompt
timeout=50
boot=/dev/sda
image=/boot/vmlinuz
label=CRUX
root=/dev/sda1
read-only
#append="quiet"
image=/boot/vmlinuz-rescue
label=rescue
initrd=/boot/initramfs
append="root=/dev/sda1"
other=/dev/sda2
label=OSX
# End of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment