Next Previous Contents

3. Η απλή ρύθμιση

Οι περισσότερες εγκαταστάσεις του Lilo χρησιμοποιούν ένα αρχείο ρυθμίσεων σαν τον επόμενο:

boot = /dev/hda   # or your root partition
delay = 0         # or specify a delay in tenth of a second
vga = 0           # optional. Use "vga=1" to get 80x50

image = /boot/vmlinux  # your zImage file
  root = /dev/hda1     # your root partition
  label = Linux        # or any fancy name
  read-only            # mount root read-only

other = /dev/hda4   # your dos partition, if any
  table = /dev/hda  # the current partition table
  label = dos       # or any non-fancy name

Μπορείτε να πολλαπλασιάσετε, αν θέλετε, τα τμήματα ``image'' και ``other''. Δεν είναι ασυνήθιστο να έχετε ρυθμίσει αρκετά kernel images στοlilo.conf, ειδικά αν συμβαδίζετε με τους πρόσφατους πυρήνες υπό ανάπτυξη.


Next Previous Contents