diff --git a/website/content/v1.7/advanced/building-images.md b/website/content/v1.7/advanced/building-images.md index c215fb8126..22e134d55e 100644 --- a/website/content/v1.7/advanced/building-images.md +++ b/website/content/v1.7/advanced/building-images.md @@ -40,7 +40,7 @@ be overridden with: * if you built and pushed only a custom `kernel` package, the reference can be overridden with `PKG_KERNEL` variable: `make PKG_KERNEL=//kernel:` * if any other single package was customized, the reference can be overridden with `PKG_` (e.g. `PKG_IPTABLES`) variable: `make PKG_=//:` -* if the full `pkgs` repository was built and pushed, the references can be overridden with `PKGS_PREFIX` and `PKGS` variables: `make PKG_PREFIX=/ PKGS=` +* if the full `pkgs` repository was built and pushed, the references can be overridden with `PKGS_PREFIX` and `PKGS` variables: `make PKGS_PREFIX=/ PKGS=` ## Customizations diff --git a/website/content/v1.8/advanced/building-images.md b/website/content/v1.8/advanced/building-images.md index c215fb8126..22e134d55e 100644 --- a/website/content/v1.8/advanced/building-images.md +++ b/website/content/v1.8/advanced/building-images.md @@ -40,7 +40,7 @@ be overridden with: * if you built and pushed only a custom `kernel` package, the reference can be overridden with `PKG_KERNEL` variable: `make PKG_KERNEL=//kernel:` * if any other single package was customized, the reference can be overridden with `PKG_` (e.g. `PKG_IPTABLES`) variable: `make PKG_=//:` -* if the full `pkgs` repository was built and pushed, the references can be overridden with `PKGS_PREFIX` and `PKGS` variables: `make PKG_PREFIX=/ PKGS=` +* if the full `pkgs` repository was built and pushed, the references can be overridden with `PKGS_PREFIX` and `PKGS` variables: `make PKGS_PREFIX=/ PKGS=` ## Customizations