LTSP » Historique » Révision 4
Révision 3 (Patrice Nadeau, 2016-06-05 10:31) → Révision 4/7 (Patrice Nadeau, 2016-06-05 10:32)
h1. LTSP
{{lastupdated_at}} {{lastupdated_by}}
> PROBLÈME : les images ne se download pas (mauvais URL)
---
Information provenant de : https://en.opensuse.org/SDB:KIWI-LTSP_quick_start
---
{{toc}}
h2. Prerequis
Installation d'openSUSE Leap 42.1, mode texte
h2. Installation
Add repo
* Leap
<pre><code class="bash">
zypper ar -r http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Leap_42.1/server:ltsp.repo
</code></pre>
* New
<pre><code class="bash">
zypper ar -f http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Leap_42.1/ LTSP:_LEAP
</code></pre>
* TumbleWeed
<pre><code class="bash">
zypper ar -r http://download.opensuse.org/repositories/server:/ltsp/openSUSE_Tumbleweed/server:ltsp.repo
</code></pre>
Install package
<pre><code class="bash">
zypper in kiwi-ltsp kiwi-desc-ltsp kiwi-image-ltsp kiwi-image-ltsp-boot
</code></pre>
Install with check package
<pre><code class="bash">
kiwi-ltsp-setup -p
</code></pre>
Install
<pre><code class="bash">
kiwi-ltsp-setup -c
</code></pre>
Fichier de config : _/etc/sysconfig/kiwi-ltsp_