Liking cljdoc? Tell your friends :D

bsdkrun.system

Host-level toolchain / image operations. Mirrors sdk/ruby/lib/bsdkrun/system.rb.

Host-level toolchain / image operations. Mirrors
`sdk/ruby/lib/bsdkrun/system.rb`.
raw docstring

fetch-image!clj

(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.
sourceraw docstring

grow-disk!clj

(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).
sourceraw docstring

probeclj

(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.
sourceraw docstring

versionsclj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close