Skip to content

Commit

Permalink
rename mkiso, add copy_kernel_initrd for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 7, 2024
1 parent 9a7edf3 commit 745efa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fai-cd
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ create_grub2_image_arm64() {
else
die 11 "No grub-efi-arm64-bin installation found in NFSROOT. Aborting."
fi

copy_kernel_initrd
}
# - - - - - - - - - - - - - - - - - - - - - - - - - -
create_grub2_image_x86() {
Expand Down Expand Up @@ -370,7 +370,7 @@ cleanup_liveos_mounts() {
fi
}
# - - - - - - - - - - - - - - - - - - - - - - - - - -
mkiso() {
mkiso_x86() {

echo "Writing FAI CD-ROM image to $isoname. This may need some time."
xorriso -report_about HINT -as mkisofs -iso-level 3 \
Expand Down

0 comments on commit 745efa4

Please sign in to comment.