Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64 compatibility #121

Merged
merged 1 commit into from
Jan 6, 2025
Merged

arm64 compatibility #121

merged 1 commit into from
Jan 6, 2025

Conversation

insatomcat
Copy link
Member

No description provided.

@insatomcat insatomcat force-pushed the arm64 branch 10 times, most recently from 3a4d454 to 439f47a Compare December 27, 2024 11:41
@insatomcat insatomcat changed the title test arm64 arm64 compatibility Dec 27, 2024
@insatomcat insatomcat marked this pull request as ready for review December 27, 2024 11:42
@ycongal-smile
Copy link
Contributor

FWIW, I approve this PR

ycongal-smile added a commit to ycongal-smile/fai that referenced this pull request Dec 27, 2024
Leverage existing work in progress arm64 support to build a working ISO.

NB: This work comes from the SEAPATH project:
seapath/build_debian_iso#121

Co-authored-by: Florent CARLI <[email protected]>
Signed-off-by: Yoann Congal <[email protected]>
ycongal-smile added a commit to ycongal-smile/fai-config that referenced this pull request Dec 27, 2024
The "--target=x86_64-efi" option obviously does not work for arm64
installation. Skip it in case of an arm64 installation, the x86-64
default is unchanged.

NB: This work comes from the SEAPATH project:
seapath/build_debian_iso#121

Co-authored-by: Florent CARLI <[email protected]>
Signed-off-by: Yoann Congal <[email protected]>
Signed-off-by: Florent CARLI <[email protected]>
ycongal-smile added a commit to ycongal-smile/fai that referenced this pull request Dec 28, 2024
Leverage existing work in progress arm64 support to build a working ISO.

NB: This work comes from the SEAPATH project:
seapath/build_debian_iso#121

Co-authored-by: Florent CARLI <[email protected]>
Signed-off-by: Yoann Congal <[email protected]>
Mrfai pushed a commit to faiproject/fai that referenced this pull request Dec 29, 2024
Leverage existing work in progress arm64 support to build a working ISO.

NB: This work comes from the SEAPATH project:
seapath/build_debian_iso#121

Co-authored-by: Florent CARLI <[email protected]>
Signed-off-by: Yoann Congal <[email protected]>
Comment on lines +158 to +161
echo \"patch /usr/sbin/fai-cd /etc/fai/fai-cd.patch -o /ext/fai-cd\" && \
patch /usr/sbin/fai-cd /etc/fai/fai-cd.patch -o /ext/fai-cd && chmod 755 /ext/fai-cd && \
echo \"patch /ext/srv/fai/config/scripts/GRUB_EFI/10-setup /etc/fai/10-setup.patch \" && \
patch /ext/srv/fai/config/scripts/GRUB_EFI/10-setup /etc/fai/10-setup.patch && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These patches are integrated into FAI 6.2.4:
faiproject/fai@3df1203#diff-93467241211d3f9d253fb8ad341738fbda5e5d3ade4721326f2bba82525fbaeeR46

We might just need to wait a little that the package make its way into the Debian/FAI repos&mirrors.

As of now, the 6.2.4 package is

See status in : https://tracker.debian.org/pkg/fai

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use the debian package because the stable version is outdated (6.0.3).
I'll merge the change now, and I will do a new PR when 6.2.4 is the default in the FAI repo.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll notice this quite easily, the patch will fail to apply and the process will fail :)

@insatomcat insatomcat merged commit 689a642 into main Jan 6, 2025
2 checks passed
@insatomcat insatomcat deleted the arm64 branch January 6, 2025 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants