Skip to content

Commit

Permalink
Mask xochitl otherwise it gets re-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
timower committed Nov 27, 2023
1 parent 1530d35 commit 2593f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2593f98

Please sign in to comment.