LTSP » Historique » Version 3
Patrice Nadeau, 2016-06-05 10:31
| 1 | 1 | Patrice Nadeau | h1. LTSP |
|---|---|---|---|
| 2 | |||
| 3 | 2 | Patrice Nadeau | {{lastupdated_at}} {{lastupdated_by}} |
| 4 | |||
| 5 | > PROBLÈME : les images ne se download pas (mauvais URL) |
||
| 6 | 1 | Patrice Nadeau | |
| 7 | 3 | Patrice Nadeau | --- |
| 8 | |||
| 9 | 1 | Patrice Nadeau | Information provenant de : https://en.opensuse.org/SDB:KIWI-LTSP_quick_start |
| 10 | |||
| 11 | 3 | Patrice Nadeau | h2. Prerequis |
| 12 | |||
| 13 | Installation d'openSUSE Leap 42.1, mode texte |
||
| 14 | 1 | Patrice Nadeau | Add repo |
| 15 | * Leap |
||
| 16 | <pre><code class="bash"> |
||
| 17 | zypper ar -r http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Leap_42.1/server:ltsp.repo |
||
| 18 | </code></pre> |
||
| 19 | * New |
||
| 20 | <pre><code class="bash"> |
||
| 21 | zypper ar -f http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Leap_42.1/ LTSP:_LEAP |
||
| 22 | </code></pre> |
||
| 23 | * TumbleWeed |
||
| 24 | <pre><code class="bash"> |
||
| 25 | zypper ar -r http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Tumbleweed/server:ltsp.repo |
||
| 26 | </code></pre> |
||
| 27 | |||
| 28 | Install package |
||
| 29 | <pre><code class="bash"> |
||
| 30 | zypper in kiwi-ltsp kiwi-desc-ltsp kiwi-image-ltsp kiwi-image-ltsp-boot |
||
| 31 | </code></pre> |
||
| 32 | |||
| 33 | Install with check package |
||
| 34 | <pre><code class="bash"> |
||
| 35 | kiwi-ltsp-setup -p |
||
| 36 | </code></pre> |
||
| 37 | |||
| 38 | Install |
||
| 39 | <pre><code class="bash"> |
||
| 40 | kiwi-ltsp-setup -c |
||
| 41 | </code></pre> |
||
| 42 | |||
| 43 | |||
| 44 | Fichier de config : _/etc/sysconfig/kiwi-ltsp_ |