williahow
Group: Members
Posts: 8
Joined: Oct. 2004 |
|
Posted: Nov. 20 2004,21:52 |
|
I didn't need any modifications to the default installer, but it does need cpio to copy its files out of the archive, so you need to install this first
The following sequence should work:
mydsl-load /mnt/sda1/optional/dsl-dpkg.dsl sudo apt-get update sudo apt-get install cpio gunzip < linuxx86.tar.gz | tar -xvf - sudo ./setupwfc
I chose to install to /opt but the default (/usr/lib) works OK as well (although it isn't part of the standard PATH). Once ICAClient is installed cpio is no longer required for client operation
|