Translations:Handbook:AMD64/Blocks/Bootloader/29/de

From Gentoo Wiki
Jump to:navigation Jump to:search
FILE /etc/lilo.confLILO Beispiel-Konfiguration
boot=/dev/sda             # Install LILO in the MBR
prompt                    # Give the user the chance to select another section
timeout=50                # Wait 5 (five) seconds before booting the default section
default=gentoo            # When the timeout has passed, boot the "gentoo" section
compact                   # This drastically reduces load time and keeps the map file smaller; may fail on some systems
  
image=/boot/vmlinuz-
  label=gentoo            # Name we give to this section
  read-only               # Start with a read-only root. Do not alter!
  root=          # Location of the root filesystem
  
image=/boot/vmlinuz-
  label=gentoo.rescue     # Name we give to this section
  read-only               # Start with a read-only root. Do not alter!
  root=          # Location of the root filesystem
  append="init=/bin/bb"   # Launch the Gentoo static rescue shell
  
# The next two lines are for dual booting with a Windows system.
# In this example, Windows is hosted on /dev/sda6.
other=/dev/sda6
  label=windows