Installing with apt-get on ramdisk
Hi all,
I'm using the last version of Knoppix with the new option toram and
I'm very happy with it
I'd like now use apt-get to install new programs on the ramdisk
Copying
/KNOPPIX/var/lib/apt
/KNOPPIX/var/lib/dpkg
/KNOPPIX/var/cache/apt
/KNOPPIX/usr/local
to /ramdisk and linking
/var/lib/apt
/var/lib/dpkg
/var/cache/apt
/var/usr/local
to there I could finally do apt-get update
but when doing apt-get install something it does this to /usr by default
how can I force it to install in /usr/local ?
(sorry for my english)