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

Re: Can't create an i386 ISO, but amd64 works fine



On 07/14/2011 02:06 PM, Ben Armstrong wrote:

> ARCHES=i386 lb config
> 
> and in auto/config
> 
> ARCHES="${ARCHES:-amd64}"
> lb config \
>   --architectures ${ARCHES} \
>   etc.

Come to think of it, that's probably a bad idea, as you will invariably
forget which tree you're in and build the wrong one. better to
parameterize it based on the name of the directory you're in or something.

Ben


Reply to: