We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fddd84 + bfb05c0 commit d8e5ea3Copy full SHA for d8e5ea3
1 file changed
lima.sh
@@ -1,10 +1,6 @@
1
#!/usr/bin/env bash
2
set -eu
3
4
-case "$(uname)" in
5
- Darwin) display=cocoa;;
6
- Linux) display=gtk;;
7
-esac
8
cat <<EOF >"${EDITION}.yaml"
9
arch: "${ARCH}"
10
images:
@@ -17,10 +13,8 @@ mounts:
17
13
writable: true
18
14
ssh:
19
15
localPort: 40022
20
-firmware:
21
- legacyBIOS: true
22
16
video:
23
- display: $display
+ display: default
24
containerd:
25
system: false
26
user: false
0 commit comments