-
Notifications
You must be signed in to change notification settings - Fork 7
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
arm64 compatibility #121
Conversation
3a4d454
to
439f47a
Compare
FWIW, I approve this PR |
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]>
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]>
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]>
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]>
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 && \ |
There was a problem hiding this comment.
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
- not available from FAI repos https://fai-project.org/download/bookworm/
- but is available on Debian repos : https://deb.debian.org/debian/pool/main/f/fai/fai-server_6.2.4_all.deb (sid)
See status in : https://tracker.debian.org/pkg/fai
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 :)
No description provided.