actually use the pacman config
This commit is contained in:
parent
82975d2264
commit
5f96733fdb
|
@ -432,6 +432,7 @@ sub pacman_command {
|
|||
my $root = $self->{rootfs};
|
||||
return ('/usr/bin/pacman',
|
||||
'--root', $root,
|
||||
'--config', $self->{'pacman.conf'},
|
||||
'--cachedir', $self->{pkgcache},
|
||||
'--noconfirm');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue