Improve support for 32-bit EFI firmware in ISOs and installer
mklive: - include support for booting both 32- and 64-bit UEFI firmware with 32- and 64-bit images. - require grub packages for both firmware bitness types (build-x86-images) Installer: - include support for installing both 32- and 64-bit UEFI grub loaders - detect UEFI platform (firmware) bitness at install time Closes: #102 [via git-merge-pr]
This commit is contained in:
committed by
Michael Aldridge
parent
fe57bb4b06
commit
a4b3dd36c9
@ -25,10 +25,7 @@ readonly KDE_IMG=void-live-${ARCH}-${DATE}-kde.iso
|
||||
readonly LXDE_IMG=void-live-${ARCH}-${DATE}-lxde.iso
|
||||
readonly LXQT_IMG=void-live-${ARCH}-${DATE}-lxqt.iso
|
||||
|
||||
case "$ARCH" in
|
||||
i686*) GRUB="grub";;
|
||||
x86_64*) GRUB="grub-x86_64-efi";;
|
||||
esac
|
||||
readonly GRUB="grub-i386-efi grub-x86_64-efi"
|
||||
|
||||
readonly BASE_PKGS="dialog cryptsetup lvm2 mdadm $GRUB"
|
||||
readonly X_PKGS="$BASE_PKGS xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf alsa-plugins-pulseaudio"
|
||||
|
Reference in New Issue
Block a user