Subdomain Posts
JavaScript | 440 days ago
JavaScript | 442 days ago
None | 670 days ago
Recent Posts
None | 22 sec ago
Lua | 32 sec ago
None | 47 sec ago
Lua | 50 sec ago
Python | 1 min ago
None | 1 min ago
None | 1 min ago
HTML | 1 min ago
None | 1 min ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Avalith on the 18th of May 2008 04:34:52 PM Download | Raw | Embed | Report
  1. # /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
  2. # ---------------       `install-mbr(8)', `/usr/share/doc/lilo/',
  3. #                       and `/usr/share/doc/mbr/'.
  4.  
  5. # +---------------------------------------------------------------+
  6. # |                        !! Reminder !!                         |
  7. # |                                                               |
  8. # | Don't forget to run `lilo' after you make changes to this     |
  9. # | conffile, `/boot/bootmess.txt' (if you have created it), or   |
  10. # | install a new kernel.  The computer will most likely fail to  |
  11. # | boot if a kernel-image post-install script or you don't       |
  12. # | remember to run `lilo'.                                       |
  13. # |                                                               |
  14. # +---------------------------------------------------------------+
  15.  
  16. # Specifies the boot device.  This is where Lilo installs its boot
  17. # block.  It can be either a partition, or the raw device, in which
  18. # case it installs in the MBR, and will overwrite the current MBR.
  19. #
  20. boot=/dev/sda
  21.  
  22. # Specifies the device that should be mounted as root. (`/')
  23. #
  24. root=/dev/sda1
  25.  
  26. # This option may be needed for some software RAID installs.
  27. #
  28. # raid-extra-boot=mbr-only
  29.  
  30. # Enable map compaction:
  31. # Tries to merge read requests for adjacent sectors into a single
  32. # read request. This drastically reduces load time and keeps the
  33. # map smaller.  Using `compact' is especially recommended when
  34. # booting from a floppy disk.  It is disabled here by default
  35. # because it doesn't always work.
  36. #
  37. # compact
  38.  
  39. # Installs the specified file as the new boot sector
  40. # You have the choice between: text, bmp, and menu
  41. # Look in lilo.conf(5) manpage for details
  42. #
  43. #install=menu
  44.  
  45. # Specifies the location of the map file
  46. #
  47. map=/boot/map
  48.  
  49. # You can set a password here, and uncomment the `restricted' lines
  50. # in the image definitions below to make it so that a password must
  51. # be typed to boot anything but a default configuration.  If a
  52. # command line is given, other than one specified by an `append'
  53. # statement in `lilo.conf', the password will be required, but a
  54. # standard default boot will not require one.
  55. #
  56. # This will, for instance, prevent anyone with access to the
  57. # console from booting with something like `Linux init=/bin/sh',
  58. # and thus becoming `root' without proper authorization.
  59. #
  60. # Note that if you really need this type of security, you will
  61. # likely also want to use `install-mbr' to reconfigure the MBR
  62. # program, as well as set up your BIOS to disallow booting from
  63. # removable disk or CD-ROM, then put a password on getting into the
  64. # BIOS configuration as well.  Please RTFM `install-mbr(8)'.
  65. #
  66. # password=tatercounter2000
  67.  
  68. # Specifies the number of deciseconds (0.1 seconds) LILO should
  69. # wait before booting the first image.
  70. #
  71. delay=20
  72.  
  73. # You can put a customized boot message up if you like.  If you use
  74. # `prompt', and this computer may need to reboot unattended, you
  75. # must specify a `timeout', or it will sit there forever waiting
  76. # for a keypress.  `single-key' goes with the `alias' lines in the
  77. # `image' configurations below.  eg: You can press `1' to boot
  78. # `Linux', `2' to boot `LinuxOLD', if you uncomment the `alias'.
  79. #
  80. # message=/boot/bootmess.txt
  81. #       prompt
  82. #       delay=100
  83. #       timeout=100
  84.  
  85. # Specifies the VGA text mode at boot time. (normal, extended, ask, <mode>)
  86. #
  87. # vga=ask
  88. # vga=9
  89. #
  90.  
  91.  
  92. # Kernel command line options that apply to all installed images go
  93. # here.  See: The `boot-prompt-HOWTO' and `kernel-parameters.txt' in
  94. # the Linux kernel `Documentation' directory.
  95. #
  96. # append=""
  97.  
  98. # If you used a serial console to install Debian, this option should be
  99. # enabled by default.
  100. # serial=
  101.  
  102. #
  103. # Boot up Linux by default.
  104. #
  105. default=Linux
  106.  
  107. image=/boot/vmlinuz-2.6.25.4
  108.         label=Linux
  109.         read-only
  110. #       restricted
  111. #       alias=1
  112.  
  113.         initrd=/initrd.img
  114.  
  115. image=/vmlinuz.old
  116.         label=LinuxOLD
  117.         read-only
  118.         optional
  119. #       restricted
  120. #       alias=2
  121.  
  122.         initrd=/initrd.img.old
  123.  
  124.  
  125. # If you have another OS on this machine to boot, you can uncomment the
  126. # following lines, changing the device name on the `other' line to
  127. # where your other OS' partition is.
  128. #
  129. # other=/dev/hda4
  130. #       label=HURD
  131. #       restricted
  132. #       alias=3
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: