From 354616823b02a8aeb8627485e94d7baeae489982 Mon Sep 17 00:00:00 2001 From: Alexsander Silva de Souza Date: Thu, 22 Feb 2024 16:38:23 -0300 Subject: [PATCH] fix README files --- ol8/README.md | 1 - ol9/README.md | 1 - sles12/README.md | 8 -------- 3 files changed, 10 deletions(-) diff --git a/ol8/README.md b/ol8/README.md index fe634b42..42dc0286 100644 --- a/ol8/README.md +++ b/ol8/README.md @@ -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 . ``` diff --git a/ol9/README.md b/ol9/README.md index 7269d19c..52a07f9f 100644 --- a/ol9/README.md +++ b/ol9/README.md @@ -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 . ``` diff --git a/sles12/README.md b/sles12/README.md index 5fdde2a3..0285ea3c 100644 --- a/sles12/README.md +++ b/sles12/README.md @@ -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: