S390x: Difference between revisions
No edit summary |
Prabuanand (talk | contribs) (Changing Category name to S390x from IBM) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{TOC right}} | |||
= Installation guide = | = Installation guide = | ||
Visit: | Visit: [[S390x/Installation]] | ||
= Docker with Alpine = | = Docker with Alpine = | ||
Running Alpine s390x containers on Docker: | Running Alpine s390x containers on Docker: [[S390x/Docker]] | ||
= Known Issues = | = Known Issues = | ||
[[S390x/Known_Issues]] | |||
= | = Tips = | ||
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 {{Pkg|linux-firmware-none|arch=s390x}} by running: | |||
{{Cmd|apk add linux-firmware-none}} | |||
= | = See Also = | ||
https:// | * [https://fwupd.org/ LVFS - Linux Vendor Firmware Service] | ||
[[category:s390x]] |
Latest revision as of 15:48, 15 October 2024
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