robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

FreeBSD albatross_daemon rc script: extend PATH, revise unikernel_get and unikernel_info commands #64

Closed hannesm closed 3 years ago

hannesm commented 3 years ago

This now includes /usr/local/bin and /usr/local/sbin in the PATH variable. The solo5 binaries will likely be installed in these locations, and albatross_daemon needs to be able to find them. Fixes #63.

The second commit revises unikernel_info and unikernel_get commands and fixes #61 in a backwards-compatible way.

The third commit revises the block device handling and fixes #49 in a backwards-compatible way.