Cours:DocsLTSP : Différence entre versions

De troyesGEII
Aller à : navigation, rechercher
 
(11 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 +
=Installation=
 +
https://wiki.defis.info/?LTSPInstall
 +
 
*installation ltsp https://ltsp.org/docs/installation/
 
*installation ltsp https://ltsp.org/docs/installation/
 +
*debootstrap ubuntu
  
 
+
**https://github.com/ltsp/ltsp/wiki/chroots
 
<source lang=bash>
 
<source lang=bash>
 +
mkdir /srv/ltsp
 +
cd /srv/ltsp
 +
debootstrap --include ubuntu-minimal noble noble
 +
//config schroot
 +
schroot
 +
// continuer avec l'installation de paquets, par ex https://help.ubuntu.com/community/DebootstrapChroot
 +
</source>
  
 +
*config ltsp
 +
**ltsp dnsmasq
 +
**ltsp ipxe
 +
**ltsp initrd
 +
**ltsp kernel
 +
**ltsp nfs
  
</source>
 
  
 +
*ltsp initrd :
 +
**update ltsp.img
 +
**modifie users
  
apt-get install ltsp-server-standalone
+
<source lang=bash>
  
ltsp-build-client --arch i386
 
  
configurer le réseau (serveur dhcp (isc-dhcp-server par défaut)
+
</source>
  
/var/lib/tftpboot/ltsp/i386/lts.conf
+
=initrd nfs v4=
 +
*https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409272
 +
*https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409272
  
LDM_DIRECTX=True
+
=divers=
  
 +
The most common iPXE boot loaders are undionly.kpxe (for bios) and snp.efi/snponly.efi (for usefi). Just be aware you can not boot a bios bootloader (undionly.kpxe) on a uefi system unless CSM is enabled. But then CSM would boot in bios mode. The same is the case for snp.efi, it will not boot on a bios based computer.
  
  
 +
https://wiki.fogproject.org/wiki/index.php?title=ProxyDHCP_with_dnsmasq
  
  
Ligne 25 : Ligne 47 :
  
 
http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143
 
http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143
 
 
=fedora=
 
 
réseau :
 
 
http://doc.fedora-fr.org/wiki/Le_service_network
 

Version actuelle datée du 25 juin 2024 à 15:08

Installation

https://wiki.defis.info/?LTSPInstall

mkdir /srv/ltsp
cd /srv/ltsp
debootstrap --include ubuntu-minimal noble noble
//config schroot
schroot
// continuer avec l'installation de paquets, par ex https://help.ubuntu.com/community/DebootstrapChroot
  • config ltsp
    • ltsp dnsmasq
    • ltsp ipxe
    • ltsp initrd
    • ltsp kernel
    • ltsp nfs


  • ltsp initrd :
    • update ltsp.img
    • modifie users

initrd nfs v4

divers

The most common iPXE boot loaders are undionly.kpxe (for bios) and snp.efi/snponly.efi (for usefi). Just be aware you can not boot a bios bootloader (undionly.kpxe) on a uefi system unless CSM is enabled. But then CSM would boot in bios mode. The same is the case for snp.efi, it will not boot on a bios based computer.


https://wiki.fogproject.org/wiki/index.php?title=ProxyDHCP_with_dnsmasq


https://wiki.ubuntu.com/LTSPLocalAppSetup

http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143