Host-level toolchain / image operations. Mirrors
sdk/ruby/lib/bsdkrun/system.rb.
Host-level toolchain / image operations. Mirrors `sdk/ruby/lib/bsdkrun/system.rb`.
(fetch-image! os)(fetch-image! os {:keys [version force]})Download + prepare a BSD image ahead of time. os is :freebsd or
:netbsd (a keyword or a string). opts: :version, :force
(re-download even if cached). Returns the command output.
Download + prepare a BSD image ahead of time. `os` is `:freebsd` or `:netbsd` (a keyword or a string). `opts`: `:version`, `:force` (re-download even if cached). Returns the command output.
(grow-disk! disk size)Grow a raw disk image (the guest expands its root FS on next boot).
Grow a raw disk image (the guest expands its root FS on next boot).
(probe)Sanity-check the toolchain: verify libkrun links and a context can be created/configured. Does not boot. Returns true on success.
Sanity-check the toolchain: verify libkrun links and a context can be created/configured. Does not boot. Returns true on success.
(versions os)List the builds available to fetch for a BSD (os is :freebsd or
:netbsd — a keyword or a string), one version string per non-empty
output line.
List the builds available to fetch for a BSD (`os` is `:freebsd` or `:netbsd` — a keyword or a string), one version string per non-empty output line.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |