You are not logged in.
Hi,
I would like to automate the installation of Arch via meta packages. Therefore, I defined a meta package that contains all packages that I want to have in my installation as dependencies. During the system installation I call pacstrap for this meta package. This works quite will unless there are no dependencies to AUR packages. If that's the case pacstrap throws an error message like "could not resolve dependencies" . My question: How can I install AUR packages during the initail system installation.
Thanks, mipi
Offline
The same way you would on a normal system: git clone, then makepkg.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thanks.
Is there any possibility to do this in a more convenient way? Would be great if AUR dependencies of meta packages could be installed automatically by pacstrap.
Offline
Build them yourself, host on your platform of choice, use that platform as a source for all packages. After installation update everything, AUR packages included.
Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
To elaborate on the above, set up your own repo and add it to pacman.conf, then pacstrap can install those dependencies.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
@Trilby, mpan: Just did what you proposed. Works well. Thanks.
Offline