Skip to content

Commit 6deaff8

Browse files
author
neil
committed
add freebsd desktop
1 parent 404d834 commit 6deaff8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/testrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656
- name: Install dependencies (Linux)
5757
if: runner.os == 'Linux'
5858
run: |

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ anyvm is a single-file tool for bootstrapping BSD and Illumos guests with QEMU o
3131
## 2. Quick start (local)
3232

3333
```bash
34+
35+
#desktop release
36+
37+
python3 anyvm.py --os freebsd --release 15.0-xfce
38+
python3 anyvm.py --os freebsd --release 15.0-gnome
39+
python3 anyvm.py --os freebsd --release 15.0-kde6
40+
41+
42+
#command line release
3443
python3 anyvm.py --os freebsd
3544
python3 anyvm.py --os freebsd --release 14.3
3645
python3 anyvm.py --os freebsd --release 14.3 --arch aarch64

anyvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _create_windows_context():
110110

111111

112112
DEFAULT_BUILDER_VERSIONS = {
113-
"freebsd": "2.0.7",
113+
"freebsd": "2.0.8",
114114
"openbsd": "2.0.0",
115115
"netbsd": "2.0.3",
116116
"dragonflybsd": "2.0.3",

0 commit comments

Comments
 (0)