Projet

Général

Profil

LTSP » Historique » Révision 6

Révision 5 (Patrice Nadeau, 2016-06-05 10:35) → Révision 6/7 (Patrice Nadeau, 2016-06-05 10:36)

h1. LTSP 

 {{lastupdated_at}} {{lastupdated_by}} 

 > En phase de test 
 > Bogue : #57 

 Information provenant de : https://en.opensuse.org/SDB:KIWI-LTSP_quick_start 

 --- 

 {{toc}} 

 h2. Prérequis 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_