]> xn--ix-yja.es Git - alex.git/commitdiff
Add packages to work with Raspberry Pi VMs
authoralex <alex@pdp7.net>
Sat, 6 Jan 2024 16:26:17 +0000 (17:26 +0100)
committeralex <alex@pdp7.net>
Sat, 6 Jan 2024 16:26:38 +0000 (17:26 +0100)
workstation/build_workstation

index c41358b95e1ad4bbda3ac23521496de96bbbe4e0..db55bdaa549ecccc5391ad2b7135ffe605f5f3e0 100755 (executable)
@@ -5,6 +5,7 @@ set -ue
 (
        cd arch-container-builder/
        ./builder.py \
+                    --package pkgfile \
                     --package ansible \
                     --package kubectl \
                     --package puppet \
@@ -27,6 +28,10 @@ set -ue
                     --package soju \
                      --package libotr \
                     --package talosctl \
+                    --package qemu-system-aarch64 \
+                    --package qemu-system-arm-firmware \
+                    --package qemu-img \
+                    --package cdrtools \
                     --aur-package senpai-irc-git \
                     --aur-package telegram-tdlib-purple-minimal-git \
                     --aur-package bitlbee-libpurple \