summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-07-02 19:54:27 +0300
committerLars Wirzenius <liw@liw.fi>2023-07-02 19:54:27 +0300
commitb4b126968ee4d866afe3700dd4c4a739a13e006b (patch)
tree05bee9e765b86c6845ef3e76e35d3c8cdc40dc4b
parenta8d3758b6faa685efc81e3e5446392494a532951 (diff)
downloadambient-ci-b4b126968ee4d866afe3700dd4c4a739a13e006b.tar.gz
fix: make dependencies drive read-only
Sponsored-by: author
-rwxr-xr-xambient-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/ambient-run b/ambient-run
index 1cbc1c2..e0e2ce8 100755
--- a/ambient-run
+++ b/ambient-run
@@ -140,7 +140,7 @@ def main():
"-drive",
f"format=raw,if=virtio,file={cache_drive}",
"-drive",
- f"format=raw,if=virtio,file={deps_drive}",
+ f"format=raw,if=virtio,file={deps_drive},readonly=on",
"-nodefaults",
"-display",
"none",