From 72beccc8cda8a193949588556b20af74b393c776 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Mon, 11 Sep 2023 17:50:21 +0200 Subject: [PATCH] Remove setup-machine-id. Causes problems and is not needed. --- .../src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch b/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch index 01fb4bb..379537b 100644 --- a/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch +++ b/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch @@ -1,6 +1,6 @@ FROM archlinux/archlinux -RUN systemd-firstboot --setup-machine-id +RUN systemd-firstboot RUN pacman -Suy --noconfirm \ && pacman -S --noconfirm which qemu-full virtiofsd \