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};
|
my $root = $self->{rootfs};
|
||||||
return ('/usr/bin/pacman',
|
return ('/usr/bin/pacman',
|
||||||
'--root', $root,
|
'--root', $root,
|
||||||
|
'--config', $self->{'pacman.conf'},
|
||||||
'--cachedir', $self->{pkgcache},
|
'--cachedir', $self->{pkgcache},
|
||||||
'--noconfirm');
|
'--noconfirm');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue