fix repository and container to include correct package cache

This commit is contained in:
Tobias Powalowski 2022-05-29 10:26:01 +02:00
parent 09f38fd5c9
commit 4fe231bed6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
. /etc/archboot/defaults . /etc/archboot/defaults
_CACHEDIR="${1}/var/cache/pacman/pkg" _CACHEDIR="${1}/var/cache/pacman/pkg"
_XORG="${_X_PACKAGES} ${_XFCE_PACKAGES}" _XORG="${_GRAPHIC_PACKAGES} xorg ${_XFCE_PACKAGES}"
_usage () { _usage () {
echo "CREATE ARCHBOOT CONTAINER" echo "CREATE ARCHBOOT CONTAINER"

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
. /etc/archboot/defaults . /etc/archboot/defaults
_XORG="${_X_PACKAGES} ${_XFCE_PACKAGES}" _XORG="${_GRAPHIC_PACKAGES} xorg ${_XFCE_PACKAGES}"
_usage () { _usage () {
echo "CREATE ARCHBOOT REPOSITORY" echo "CREATE ARCHBOOT REPOSITORY"