diff options
author | Samuel Thibault <sthibault@debian.org> | 2016-09-02 00:24:29 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2016-09-02 00:24:29 +0000 |
commit | 805d7e1bf2b59dcf03879aafc8997f69989b132d (patch) | |
tree | 5a4551ea59884775a6b1bb189c7c48a5cf6adcd7 /en | |
parent | 0de510dba0890ec40acc459ae2fd2e453c11d3df (diff) | |
download | installation-guide-805d7e1bf2b59dcf03879aafc8997f69989b132d.zip |
Small fixes from victory
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/arm.xml | 6 | ||||
-rw-r--r-- | en/boot-installer/x86.xml | 2 | ||||
-rw-r--r-- | en/preparing/bios-setup/powerpc.xml | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml index 784995dac..f0293948c 100644 --- a/en/boot-installer/arm.xml +++ b/en/boot-installer/arm.xml @@ -91,9 +91,9 @@ Run a serial console at 115200, 8bit no parity, and boot the Juno. It should boot from the USB stick to a GRUB menu. The console config is not correctly detected on Juno so just hitting - return will show no kernel output. Set the console to + &enterkey; will show no kernel output. Set the console to <informalexample><screen>console=ttyAMA0,115200n8</screen></informalexample> - as described in (<xref linkend="arm64-console-setup"/>). <keycombo><keycap>Control</keycap> + (as described in <xref linkend="arm64-console-setup"/>). <keycombo><keycap>Control</keycap> <keycap>x</keycap></keycombo> to boot should show you the &d-i; screens, and allow you to proceed with a standard installation. </para> @@ -180,7 +180,7 @@ printenv kernel_addr_r ramdisk_addr_r fdt_addr_r systems based on Allwinner SunXi SOCs (e.g. the Allwinner A10, architecture name <quote>sun4i</quote> or the Allwinner A20, architecture name <quote>sun7i</quote>), you can e.g. use the - follwing values: + following values: <informalexample><screen> setenv kernel_addr_r 0x46000000 setenv fdt_addr_r 0x47000000 diff --git a/en/boot-installer/x86.xml b/en/boot-installer/x86.xml index fcda0fa41..0c5024e30 100644 --- a/en/boot-installer/x86.xml +++ b/en/boot-installer/x86.xml @@ -308,7 +308,7 @@ When the installer boots, you should be presented with a friendly graphical screen showing the &debian; logo and a menu: <informalexample><screen> -Installer boot menu +&debian-gnu; installer boot menu Graphical install Install diff --git a/en/preparing/bios-setup/powerpc.xml b/en/preparing/bios-setup/powerpc.xml index 58db25d1d..f03f3d23c 100644 --- a/en/preparing/bios-setup/powerpc.xml +++ b/en/preparing/bios-setup/powerpc.xml @@ -96,14 +96,15 @@ Perform the following steps for the update: <orderedlist> <listitem><para> Save the level of the existing firmware before really updating. In - ASM, in the system menu, click <command>Service Aids ??? Service Processor + ASM, in the system menu, click <command>Service Aids -> Service Processor Command Line</command>, and run the following command: <informalexample><screen> cupdcmd -f </screen></informalexample> </para></listitem><listitem><para> Download the .img file of the level of firmware to be updated to a - location in the host filesystem. Refer to IBM Fix Central for downloading + location in the host filesystem. Refer to + <ulink url="&url-ibm-fixcentral;">IBM Fix Central</ulink> for downloading the image file. </para><para> Verify the image downloaded by running the following command and |