Skip to content

Commit

Permalink
global: Rename pack-lxd to pack-incus
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 5, 2023
1 parent fd0717d commit 62ceccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/howto/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In that case one can simply run
```shell
distrobuilder build-dir def.yaml /path/to/rootfs
distrobuilder pack-lxc def.yaml /path/to/rootfs /path/to/output
distrobuilder pack-lxd def.yaml /path/to/rootfs /path/to/output
distrobuilder pack-incus def.yaml /path/to/rootfs /path/to/output
```

(howto-build-lxc)=
Expand Down Expand Up @@ -154,5 +154,5 @@ This can be changed by calling it as `--import-into-lxd=<alias>`.

After building the image, the rootfs will be destroyed.

The `pack-lxd` sub-command can be used to create an image from an existing rootfs.
The `pack-incus` sub-command can be used to create an image from an existing rootfs.
The rootfs won't be deleted afterwards.
2 changes: 1 addition & 1 deletion doc/reference/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ After the package manager has installed the requested packages, all `post-packag
For more on `packages`, see [packages](packages.md).

And last, after the `files` section has been processed, all `post-files` actions are run.
This action runs only for `build-lxc`, `build-incus`, `pack-lxc`, and `pack-lxd`.
This action runs only for `build-lxc`, `build-incus`, `pack-lxc`, and `pack-incus`.
For more on `files`, see [generators](generators.md).

0 comments on commit 62ceccc

Please sign in to comment.