add syslinux and ssm
The x86 template needs syslinux to be installed. system-storage-manager is useful in rescue mode.
This commit is contained in:
parent
8e84ef10c1
commit
93aaf8c81f
@ -29,7 +29,7 @@ installpkg kernel
|
||||
installpkg kernel-PAE gpart
|
||||
%endif
|
||||
%if basearch in ("i386", "x86_64"):
|
||||
installpkg grub2 grub2-tools shim grub2-efi efibootmgr biosdevname memtest86+
|
||||
installpkg grub2 grub2-tools shim grub2-efi efibootmgr biosdevname memtest86+ syslinux
|
||||
%endif
|
||||
%if basearch in ("ppc", "ppc64"):
|
||||
installpkg grub2 grub2-tools yaboot fbset hfsutils kernel-bootwrapper ppc64-utils
|
||||
@ -80,6 +80,7 @@ installpkg python-imaging
|
||||
## filesystem tools
|
||||
installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfs-3g ntfsprogs
|
||||
installpkg python-volume_key volume_key
|
||||
installpkg system-storage-manager
|
||||
|
||||
## SELinux support
|
||||
installpkg selinux-policy-targeted audit libsemanage-python
|
||||
|
Loading…
Reference in New Issue
Block a user