daily pastebin goal
15%
SHARE
TWEET

Untitled

a guest Feb 26th, 2010 184 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Specifies the boot device.  This is where Lilo installs its boot
  2. # block.  It can be either a partition, or the raw device, in which
  3. # case it installs in the MBR, and will overwrite the current MBR.
  4. #
  5. boot=/dev/md0
  6.  
  7. # Specifies the device that should be mounted as root. (`/')
  8. #
  9. #root=/dev/mapper/group-root
  10.  
  11. # This option may be needed for some software RAID installs.
  12. #
  13. raid-extra-boot=mbr-only
  14.  
  15.  
  16. # Specifies the location of the map file
  17. #
  18. map=/boot/map
  19.  
  20.  
  21. #
  22. # Boot up Linux by default.
  23. #
  24. default=Linux
  25.  
  26. image=/vmlinuz
  27.         label=Linux
  28.         read-only
  29. #       restricted
  30. #       alias=1
  31.         append="root=/dev/mapper/group-root  "
  32.         initrd=/initrd.img
  33.  
  34. image=/vmlinuz.old
  35.         label=LinuxOLD
  36.         read-only
  37.         optional
  38. #       restricted
  39. #       alias=2
  40.         append="root=/dev/mapper/group-root  "
  41.         initrd=/initrd.img.old
RAW Paste Data
Top