Skip to content

Commit

Permalink
Skip iso/pxe/syslinux on arm64
Browse files Browse the repository at this point in the history
iso/pxe/syslinux are x86-specific. The presence of the files and
boot code is entirely useless on arm64.

While at it, update netboot code for arm64-specific shim and grub
filenames.
  • Loading branch information
zeha committed Nov 23, 2024
1 parent 9f2be71 commit 89ba621
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 132 deletions.
6 changes: 4 additions & 2 deletions etc/grml/fai/config/package_config/GRMLBASE
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ grml-udev-config
hdparm
hwinfo
initramfs-tools
isolinux
kbd
less
live-boot-grml live-boot-grml-doc
Expand All @@ -40,7 +39,6 @@ openssh-client
openssh-server
pciutils
physlock
pxelinux
resolvconf
rsync
rsyslog
Expand Down Expand Up @@ -81,14 +79,18 @@ PACKAGES install I386
grub-pc
grub-efi-amd64-bin
grub-efi-ia32-bin
isolinux
syslinux syslinux-common syslinux-utils
pxelinux
grml2usb

PACKAGES install AMD64
grub-pc
grub-efi-amd64-bin
grub-efi-ia32-bin
isolinux
syslinux syslinux-common syslinux-utils
pxelinux
grml2usb

PACKAGES install ARM64
Expand Down
Loading

0 comments on commit 89ba621

Please sign in to comment.