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 da36852 commit 6dcecc5Copy full SHA for 6dcecc5
1 file changed
lima.sh
@@ -2,8 +2,8 @@
2
set -eu
3
4
case "$(uname)" in
5
- Darwin) display=cocoa;;
6
- Linux) display=gtk;;
+ Darwin) DISPLAY=default;;
+ Linux) DISPLAY=gtk;;
7
esac
8
cat <<EOF >"${EDITION}.yaml"
9
arch: "${ARCH}"
@@ -17,10 +17,8 @@ mounts:
17
writable: true
18
ssh:
19
localPort: 40022
20
-firmware:
21
- legacyBIOS: true
22
video:
23
- display: $display
+ display: "${DISPLAY}"
24
containerd:
25
system: false
26
user: false
0 commit comments