Skip to content

Commit 2430e92

Browse files
committed
templates: vz: fix a comment about Linux 6.2 compatibility
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7d7e511 commit 2430e92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/experimental/vz.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ rosetta:
88
# Register rosetta to /proc/sys/fs/binfmt_misc
99
binfmt: true
1010

11-
# Note: On Intel Mac, kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.) is known to be unbootable on vz.
12-
# kernel v6.3 and later should boot, as long as it is booted via GRUB.
13-
# https://github.com/lima-vm/lima/issues/1577#issuecomment-1565625668
11+
# Note: On Intel Mac, macOS >= 13.5 is required to boot kernel v6.2 (used by Ubuntu 23.04, Fedora 38, etc.) with vz.
12+
# https://github.com/lima-vm/lima/issues/1577
1413
images:
1514
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
1615
arch: "x86_64"

0 commit comments

Comments
 (0)