You are not logged in.

#1 2011-04-03 20:57:36

huuggee
Member
Registered: 2008-04-24
Posts: 9

[SOLVED] larch Architecture - i686 on x86_64

Does anyone know if there is a way to build an i686 larch system on an x86_64 host?

Last edited by huuggee (2011-04-03 22:17:10)

Offline

#2 2011-04-03 21:16:48

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: [SOLVED] larch Architecture - i686 on x86_64

Yep...just make sure the 'Architecture = i686' in the 'Edit pacman.conf' option. Then find a suitable place to store your chroot (I used /opt/arch32) and it should work just fine. Mine's been made for so long now I don't remember if I had to do anything else, but just keep an eye on the output when larch is downloading and building the system and you should be able to see if you need to change anything else.

Scott

Offline

#3 2011-04-03 21:52:03

huuggee
Member
Registered: 2008-04-24
Posts: 9

Re: [SOLVED] larch Architecture - i686 on x86_64

cheers chap!

My eyes (grep) totally missed that as it was set to 'auto' rather than an arch!

Offline

#4 2011-04-03 22:14:35

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: [SOLVED] larch Architecture - i686 on x86_64

Np smile Just edit your first post and mark the title [SOLVED]. Larch is a great program -- been using it to keep my flash drive useful for over a year now. I keep the chroot up-to-date on my laptop with:

sudo schroot -c Arch32 -- pacman -Syu --noconfirm && sudo schroot -c Arch32 -- aurget -Syu --asroot --noconfirm && sudo schroot -c Arch32 -- pacman -Scc

And then periodically regenerate the image for my USB drive. One tidbit it took me awhile to figure out was that you can add things in your home directory in /etc/skel. Very useful for things like .vimrc and .xinitrc!

Scott

Offline

Board footer

Powered by FluxBB