add xorg xfce and tigervnc to local package cache

This commit is contained in:
Tobias Powalowski 2022-05-03 15:17:45 +02:00
parent dfbaae7e06
commit 2cd6451d99

View file

@ -36,6 +36,7 @@ _create_iso() {
systemd-nspawn -D "${_W_DIR}" /bin/bash -c "pacman -Rdd lvm2 openssh --noconfirm" >/dev/null 2>&1
# generate latest tarball in container
echo "Generate local ISO ..."
systemd-nspawn -q -D "${_W_DIR}" /bin/bash -c "pacman -Syw xorg xfce4 tigervnc --noconfirm"
# generate local iso in container
systemd-nspawn -q -D "${_W_DIR}" /bin/bash -c "umount /tmp;archboot-${_ARCH}-iso.sh -g -p=${_PRESET_LOCAL} \
-i=archlinux-archboot-$(date +%Y.%m.%d-%H.%M)-local-${_ARCH}" || exit 1