We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e6e67 commit 02e69bcCopy full SHA for 02e69bc
tools/baseimage/pkg/gce/scripts/scripts.go
@@ -58,6 +58,11 @@ echo "IMAGE STARTS WITH KERNEL: ${kmodver_begin}"
58
sudo chroot /mnt/image /usr/bin/apt update
59
sudo chroot /mnt/image /usr/bin/apt upgrade -y
60
61
+# Disable systemd mounting tmpfs at /tmp due backwards compatibility issues.
62
+# TODO(b/458388172): Remove line if cvd no longer stores artifacts
63
+# in /tmp by default.
64
+sudo chroot /mnt/image /usr/bin/systemctl mask tmp.mount
65
+
66
# Avoid automatic updates during tests.
67
# https://manpages.debian.org/trixie/unattended-upgrades/unattended-upgrade.8.en.html
68
sudo chroot /mnt/image /usr/bin/apt purge -y unattended-upgrades
0 commit comments