>________________________________ > From: Giacomo Trovato <[email protected]> >To: [email protected] >Sent: Friday, 30 November 2012, 22:07 >Subject: Edubuntu 12.04.1 with fat client > > >Hi All, > >I have installed Edubuntu 12.04.1 with LTSP and I want to configure fat >clients. >After surfing the web I'm a little bit confused about the procedure. >Is the image already produced and I have only to edit lts.conf? >Or do I have to follow this: >https://help.ubuntu.com/community/UbuntuLTSP/ltsp-pnp >or this? https://help.ubuntu.com/community/UbuntuLTSP/FatClients > >Thank you! >Giacomo. > >-- >edubuntu-users mailing list >[email protected] >Modify settings or unsubscribe at: >https://lists.ubuntu.com/mailman/listinfo/edubuntu-users >
Hi Giacomo, Unless you specifically want to run ltsp-pnp, then you probably just need to make your image a fat client image. Hope the notes below help. -- Matt ----------------------------------------------- Here's my notes: ***New chroot image (takes about 30 minutes on this server with our internet speed)*** If you’ve built an image previously (maybe back up first your image first?): sudo rm -r /opt/ltsp/* sudo ltsp-build-client --fat-client ***Copy apt sources to chroot*** sudo cp /etc/apt/sources.list /opt/ltsp/i386/etc/apt/sources.list sudo apt-get update sudo apt-get upgrade apt-get install gnome-session-fallback ubuntu-restricted-extras hydrogen mypaint audacity vlc tuxmath tuxpaint cups-pdf scratch Update, upgrade and install software into the chroot sudo ltsp-chroot -m -r apt-get update apt-get upgrade apt-get install gnome-session-fallback ubuntu-restricted-extras firefox hydrogen mypaint audacity vlc tuxmath epoptes-client tuxpaint scratch Reimage and restart services sudo ltsp-update-image; sudo ltsp-update-sshkeys; sudo service nbd-server restart; sudo service tftpd-hpa restart; sudo service isc-dhcp-server restart Here's my lts.conf /var/lib/tftpboot/ltsp/i386/lts.conf ======================= [Default] FAT_RAM_THRESHOLD = 900 LDM_DIRECTX = true LOCAL_APPS = true LOCAL_APPS_MENU = true LOCAL_APPS_MENU_ITEMS = firefox,hydrogen,tuxmath,tuxpaint,audacity,mypaint,scratch SEARCH_DOMAIN = local || Change this for your own network DNS_SERVER = 172.16.1.50 LDM_LIMIT_ONE_SESSION = true LDM_SESSION="gnome-session --session=gnome-fallback" SSH_FOLLOW_SYMLINKS = false -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
