Skip to content

Commit

Permalink
Add config.txt to all flavors that have rpicommon
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Aug 28, 2023
1 parent a2c06d2 commit bde762e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ COPY alpine/bootargs.cfg /etc/cos/bootargs.cfg

FROM common as rpicommon
COPY rpi/bootargs.cfg /etc/cos/bootargs.cfg
COPY rpi/config.txt /boot/config.txt

FROM rpicommon AS rpi3
FROM rpicommon AS rpi4
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ RUN apt-get update \
raspi-firmware \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
COPY rpi/bootargs.cfg /etc/cos/bootargs.cfg
COPY rpi/config.txt /boot/config.txt

FROM rpicommon AS rpi3
FROM rpicommon AS rpi4
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.opensuse-leap
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ RUN zypper in --force-resolution -y \
wpa_supplicant \
&& zypper cc
COPY rpi/bootargs.cfg /etc/cos/bootargs.cfg
COPY rpi/config.txt /boot/config.txt

FROM rpicommon as rpi3
FROM rpicommon as rpi4
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.opensuse-tumbleweed
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ RUN zypper in --force-resolution -y \
wpa_supplicant \
&& zypper cc
COPY rpi/bootargs.cfg /etc/cos/bootargs.cfg
COPY rpi/config.txt /boot/config.txt

FROM rpicommon AS rpi3
FROM rpicommon AS rpi4
Expand Down

0 comments on commit bde762e

Please sign in to comment.