On Sat, Apr 04, 2009 at 10:11:54AM +0530, ib services kochi wrote:
> i copied the iso images of debian5.0 lenny DVDs to hard disk and mounted 
> the images to
> /mnt/iso1
...snip...
> /mnt/iso5
> and gave the command
> 
>  ltsp-build-client --mirror file:///mnt/iso1/  --security-mirror none 
> --accept-unsigned-packages
> 
> output:
> 
> I: Base system installed successfully.
...snip...
> E: Couldn't find package ltsp-client
> error: LTSP client installation ended abnormally
> 
> 
> how to give more than one mirror in the  ltsp-build-client command?

  ltsp-build-client --mirror file:///mnt/iso1 \ 
    --extra-mirror 
file:///mnt/iso2,file:///mnt/iso3,file:///mnt/iso4,file:///mnt/iso5 \
    --security-mirror none \
    --accept-unsigned-packages

the file:// URL support is a little weird, as those mounts won't be there after
the install, and apt-get update will stop working inside the chroot- but you
can manually fix that by editing the /opt/ltsp/i386/etc/apt/sources.list later.
at one point i explored adding actual support for apt-cdrom, but it proved too
much hassle.

live well,
  vagrant

------------------------------------------------------------------------------
_____________________________________________________________________
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