Life after LTSP

Asmo Koskinen asmo.koskinen at arkki.info
Sun Nov 14 05:34:18 GMT 2010


13.11.2010 23:28, Jarkko Joensuu kirjoitti:

> DRBL uses fat client. LTSP is capable both thin and fat. Which one you
> have in ltsp test environment?

Fat. Of course there is thin, too.
----
sudo ltsp-build-client --arch i386 --chroot i386-fat --fat-client 
--fat-client-desktop ubuntu-desktop
----
#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
     range 192.168.0.200 192.168.0.250;
     option domain-name "ubuntu";
     option broadcast-address 192.168.0.255;
     option domain-name-servers 192.168.1.1;
     option routers 192.168.0.254;
#    option domain-name-servers 192.168.0.1;
#    option routers 192.168.0.1;
#    next-server 192.168.0.1;
#    get-lease-hostnames true;
     option subnet-mask 255.255.255.0;
     option root-path "/opt/ltsp/i386-fat";
     if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
         filename "/ltsp/i386-fat/pxelinux.0";
     } else {
         filename "/ltsp/i386-fat/nbi.img";
     }
}
----
[Default]
X_COLOR_DEPTH=16
LDM_DIRECX=True
SSH_FOLLOW_SYMLINKS=False
NFS_HOME=/home
----

Best Regards Asmo Koskinen.



More information about the edubuntu-users mailing list