"Christian T. Steigies" <[EMAIL PROTECTED]> writes:

>  ftp_archive     := /archive/debian
>  # where required .debs are downloaded
>  archive         := $(ftp_archive)/download
> 
> but it did not help. I have the impression busybox even got deleted there?

Yes. I just looked in common.sh. The function download() uses apt-get to
download all needed files and before downloading it cleans the download-area:

    $APT_GET update
    $APT_GET autoclean
    $APT_GET --download-only install $*

So comment out the autoclean line and copy the .debs to
$(archive)/cache/archives and everything should work fine.

-- 
Until the next mail...,
Stefan.


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

Reply via email to