Jeremy Huntwork wrote:
> Here's what i did:
>
>   * Install Debian testing (lenny) for amd64
>   * apt-get install debootstrap
>   * debootstrap --arch i386 --variant=buildd --exclude=mawk \
>     --include=gawk,gcc-4.1-multilib,m4,bison,flex,bzip2,texinfo \
>     lenny /mnt/testbed http://debian.osuosl.org/debian
>   

This can be simplified to:

 * Install Debian Testing (lenny) for x86
 * apt-get install build-essential gawk gcc-4.1-multilib m4 bison flex 
bzip2 terminfo linux-image-2.6-amd64
 * Reboot into the new kernel

The point of my message is to show that the suggested setup is not an 
insane hybrid of two distros.

-- 
Alexander E. Patrakov
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to