diff options
author | Wouter Verhelst <wouter@debian.org> | 2007-02-26 18:40:16 +0000 |
---|---|---|
committer | Wouter Verhelst <wouter@debian.org> | 2007-02-26 18:40:16 +0000 |
commit | 86d68a60115840cddd918a0696e4886eb9118f7c (patch) | |
tree | a0197fea12570fe87d76db9e5167fcc0448af814 /en/boot-new | |
parent | accf27028eebe61299ac9dea9f9e636e2eb660b7 (diff) | |
download | installation-guide-86d68a60115840cddd918a0696e4886eb9118f7c.zip |
Font names and defaults have changed, so update documentation to reflect
that. Also, document changed name of kernel parameter in 2.6. Still
thanks to Finn Thain
Diffstat (limited to 'en/boot-new')
-rw-r--r-- | en/boot-new/boot-new.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/en/boot-new/boot-new.xml b/en/boot-new/boot-new.xml index f89dc2857..3843f634e 100644 --- a/en/boot-new/boot-new.xml +++ b/en/boot-new/boot-new.xml @@ -93,20 +93,18 @@ Go to the directory containing the installation files and start up the <userinput>Settings</userinput> dialogue (<keycombo> <keycap>command</keycap> <keycap>T</keycap> </keycombo>), and locate the kernel options line which should look like -<userinput>root=/dev/ram video=font:VGA8x16</userinput> or similar. +<userinput>root=/dev/ram ramdisk_size=15000</userinput> or similar. </para><para> You need to change the entry to <userinput>root=/dev/<replaceable>yyyy</replaceable></userinput>. Replace the <replaceable>yyyy</replaceable> with the Linux name of the -partition onto which you installed the system -(e.g. <filename>/dev/sda1</filename>); you wrote this down earlier. -The <userinput>video=font:VGA8x8</userinput> is recommended especially -for users with tiny screens. The kernel would pick a prettier (6x11) -font but the console driver for this font can hang the machine, so -using 8x16 or 8x8 is safer at this stage. You can change this at any -time. +partition onto which you installed the system (e.g. +<filename>/dev/sda1</filename>); you wrote this down earlier. For users +with tiny screens, adding <userinput>video=font:VGA8x8</userinput> (or +<userinput>fbcon=font:VGA8x8</userinput> on 2.6-kernels) may help +readability. You can change this at any time. </para><para> |