Hi,

Here's a workaround; keep the package caches on tmpfs.

[EMAIL PROTECTED]:~$ grep cache /etc/fstab 
tmpfs   /var/cache/apt/cache    tmpfs defaults    0 0
[EMAIL PROTECTED]:~$ cat /etc/apt/apt.conf
Dir {
  Cache "var/cache/apt/" {
    srcpkgcache "cache/srcpkgcache.bin";
    pkgcache "cache/pkgcache.bin";
  };
};


tmpfs is capable of shared writeable mmap, so with this apt is usable
on jffs2.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to