LTSP » Historique » Version 7
Patrice Nadeau, 2016-06-05 10:47
| 1 | 1 | Patrice Nadeau | h1. LTSP |
|---|---|---|---|
| 2 | |||
| 3 | 2 | Patrice Nadeau | {{lastupdated_at}} {{lastupdated_by}} |
| 4 | |||
| 5 | 6 | Patrice Nadeau | > En phase de test |
| 6 | > Bogue : #57 |
||
| 7 | 1 | Patrice Nadeau | |
| 8 | 4 | Patrice Nadeau | Information provenant de : https://en.opensuse.org/SDB:KIWI-LTSP_quick_start |
| 9 | |||
| 10 | 3 | Patrice Nadeau | --- |
| 11 | 1 | Patrice Nadeau | |
| 12 | {{toc}} |
||
| 13 | |||
| 14 | 6 | Patrice Nadeau | h2. Prérequis |
| 15 | 3 | Patrice Nadeau | |
| 16 | 1 | Patrice Nadeau | Installation d'openSUSE Leap 42.1, mode texte |
| 17 | 4 | Patrice Nadeau | |
| 18 | h2. Installation |
||
| 19 | |||
| 20 | 7 | Patrice Nadeau | Ajouter le repository |
| 21 | 1 | Patrice Nadeau | * Leap |
| 22 | <pre><code class="bash"> |
||
| 23 | zypper ar -r http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Leap_42.1/server:ltsp.repo |
||
| 24 | </code></pre> |
||
| 25 | * New |
||
| 26 | <pre><code class="bash"> |
||
| 27 | zypper ar -f http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Leap_42.1/ LTSP:_LEAP |
||
| 28 | </code></pre> |
||
| 29 | * TumbleWeed |
||
| 30 | <pre><code class="bash"> |
||
| 31 | zypper ar -r http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Tumbleweed/server:ltsp.repo |
||
| 32 | </code></pre> |
||
| 33 | |||
| 34 | 7 | Patrice Nadeau | Installation des paquets |
| 35 | 1 | Patrice Nadeau | <pre><code class="bash"> |
| 36 | zypper in kiwi-ltsp kiwi-desc-ltsp kiwi-image-ltsp kiwi-image-ltsp-boot |
||
| 37 | </code></pre> |
||
| 38 | |||
| 39 | 7 | Patrice Nadeau | Installation avec vérification des paquets |
| 40 | 1 | Patrice Nadeau | <pre><code class="bash"> |
| 41 | kiwi-ltsp-setup -p |
||
| 42 | </code></pre> |
||
| 43 | |||
| 44 | 7 | Patrice Nadeau | Installation |
| 45 | 1 | Patrice Nadeau | <pre><code class="bash"> |
| 46 | kiwi-ltsp-setup -c |
||
| 47 | </code></pre> |
||
| 48 | |||
| 49 | 7 | Patrice Nadeau | Installation avec les images de démarrage (boot images) |
| 50 | <pre><code class="bash"> |
||
| 51 | kiwi-ltsp-setup -s |
||
| 52 | </code></pre> |
||
| 53 | 1 | Patrice Nadeau | |
| 54 | Fichier de config : _/etc/sysconfig/kiwi-ltsp_ |