S390x: Difference between revisions

From Alpine Linux
m (style)
Line 12: Line 12:
= Tips =
= Tips =


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


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


<pre> apk add linux-firmware-none </pre>
<pre>apk add linux-firmware-none</pre>


= =
= =

Revision as of 01:25, 7 June 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