LTSP » Historique » Version 6
Patrice Nadeau, 2016-06-05 10:36
| 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 | 1 | Patrice Nadeau | Add repo |
| 21 | * 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 | Install package |
||
| 35 | <pre><code class="bash"> |
||
| 36 | zypper in kiwi-ltsp kiwi-desc-ltsp kiwi-image-ltsp kiwi-image-ltsp-boot |
||
| 37 | </code></pre> |
||
| 38 | |||
| 39 | Install with check package |
||
| 40 | <pre><code class="bash"> |
||
| 41 | kiwi-ltsp-setup -p |
||
| 42 | </code></pre> |
||
| 43 | |||
| 44 | Install |
||
| 45 | <pre><code class="bash"> |
||
| 46 | kiwi-ltsp-setup -c |
||
| 47 | </code></pre> |
||
| 48 | |||
| 49 | |||
| 50 | Fichier de config : _/etc/sysconfig/kiwi-ltsp_ |