Created
May 22, 2022 08:01
-
-
Save Hayao0819/dc9e987b1fc6e44c7201d58a1d9e6001 to your computer and use it in GitHub Desktop.
Limaの設定ファイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This example requires Lima v0.7.0 or later | |
| arch: "x86_64" | |
| images: | |
| # NOTE: the image is periodically rotated, if you face 404, see https://mirror.pkgbuild.com/images/ to find the latest image. | |
| - location: "https://mirror.pkgbuild.com/images/v20220515.56564/Arch-Linux-x86_64-cloudimg-20220515.56564.qcow2" | |
| arch: "x86_64" | |
| digest: "sha256:e7ef924f6c56642e2c3a4be7c74fad4c38a8113c8d527a835b2f51dcb1977394" | |
| mounts: | |
| - location: "~" | |
| - location: "/tmp/lima" | |
| writable: true | |
| firmware: | |
| legacyBIOS: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment