Cours:DocsLTSP : Différence entre versions
Ligne 3 : | Ligne 3 : | ||
**https://help.ubuntu.com/community/DebootstrapChroot | **https://help.ubuntu.com/community/DebootstrapChroot | ||
**https://github.com/ltsp/ltsp/wiki/chroots | **https://github.com/ltsp/ltsp/wiki/chroots | ||
− | + | <source lang=bash> | |
+ | mkdir /srv/ltsp | ||
+ | cd /srv/ltsp | ||
+ | debootstrap --include ubuntu-minimal noble noble | ||
+ | </source> | ||
<source lang=bash> | <source lang=bash> | ||
− | + | ltsp dnsmasq | |
</source> | </source> |
Version du 17 juin 2024 à 16:54
- installation ltsp https://ltsp.org/docs/installation/
- debootstrap ubuntu
mkdir /srv/ltsp
cd /srv/ltsp
debootstrap --include ubuntu-minimal noble noble
ltsp dnsmasq
apt-get install ltsp-server-standalone
ltsp-build-client --arch i386
configurer le réseau (serveur dhcp (isc-dhcp-server par défaut)
/var/lib/tftpboot/ltsp/i386/lts.conf
LDM_DIRECTX=True
https://wiki.ubuntu.com/LTSPLocalAppSetup
http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143
fedora
réseau :