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:
@@ -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]
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user