Skip to content

Commit d8e5ea3

Browse files
authored
Merge pull request #143 from lima-vm/use-vz
Use default display driver since Lima now defaults to VZ on macOS
2 parents 2fddd84 + bfb05c0 commit d8e5ea3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

lima.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env bash
22
set -eu
33

4-
case "$(uname)" in
5-
Darwin) display=cocoa;;
6-
Linux) display=gtk;;
7-
esac
84
cat <<EOF >"${EDITION}.yaml"
95
arch: "${ARCH}"
106
images:
@@ -17,10 +13,8 @@ mounts:
1713
writable: true
1814
ssh:
1915
localPort: 40022
20-
firmware:
21-
legacyBIOS: true
2216
video:
23-
display: $display
17+
display: default
2418
containerd:
2519
system: false
2620
user: false

0 commit comments

Comments
 (0)