[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: boot-floppies 3.0.10 tagged, source uploaded



Anthony Towns <aj@azure.humbug.org.au> writes:

> This is the bit you used debootstrap for that you mentioned to me, right?

Right.

> Any chance of some sort of hint as to what you've used, and what
> you've used it for, so I know what not to break? (Or provide a real
> interface to)

First, I set or ensure some env vars are set:

    . /usr/lib/debootstrap/functions

    MIRRORS
    export LANG=C
    DOWNLOAD_ONLY=yes
    export TARGET=${archive}
    export ARCH=${arch}
    export PKGDETAILS=/usr/lib/debootstrap/pkgdetails

I have to call these two to set it up:

    mirror_style release
    download_style apt

Then to actually get the files:

    download <pkglist>

-- 
...Adam Di Carlo..<adam@onshore-devel.com>...<URL:http://www.onshored.com/>



Reply to: