Add live-install.tmpl
Needed by lorax-28.14.24-1 and later Related: rhbz#1694180
This commit is contained in:
parent
f5718645cf
commit
45f2382472
32
80-rhel/live/live-install.tmpl
Normal file
32
80-rhel/live/live-install.tmpl
Normal file
@ -0,0 +1,32 @@
|
||||
## livemedia-creator: Install packages needed for iso creation using per-arch templates
|
||||
<%page args="basearch"/>
|
||||
|
||||
## arch-specific bootloader packages
|
||||
%if basearch == "aarch64":
|
||||
installpkg efibootmgr
|
||||
installpkg grub2-efi-aa64-cdboot shim-aa64
|
||||
installpkg uboot-tools
|
||||
%endif
|
||||
%if basearch in ("arm", "armhfp"):
|
||||
installpkg efibootmgr
|
||||
installpkg grub2-efi-arm-cdboot
|
||||
installpkg uboot-tools
|
||||
%endif
|
||||
%if basearch == "x86_64":
|
||||
installpkg grub2-tools-efi
|
||||
installpkg efibootmgr
|
||||
installpkg shim-x64 grub2-efi-x64-cdboot
|
||||
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
||||
%endif
|
||||
%if basearch in ("i386", "x86_64"):
|
||||
installpkg biosdevname memtest86+ syslinux
|
||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||
%endif
|
||||
%if basearch in ("ppc64le"):
|
||||
installpkg powerpc-utils
|
||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||
installpkg grub2-${basearch}
|
||||
%endif
|
||||
%if basearch == "s390x":
|
||||
installpkg s390utils-base
|
||||
%endif
|
Loading…
Reference in New Issue
Block a user