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