You are not logged in.

#1 2010-08-22 02:20:34

OrangeRoot1000
Member
From: TN -- USA
Registered: 2008-08-07
Posts: 106
Website

ARCHISO Usage {SOLVED}

I installed ARCHISO today on a x86_64 box. It is upgraded to the most current Kernel and packages. The isomounts file is set to 64 bit as is the Makefile with its variable line for uname -m

Here is the error in terminal:

====> Creating working directory: /home/orangeroot1000/Desktop/MyArchISOMaker
====> Installing packages to '/home/orangeroot1000/Desktop/MyArchISOMaker/root-image/'
error: failed to prepare transaction (package architecture is not valid)
make: *** [root-image] Error 1

I don't see any other place that a script would be pulling information from except those two places. Ideas? Help?

Last edited by OrangeRoot1000 (2010-08-22 13:53:24)

Offline

#2 2010-08-22 02:53:37

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: ARCHISO Usage {SOLVED}

Architecture is taken from /etc/pacman.conf. You'll want to add this line to the [options] section if it isn't already there:

Architecture = auto

Offline

#3 2010-08-22 06:47:59

OrangeRoot1000
Member
From: TN -- USA
Registered: 2008-08-07
Posts: 106
Website

Re: ARCHISO Usage {SOLVED}

mkarchiso -p "mkinitcpio mkinitcpio-busybox base base-devel dnsutils syslinux" create "/home/orangeroot1000/Desktop/MyArchISOMaker"
mkarchiso : Configuration Settings
        working directory:   /home/orangeroot1000/Desktop/MyArchISOMaker
               image name:   none
====> Creating working directory: /home/orangeroot1000/Desktop/MyArchISOMaker
====> Installing packages to '/home/orangeroot1000/Desktop/MyArchISOMaker/root-image/'
error: failed to prepare transaction (conflicting dependencies)
make: *** [root-image] Error 1

I made the change to auto in pacman.conf. Then I played around with adding/subtracting my own packages and then using pacman to find out only those items off the wiki that are installed. Along with what I understand limitedly is going on with this script. From the time of the change to what is shown there and where I am going to stop at the night. Everything is pulling up conflicting dependencies. I got rid of the the stuff that was automatically included in base and base-devel because it was basically listed 2x. Still no dice.

vp

Offline

#4 2010-08-22 13:52:42

OrangeRoot1000
Member
From: TN -- USA
Registered: 2008-08-07
Posts: 106
Website

Re: ARCHISO Usage {SOLVED}

Note: As of the current date, the archiso in extra is not up-to-date enough to follow this guide and its usage is therefore not recommended.

Well that brought that ride to an end kind of quickly. Guess I have to wait or open up testing. Na, I'll wait.

Offline

Board footer

Powered by FluxBB