From 548ee4112436f86f6213e29d7c365161e727397c Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 24 Dec 2024 21:19:11 +0900 Subject: [PATCH] templates: archlinux: allow 9p again 9p was once broken, but it was fixed in Linux v6.12 (https://github.com/torvalds/linux/commit/be2ca38). Signed-off-by: Akihiro Suda --- templates/archlinux.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/archlinux.yaml b/templates/archlinux.yaml index c5178b8e6b6..09cadf82412 100644 --- a/templates/archlinux.yaml +++ b/templates/archlinux.yaml @@ -17,7 +17,3 @@ mounts: - location: "~" - location: "/tmp/lima" writable: true - -# 9p is broken in Linux v6.9, v6.10, and v6.11. -# The issue was fixed in Linux v6.12-rc5 (https://github.com/torvalds/linux/commit/be2ca38). -mountTypesUnsupported: ["9p"]