1
0
mirror of https://github.com/lxc/distrobuilder.git synced 2026-02-05 06:45:19 +01:00

*: Update short description to mention VM images are supported

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
Simon Deziel
2023-06-21 22:20:32 -04:00
parent 67fbf0e25e
commit 88d793649e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# distrobuilder
System container image builder for LXC and LXD
System container and VM image builder for LXC and LXD
## Status
Type | Service | Status
@@ -15,7 +15,7 @@ The following are the command line options of `distrobuilder`. You can use `dist
```bash
$ distrobuilder
System container image builder for LXC and LXD
System container and VM image builder for LXC and LXD
Usage:
distrobuilder [command]

View File

@@ -125,7 +125,7 @@ func main() {
app := &cobra.Command{
Use: "distrobuilder",
Short: "System container image builder for LXC and LXD",
Short: "System container and VM image builder for LXC and LXD",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
// Quick checks
if os.Geteuid() != 0 {

View File

@@ -1,3 +1,3 @@
site_name: "distrobuilder - system container image builder"
site_name: "distrobuilder - system container and VM image builder"
theme: readthedocs
docs_dir: doc