S390x: Difference between revisions

From Alpine Linux
(→‎Tips: substitute small template)
Line 11: Line 11:


= Tips =
= Tips =
{{S390x/tips}}
 
In default Alpine installation, some firmware packages <code>linux-firmware-*</code> might get installed. On s390x, most of these are not needed.
 
In order to remove them, install package <code>linux-firmware-none</code> by running:
 
<pre> apk add linux-firmware-none </pre>
 
= =
* [https://fwupd.org/ LVFS - Linux Vendor Firmware Service]
 
 
[[category:IBM]]




[[category:IBM]]
[[category:IBM]]

Revision as of 03:39, 30 May 2023

Installation guide

Visit: S390x/Installation

Docker with Alpine

Running Alpine s390x containers on Docker: S390x/Docker

Known Issues

S390x/Known_Issues

Tips

In default Alpine installation, some firmware packages linux-firmware-* might get installed. On s390x, most of these are not needed.

In order to remove them, install package linux-firmware-none by running:

 apk add linux-firmware-none