FS#24458 - Archiso, support for local packages

Attached to Project: Release Engineering
Opened by Antonio (kokoko3k) - Thursday, 26 May 2011, 17:32 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Saturday, 25 June 2011, 09:25 GMT
Task Type Feature Request
Category Arch Projects
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
It would be nice for archiso to support locally installed packages like ones from aur.

[code]
#> bacman caps
#> mv caps-0.4.4-1-i686.pkg.tar.gz /var/cache/pacman/pkg/
#> make all

[..]

error: target not found: caps
make: *** [root-image] Error 1

#> pacman -Q caps
caps 0.4.4-1
[/code]

...Pacman sees the package installed via pacman -U, but mkarchiso dont.
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
Saturday, 25 June 2011, 09:25 GMT
Reason for closing:  Not a bug
Comment by Gerardo Exequiel Pozzi (djgera) - Friday, 27 May 2011, 00:42 GMT
  • Field changed: Attached to Project (Arch Linux → Release Engineering)
Use a local repo, then use -C ;)
Comment by Antonio (kokoko3k) - Friday, 27 May 2011, 17:30 GMT
Thanks, i'll try to edit the Makefile

Loading...