S390x: Difference between revisions

From Alpine Linux
m (style)
m (A section was unnamed. I guessed a good one for it. Category cleanup too.)
Line 18: Line 18:
<pre>apk add linux-firmware-none</pre>
<pre>apk add linux-firmware-none</pre>


= =
= See Also =
* [https://fwupd.org/ LVFS - Linux Vendor Firmware Service]
* [https://fwupd.org/ LVFS - Linux Vendor Firmware Service]
[[category:IBM]]


[[category:IBM]]
[[category:IBM]]

Revision as of 19:53, 26 July 2023

Installation guide

Visit: S390x/Installation

Docker with Alpine

Running Alpine s390x containers on Docker: S390x/Docker

Known Issues

S390x/Known_Issues

Tips

On a default Alpine installation, some firmware packages (linux-firmware-*) will get installed. On s390x, most of these are not needed.

In order to remove them, install the package linux-firmware-none by running:

apk add linux-firmware-none

See Also