summaryrefslogtreecommitdiff
path: root/.github/workflows/snapd.patch
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/snapd.patch')
-rw-r--r--.github/workflows/snapd.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/snapd.patch b/.github/workflows/snapd.patch
new file mode 100644
index 0000000..437e1f7
--- /dev/null
+++ b/.github/workflows/snapd.patch
@@ -0,0 +1,9 @@
+@@ -70,6 +70,8 @@
+
+ sleep 5
+ if lxc exec "$CONTAINER" -- systemctl mask serial-getty@getty.service; then
++ lxc exec "$CONTAINER" -- systemctl mask snapd.service
++ lxc exec "$CONTAINER" -- systemctl mask snapd.seeded.service
+ lxc exec "$CONTAINER" -- reboot
+ fi
+