boot = /dev/sda
bitmap          = /boot/infopaboot.bmp
bmp-table       = 300p,115p,2,3,20
bmp-colors      = 0,,255;255,,0
bmp-timer       = 533p,352p;255,,
prompt
timeout = 100
# Override dangerous defaults that rewrite the partition table:
compact
change-rules
  reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# End LILO global section

# Linux bootable partition config begins

image = /boot/vmlinuz-2.6.17.4
  root = /dev/sda5
  label = Slack
  append="resume2=swap:/dev/sda6"
  read-only

image = /boot/vmlinuz-2.6.17.4
  root = /dev/sda5
  label = Slack_noresume
  append="resume2=swap:/dev/sda6 noresume2"
  read-only

# Linux bootable partition config ends

# Windows bootable partition config begins
other = /dev/sda2
  label = Windows
  table = /dev/sda
# Windows bootable partition config ends


