S390x: Difference between revisions
m (A section was unnamed. I guessed a good one for it. Category cleanup too.) |
(use pkg and cmd template) |
||
Line 12: | Line 12: | ||
= Tips = | = Tips = | ||
On a default Alpine installation, some firmware packages ( | On a default Alpine installation, some firmware packages ({{Pkg|linux-firmware-*}}) will get installed. On s390x, most of these are not needed. | ||
In order to remove them, install the package | In order to remove them, install the package {{Pkg|linux-firmware-none}} by running: | ||
{{Cmd|apk add linux-firmware-none}} | |||
= See Also = | = See Also = |
Revision as of 01:50, 25 August 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