fix: update path in comments and README (#115)
Co-authored-by: David McCrea <git@dmccrea.me>
This commit is contained in:
parent
80958f60a6
commit
e1a0e3c6a4
2 changed files with 3 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ This will template out the file and build with `buildah` or `podman`.
|
|||
|
||||
##### Rebase
|
||||
|
||||
If you want to test your changes, you can do so by using the `rebase` command. This will create an image as a `.tar.gz` file, store it in `/etc/blue-build`, an run `rpm-ostree rebase` on that newly built file.
|
||||
If you want to test your changes, you can do so by using the `rebase` command. This will create an image as a `.tar.gz` file, store it in `/etc/bluebuild`, an run `rpm-ostree rebase` on that newly built file.
|
||||
|
||||
```bash
|
||||
sudo bluebuild rebase config/recipe.yml
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ pub enum CommandArgs {
|
|||
Template(template::TemplateCommand),
|
||||
|
||||
/// Upgrade your current OS with the
|
||||
/// local image saved at `/etc/blue-build/`.
|
||||
/// local image saved at `/etc/bluebuild/`.
|
||||
///
|
||||
/// This requires having rebased already onto
|
||||
/// a local archive already by using the `rebase`
|
||||
|
|
@ -72,7 +72,7 @@ pub enum CommandArgs {
|
|||
/// being built.
|
||||
///
|
||||
/// This will create a tarball of your image at
|
||||
/// `/etc/blue-build/` and invoke `rpm-ostree` to
|
||||
/// `/etc/bluebuild/` and invoke `rpm-ostree` to
|
||||
/// rebase onto the image using `oci-archive`.
|
||||
///
|
||||
/// NOTE: This can only be used if you have `rpm-ostree`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue