You are not logged in.

#1 2012-08-15 13:38:18

notuxius
Member
Registered: 2012-08-15
Posts: 4

How to build dual iso image with archiso

When creating custom distro:

build.sh -v build dual netinstall

I'm getting this:
ERROR: i686 or x86_64 builds does not exist.

And I can't find anything appropriate in the readme
https://bbs.archlinux.org/viewtopic.php?id=133516

Last edited by notuxius (2012-08-15 14:30:32)

Offline

#2 2012-08-16 02:36:42

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: How to build dual iso image with archiso

Firstly, the netinstall/core cmd-args isn't used anymore, as only netinstall is built...

Second, I don't know why this won't work:

sudo ./build.sh build dual

But if you have the patience to wait alittle extra, then the following works, although it also makes redundant i686/x86_64 builds in addition to the wanted dual one:

sudo ./build.sh build all

Last edited by mhertz (2012-08-16 02:38:51)

Offline

#3 2012-08-16 03:13:24

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: How to build dual iso image with archiso

Right , dual iso needs build both i686 and x86_64.

"dual" mode now can be considered as "internal mode" now, they exist before "all" (newer when I rewrote to be independent from mkarchroot)

There is a plan to remove "single" support, so only "dual" iso will be generated, this implies that "releng" profile can be use only under x86_64. -> I am not much happy with this, but the code is looking good...

Offline

#4 2012-08-16 03:28:08

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: How to build dual iso image with archiso

Thanks for the explenation!

Also thanks for the headsup on single becomming removed; I always makes single's when I generate my personal x86_64 releng-iso, but oh well... smile

Offline

Board footer

Powered by FluxBB