You are not logged in.

#1 2011-08-27 07:32:54

leniviy
Member
Registered: 2009-05-23
Posts: 177

[SOLVED] archiso: /src/core/pkg is missing

I created archlinux-2011.08.27-core-i686.iso following the archiso README
> *** Building official Arch Linux live media. (configs/releng)

After boot there's no /src directory, and all packages are in /repo/core/{any,i686}

During the install, at stage: select source, cd
a message pops: Package directory /src/core/pkg is missing!

Last edited by leniviy (2011-08-27 17:33:24)


Arch 64, xfce4

Offline

#2 2011-08-27 07:46:22

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] archiso: /src/core/pkg is missing

you are using an old aif. use aif straight from git and not the version from repository


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-08-27 15:18:08

leniviy
Member
Registered: 2009-05-23
Posts: 177

Re: [SOLVED] archiso: /src/core/pkg is missing

So, change aif to aif-git in packages.i686 and packages.x86_64 ?


Arch 64, xfce4

Offline

#4 2011-08-27 16:24:50

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

Re: [SOLVED] archiso: /src/core/pkg is missing

Packages aif and libui-sh on [extra] are out-of-date, you can:
* Use http://releng.archlinux.org/repos/releng-any/ as repo (should add in your pacman.conf before [extra]
* Use both package from git, build it, and add via custom repo or more easy via pacman -U --root ${work_dir}/root-image --noconfirm aif-git* libui-sh* (in build.sh at make_packages()). Should remove aif from packages.{i686,x86_64}

wget https://github.com/Dieterbe/aif/tarball/develop -O aif-develop.tar.gz
wget https://github.com/Dieterbe/libui-sh/tarball/develop -O libui-sh.tar.gz

Offline

Board footer

Powered by FluxBB