From 79182dab83f65e85206d97ca20dd552624571420 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Wed, 21 Jun 2006 12:47:27 +0000 Subject: Update of original English docs --- nl/appendix/preseed.xml | 22 +++++++++++++++++----- nl/boot-installer/i386.xml | 6 +++--- nl/boot-installer/m68k.xml | 10 +++++----- nl/boot-installer/parameters.xml | 28 ++++++++++++++++------------ nl/boot-installer/trouble.xml | 5 ++--- nl/howto/installation-howto.xml | 4 ++-- nl/using-d-i/modules/kbd-chooser.xml | 4 ++-- nl/using-d-i/using-d-i.xml | 6 +++--- 8 files changed, 50 insertions(+), 35 deletions(-) diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index fa1fdf396..256a8cac1 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ - + - + Booting from a CD-ROM @@ -334,7 +334,7 @@ be useful can be found by pressing F2 through F8. If you add any parameters to the boot command line, be sure to type the boot method (the default is linux) and a space before the first parameter (e.g., -linux debconf/priority=medium). +linux fb=false). @@ -358,7 +358,7 @@ enact this keypress, for example the IRA uses Ctrl past the splash screen and at the help text your keystrokes will be echoed at the prompt as expected. To prevent the installer from using the framebuffer for the rest of the installation, you will also want to add -debian-installer/framebuffer=false to the boot prompt, +fb=false to the boot prompt, as described in the help text. diff --git a/nl/boot-installer/m68k.xml b/nl/boot-installer/m68k.xml index 83fcced23..47b539087 100644 --- a/nl/boot-installer/m68k.xml +++ b/nl/boot-installer/m68k.xml @@ -1,5 +1,5 @@ - + Choosing an Installation Method @@ -48,8 +48,8 @@ The only method of installation available to amiga is the hard drive Amiga does not currently work with bogl, so if -you are seeing bogl errors, you need to include the kernel parameter -debian-installer/framebuffer=false. +you are seeing bogl errors, you need to include the boot parameter +fb=false. @@ -65,8 +65,8 @@ drive (see ) or from floppies Atari does not currently work with bogl, so if -you are seeing bogl errors, you need to include the kernel parameter -debian-installer/framebuffer=false. +you are seeing bogl errors, you need to include the boot parameter +fb=false. diff --git a/nl/boot-installer/parameters.xml b/nl/boot-installer/parameters.xml index 630a7e645..c7e2d454f 100644 --- a/nl/boot-installer/parameters.xml +++ b/nl/boot-installer/parameters.xml @@ -1,5 +1,5 @@ - + Boot Parameters @@ -74,10 +74,10 @@ The installation system recognizes a few additional boot parameters -Note that the kernel accepts a maximum of 8 command line options and +Note that the 2.4 kernel accepts a maximum of 8 command line options and 8 environment options (including any options added by default for the installer). If these numbers are exceeded, 2.4 kernels will drop any -excess options and 2.6 kernels will panic. With kernel 2.6.9 or newer, +excess options. With kernel 2.6.9 or newer, you can use 32 command line options and 32 environment options. @@ -92,21 +92,22 @@ you can use 32 command line options and 32 environment options. This parameter sets the lowest priority of messages to be displayed. +Short form: priority -The default installation uses debconf/priority=high. +The default installation uses priority=high. This means that both high and critical priority messages are shown, but medium and low priority messages are skipped. If problems are encountered, the installer adjusts the priority as needed. -If you add debconf/priority=medium as boot parameter, you +If you add priority=medium as boot parameter, you will be shown the installation menu and gain more control over the installation. -When debconf/priority=low is used, all messages are shown +When priority=low is used, all messages are shown (this is equivalent to the expert boot method). -With debconf/priority=critical, the installation system +With priority=critical, the installation system will display only critical messages and try to do the right thing without fuss. @@ -214,15 +215,16 @@ one device. Some architectures use the kernel framebuffer to offer installation in a number of languages. If framebuffer causes a problem on your system you can disable the feature by the parameter -debian-installer/framebuffer=false. Problem -symptoms are error messages about bterm or bogl, a blank screen, or -a freeze within a few minutes after starting the install. +debian-installer/framebuffer=false, or +fb=false for short. Problem symptoms are error messages +about bterm or bogl, a blank screen, or a freeze within a few minutes after +starting the install. The video=vga16:off argument may also be used -to disable the framebuffer. Such problems have been reported on a Dell -Inspiron with Mobile Radeon card. +to disable the kernel's use of the framebuffer. Such problems have been +reported on a Dell Inspiron with Mobile Radeon card. @@ -290,6 +292,7 @@ this misbehavior. Specify the url to a preconfiguration file to download and use in automating the install. See . +Short form: url @@ -300,6 +303,7 @@ automating the install. See . Specify the path to a preconfiguration file to load to automating the install. See . +Short form: file diff --git a/nl/boot-installer/trouble.xml b/nl/boot-installer/trouble.xml index 6413f4833..bd3a3be40 100644 --- a/nl/boot-installer/trouble.xml +++ b/nl/boot-installer/trouble.xml @@ -1,5 +1,5 @@ - + Troubleshooting the Installation Process @@ -115,8 +115,7 @@ If your screen begins to show a weird picture while the kernel boots, eg. pure white, pure black or colored pixel garbage, your system may contain a problematic video card which does not switch to the framebuffer mode properly. Then you can use the boot parameter -debian-installer/framebuffer=false or -video=vga16:off to disable the framebuffer +fb=false video=vga16:off to disable the framebuffer console. Only the English language will be available during the installation due to limited console features. See for details. diff --git a/nl/howto/installation-howto.xml b/nl/howto/installation-howto.xml index af3827707..438c3be8a 100644 --- a/nl/howto/installation-howto.xml +++ b/nl/howto/installation-howto.xml @@ -1,5 +1,5 @@ - + Installation Howto @@ -28,7 +28,7 @@ If you encounter bugs during your install, please refer to on how to report them. If you have questions which cannot be answered by this document, please direct them to the debian-boot mailing list (&email-debian-boot-list;) or ask on IRC (#debian-boot -on the freenode network). +on the OFTC network). diff --git a/nl/using-d-i/modules/kbd-chooser.xml b/nl/using-d-i/modules/kbd-chooser.xml index deec0b9a8..b32ae07bc 100644 --- a/nl/using-d-i/modules/kbd-chooser.xml +++ b/nl/using-d-i/modules/kbd-chooser.xml @@ -1,5 +1,5 @@ - + Een toetsenbord selecteren @@ -57,7 +57,7 @@ selecteert, zal dit resulteren in een niet werkend toetsenbord. Als u met de Om een werkend toetsenbord te krijgen, kunt u het installatiesysteem het beste -starten met parameter debconf/priority=medium. Op het +starten met parameter priority=medium. Op het moment dat u bij de toetsenbordselectie komt diff --git a/nl/using-d-i/using-d-i.xml b/nl/using-d-i/using-d-i.xml index e62b55dc4..529212659 100644 --- a/nl/using-d-i/using-d-i.xml +++ b/nl/using-d-i/using-d-i.xml @@ -1,5 +1,5 @@ - + Het Debian installatiesysteem gebruiken @@ -50,7 +50,7 @@ menugestuurde interface, waarbij niet het installatiesysteem automatisch elke stap in volgorde uitvoert maar elke stap door de gebruiker zelf wordt bepaald. Om het installatiesysteem op een handmatige, menugestuurde manier uit te voeren, moet de opstartparameter -debconf/priority=medium worden toegevoegd. +priority=medium worden toegevoegd. @@ -58,7 +58,7 @@ Als het voor uw apparatuur noodzakelijk is om parameters mee te geven bij de installatie van kernelmodules, dan zal u het installatiesysteem moeten starten in de expert modus. Dit is mogelijk door voor het opstarten van het installatiesysteem ofwel het commando expert te -gebruiken ofwel de opstartparameter debconf/priority=low +gebruiken ofwel de opstartparameter priority=low toe te voegen. De expert modus geeft u volledige controle over &d-i;. -- cgit v1.2.3