On Sun, Mar 10, 2013 at 04:15:32PM +0200, Richard Kweskin wrote:
> Is it possible not to run ltsp-build-client but to later create  
> nbd.img with ltsp-update-image / ?

> In short the intention is to use wheezy but in an ubuntu ltsp-pnp way.

It's not so different from how Ubuntu's LTSP-pnp method works...

>From an installed wheezy system:

  # install needed packages with LXDE desktop
  apt-get install dnsmasq ltsp-server-standalone ltsp-client lxde
 
  # configure dnsmasq.
  ltsp-config dnsmasq

  # configure NBD swap
  ltsp-config nbd-server

  # set to boot to NBD only
  sed -i -e 's,BOOT_METHODS=.*,BOOT_METHODS=NBD,g' /etc/ltsp/update-kernels.conf

  # set ip address so that proxydhcp will work.
  echo 'IPAPPEND=3' >> /etc/ltsp/update-kernels.conf

  # populate the pxe boot menus.
  /usr/share/ltsp/update-kernels

  # generate the image
  ltsp-update-image --cleanup /

  # configure NBD root image
  ltsp-config nbd-server

  # restart nbd-server for good measure
  service nbd-server restart


Just tested this earlier today, and it seemed to work fine.

live well,
  vagrant

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to