You are not logged in.
Pages: 1
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
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
So, change aif to aif-git in packages.i686 and packages.x86_64 ?
Arch 64, xfce4
Offline
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
Pages: 1