-
Notifications
You must be signed in to change notification settings - Fork 1
Environment Variables
hypersdk edited this page Aug 7, 2026
·
1 revision
Common GUESTKIT_* knobs. Also see CLI guide and cloud disk sources.
| Variable | Purpose |
|---|---|
GUESTKIT_PACKAGE_CACHE |
Host dirs of .rpm/.deb for offline PackageInstall staging |
GUESTKIT_PACKAGE_FETCH |
1/true/yes/on — host-download missing packages before staging |
GUESTKIT_PACKAGE_MIRROR |
Comma-separated HTTP bases for fetch fallback (curl/wget); optional {name} / {ext}
|
GUESTKIT_VIRTIO_WIN |
VirtIO driver tree for offline Windows DriverInject
|
GUESTKIT_FLEET_JOBS |
Parallelism for fleet analyze (default min(4, CPUs)) |
GUESTKIT_S3_ENDPOINT / AWS_ENDPOINT_URL
|
Custom S3-compatible endpoint for cloud disk pulls |
XDG_CACHE_HOME |
Influences default package fetch cache under …/guestkit/packages
|
export GUESTKIT_PACKAGE_CACHE=~/pkgs
export GUESTKIT_PACKAGE_FETCH=1
export GUESTKIT_PACKAGE_MIRROR=https://mirror.example/pkgs
export GUESTKIT_VIRTIO_WIN=/opt/virtio-win
export GUESTKIT_FLEET_JOBS=8