Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Graphical setup of LXD (if needed on first run) #7

Open
marbetschar opened this issue May 6, 2020 · 1 comment
Open

Graphical setup of LXD (if needed on first run) #7

marbetschar opened this issue May 6, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@marbetschar
Copy link
Owner

Right now Boxes expects LXD to be installed and initialized on the host system:

sudo apt install lxd
sudo lxd init            # use default values for everything

We should provide a graphical way to do so to improve the first run experience.

@marbetschar marbetschar added the enhancement New feature or request label May 6, 2020
@marbetschar marbetschar changed the title Initial setup of LXD Graphical setup of LXD (if needed on first run) May 6, 2020
@toby63
Copy link

toby63 commented Jun 15, 2020

Just in case you didn't know, you can apply a configuration file to lxd init, via:
lxd init --preseed # Pre-seed mode, expects YAML config from stdin

Or use the auto flag for non-interactive configuration:
lxd init --auto
(you can also specify values for that, like [--storage-backend=dir])

from lxd init --help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants