mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 18:25:36 -04:00
provide /bin/pacman_aarch64 wrapper script, chroot: handle extra repos in pacman.conf
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
1364a97ddb
commit
cde685f06e
5 changed files with 46 additions and 53 deletions
4
bin/pacman_aarch64
Executable file
4
bin/pacman_aarch64
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
PACMAN_CHROOT="${PACMAN_CHROOT:-/chroot/copy}"
|
||||
|
||||
exec pacman --root "$PACMAN_CHROOT" --arch aarch64 --config "$PACMAN_CHROOT"/etc/pacman.conf "$@"
|
Loading…
Add table
Add a link
Reference in a new issue