diff options
author | 2004-02-12 23:59:42 +0000 | |
---|---|---|
committer | 2004-02-12 23:59:42 +0000 | |
commit | b4b5b91e893f3cfef4eb4f9a0059f68477a834a2 (patch) | |
tree | 74176f3f4a649386eaf534bc16547c6d3f8b6b4d | |
parent | sync'ed to 1.82 (diff) | |
download | gentoo-b4b5b91e893f3cfef4eb4f9a0059f68477a834a2.tar.gz gentoo-b4b5b91e893f3cfef4eb4f9a0059f68477a834a2.tar.bz2 gentoo-b4b5b91e893f3cfef4eb4f9a0059f68477a834a2.zip |
sync'ed to 1.26
-rw-r--r-- | xml/htdocs/doc/da/handbook/hb-install-bootloader.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/htdocs/doc/da/handbook/hb-install-bootloader.xml b/xml/htdocs/doc/da/handbook/hb-install-bootloader.xml index 4478a55343..be61e12fc5 100644 --- a/xml/htdocs/doc/da/handbook/hb-install-bootloader.xml +++ b/xml/htdocs/doc/da/handbook/hb-install-bootloader.xml @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/da/handbook/hb-install-bootloader.xml,v 1.2 2004/01/22 23:26:20 aaby Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/da/handbook/hb-install-bootloader.xml,v 1.3 2004/02/12 23:59:42 broeman Exp $ --> <sections> <section> @@ -421,7 +421,7 @@ separate dele: <pre caption = "Eksempel på /etc/lilo.conf"> boot=/dev/hda <comment># Installerer LILO i MBR</comment> prompt <comment># Giver brugeren en mulighed for at vælge en anden sektion</comment> -timeout=50 <comment># Vent 5 (fem) sekunder inden standardsektionen startes op</comment> +delay=50 <comment># Vent 5 (fem) sekunder inden standardsektionen startes op</comment> default=gentoo <comment># Når timeouten er udløbet opstartes sektionen "gentoo"</comment> <comment># Kun hvis du bruger framebuffer. Hvis ikke så fjern følgende linje:</comment> vga=788 <comment># Framebuffer-parameter. Tilpas til dit eget ønske</comment> |