From 2593f981f0264d0b6dba49192044ce9cd312bfce Mon Sep 17 00:00:00 2001 From: Timothy Werquin Date: Mon, 27 Nov 2023 21:05:22 +0100 Subject: [PATCH] Mask xochitl otherwise it gets re-enabled --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81db81e..6e281b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ ENV PATH=/opt/bin:$PATH RUN run_vm.sh -serial null -daemonize && \ wait_ssh.sh && \ ssh root@localhost 'systemctl mask remarkable-fail' && \ - ssh root@localhost 'systemctl disable xochitl' && \ + ssh root@localhost 'systemctl mask xochitl' && \ save_vm.sh # Mount to presist rootfs