Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:manual:reference_installation [2024/06/17 01:15] throgh [Conclusion] |
en:manual:reference_installation [2024/07/18 03:27] (current) throgh [Connect to the Internet] |
||
---|---|---|---|
Line 3: | Line 3: | ||
==== Blind and visually impaired users ==== | ==== Blind and visually impaired users ==== | ||
- | [[en: | + | [[en: |
- | The brltty boot-time parameter consists of three comma-separated fields: **driver**, **device**, and **table**. | + | The brltty boot-time parameter consists of three comma-separated fields: **driver**, **device**, and **table**. |
- | + | ||
- | For example, suppose that you have a device connected to <color # | + | |
- | + | ||
- | <code bash> | + | |
- | arch32 brltty=auto, | + | |
- | </ | + | |
- | + | ||
- | Once <color # | + | |
+ | Once <color # | ||
===== Create bootable image ===== | ===== Create bootable image ===== | ||
==== Download live image ==== | ==== Download live image ==== | ||
Line 88: | Line 81: | ||
<note warning> | <note warning> | ||
- | A DHCP service is already enabled for **all available devices**. If you need to setup a static IP or use management tools, | + | A DHCP service is already enabled for **all available devices**. If you need to setup a static IP or use management tools, |
- | + | ||
- | <code bash> | + | |
- | # rc-service dhcpcd stop | + | |
- | </ | + | |
The [[https:// | The [[https:// | ||
Line 121: | Line 110: | ||
</ | </ | ||
- | Identify the name of your Ethernet | + | Identify the name of your ethernet |
<code bash> | <code bash> | ||
Line 134: | Line 123: | ||
</ | </ | ||
- | In this example, the Ethernet | + | In this example, the ethernet |
<code bash> | <code bash> | ||
Line 151: | Line 140: | ||
</ | </ | ||
- | In this example, neither **enp2s0f0** nor the **loopback** device have wireless extensions, meaning **enp2s0f0** is our Ethernet | + | In this example, neither **enp2s0f0** nor the **loopback** device have wireless extensions, meaning **enp2s0f0** is our ethernet |
You also need to **know these settings**: | You also need to **know these settings**: | ||
Line 161: | Line 150: | ||
* Domain name (unless you are on a local LAN, in which case you can make it up). | * Domain name (unless you are on a local LAN, in which case you can make it up). | ||
- | Activate the connected | + | Activate the connected |
<code bash> | <code bash> | ||
Line 284: | Line 273: | ||
Follow this procedure if you need **ADSL with PPPoE/ | Follow this procedure if you need **ADSL with PPPoE/ | ||
- | First, identify the name of your Ethernet | + | First, identify the name of your ethernet |
<code bash> | <code bash> | ||
Line 297: | Line 286: | ||
</ | </ | ||
- | In this example, the Ethernet | + | In this example, the ethernet |
- | Second, create the PPP net script and the net script for the Ethernet | + | Second, create the PPP net script and the net script for the ethernet |
<code bash> | <code bash> |