S390x: Difference between revisions
(→Tips) |
m (style) |
||
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. | |||
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
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