S390x: Difference between revisions

From Alpine Linux
m (A section was unnamed. I guessed a good one for it. Category cleanup too.)
m (→‎Tips: Specify arch in pkg template)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
= Tips =
= Tips =


On a default Alpine installation, some firmware packages (<code>linux-firmware-*</code>) will get installed. On s390x, most of these are not needed.
On a default Alpine installation, some firmware packages ({{Pkg|linux-firmware-*|arch=s390x}}) will get installed. On s390x, most of these are not needed.


In order to remove them, install the package <code>linux-firmware-none</code> by running:
In order to remove them, install the package {{Pkg|linux-firmware-none|arch=s390x}} by running:


<pre>apk add linux-firmware-none</pre>
{{Cmd|apk add linux-firmware-none}}


= See Also =
= See Also =

Latest revision as of 21:50, 9 January 2024

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