Skip to content

iso: Support build on Fedora - x86_64 #22055

@nirs

Description

@nirs

Since we removed gluster, we don't need the legacy python2 dependency and we can support building on more modern distros like Fedora.

Currently the x86_64 build works on Fedora 43 by installing these tools:

sudo dnf install \
    7zip \
    automake \
    bc \
    cpio \
    gcc \
    gcc-c++ \
    genisoimage \
    git \
    gnupg2 \
    libtool \
    make \
    unzip \
    wget \

The aarch64 version has more issues but we can start with the simple change.

The docs need to describe 2 systems for building (Ubuntu 22.04, Fedora 43). Each system need its own instructions for installing require tools. The actual build instructions should be shared since they must be the same.

Metadata

Metadata

Assignees

Labels

kind/documentationCategorizes issue or PR as related to documentation.kind/improvementCategorizes issue or PR as related to improving upon a current feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions