Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsander-souza committed Feb 22, 2024
1 parent b354b73 commit fd52295
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 19 deletions.
4 changes: 2 additions & 2 deletions ol8/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include ../scripts/check.mk
PACKER ?= packer
PACKER_LOG ?= 0

export PACKER_LOG KS_PROXY
export PACKER_LOG

.PHONY: all clean

Expand All @@ -22,4 +22,4 @@ http/ol8.ks: http/ol8.ks.in
clean:
${RM} -rf output-ol8 ol8.tar.gz http/ol8.ks

.INTERMEDIATE: http/ol8.ks

2 changes: 1 addition & 1 deletion ol8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use a proxy during the installation define the `KS_PROXY` variable in the
environment, as bellow:

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

## Building an image
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ol9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include ../scripts/check.mk
PACKER ?= packer
PACKER_LOG ?= 0

export PACKER_LOG KS_PROXY
export PACKER_LOG

.PHONY: all clean

Expand All @@ -22,4 +22,4 @@ http/ol9.ks: http/ol9.ks.in
clean:
${RM} -rf output-ol9 ol9.tar.gz http/ol9.ks

.INTERMEDIATE: http/ol9.ks

2 changes: 1 addition & 1 deletion ol9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use a proxy during the installation define the `KS_PROXY` variable in the
environment, as bellow:

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

## Building an image
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions rhel7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKER ?= packer
PACKER_LOG ?= 0
ISO ?= ${RHEL7_ISO_PATH}

export PACKER_LOG KS_PROXY
export PACKER_LOG

.PHONY: all clean

Expand All @@ -23,4 +23,4 @@ http/rhel7.ks: http/rhel7.ks.in
clean:
${RM} -rf output-rhel7 rhel7.tar.gz http/rhel7.ks

.INTERMEDIATE: http/rhel7.ks

2 changes: 1 addition & 1 deletion rhel7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cloud-init repository. To use a proxy during the installation define the
`KS_PROXY` variable in the environment, as bellow:

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

## Building an image
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions rhel8/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKER ?= packer
PACKER_LOG ?= 0
ISO ?= ${RHEL8_ISO_PATH}

export PACKER_LOG KS_PROXY
export PACKER_LOG

.PHONY: all clean

Expand All @@ -23,4 +23,3 @@ http/rhel8.ks: http/rhel8.ks.in
clean:
${RM} -rf output-rhel8 rhel8.tar.gz http/rhel8.ks

.INTERMEDIATE: http/rhel8.ks
2 changes: 1 addition & 1 deletion rhel8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cloud-init repository. To use a proxy during the installation define the
`KS_PROXY` variable in the environment, as bellow:

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

## Building an image
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions rhel9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKER ?= packer
PACKER_LOG ?= 0
ISO ?= rhel-baseos-9.1-x86_64-dvd.iso

export PACKER_LOG KS_PROXY
export PACKER_LOG

.PHONY: all clean

Expand All @@ -23,4 +23,4 @@ http/rhel9.ks: http/rhel9.ks.in
clean:
${RM} -rf output-rhel9 rhel9.tar.gz http/rhel9.ks

.INTERMEDIATE: http/rhel9.ks

2 changes: 1 addition & 1 deletion rhel9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cloud-init repository. To use a proxy during the installation define the
`KS_PROXY` variable in the environment, as bellow:

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

## Building an image
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions rocky9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include ../scripts/check.mk
PACKER ?= packer
PACKER_LOG ?= 0

export PACKER_LOG KS_PROXY
export PACKER_LOG

.PHONY: all clean

Expand All @@ -22,4 +22,3 @@ http/rocky.ks: http/rocky.ks.in
clean:
${RM} -rf output-rocky9 rocky9.tar.gz http/rocky.ks

.INTERMEDIATE: http/rocky.ks
2 changes: 1 addition & 1 deletion rocky9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Packer template downloads the Rocky ISO image from the Internet. You can tel
To use a proxy during the installation define the `KS_PROXY` variable in the environment, as bellow:

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


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sles12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The deployment image may be customized using `cloud-init` configuration. Check t
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}\""
export KS_PROXY=$HTTP_PROXY
```

## Building an image
Expand Down

0 comments on commit fd52295

Please sign in to comment.