Skip to content

Commit

Permalink
fix README files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsander-souza committed Feb 22, 2024
1 parent 8834149 commit 3546168
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion ol8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ be in packer-maas/ol8, where this file is located. Once in packer-maas/ol8
you can generate an image with:

```shell
envsubst '$${KS_PROXY}' < http/ol8.ks.in | tee http/ol8.ks
packer init .
PACKER_LOG=1 packer build .
```
Expand Down
1 change: 0 additions & 1 deletion ol9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ be in packer-maas/ol9, where this file is located. Once in packer-maas/ol9
you can generate an image with:

```shell
envsubst '$${KS_PROXY}' < http/ol9.ks.in | tee http/ol9.ks
packer init .
PACKER_LOG=1 packer build .
```
Expand Down
8 changes: 0 additions & 8 deletions sles12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ The Packer template in this directory creates a SLES 12 AMD64 image for use with

The deployment image may be customized using `cloud-init` configuration. Check the `user-data` file.

## Building the image using a proxy

The Packer template pulls all packages from the upstream image. To use a proxy during the installation define the `KS_PROXY` variable in the environment, as bellow:

```shell
export KS_PROXY="--proxy=\"${HTTP_PROXY}\""
```

## Building an image

You can easily build the image using the Makefile:
Expand Down

0 comments on commit 3546168

Please sign in to comment.