[PATCH] add syslinux and ssm

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue Feb 12 18:41:33 UTC 2013


Ack.

On Tue, Feb 12, 2013 at 10:35:06AM -0800, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> The x86 template needs syslinux to be installed.
> system-storage-manager is useful in rescue mode.
> ---
>  share/runtime-install.tmpl | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
> index 7347fd2..e4cfebd 100644
> --- a/share/runtime-install.tmpl
> +++ b/share/runtime-install.tmpl
> @@ -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
> -- 
> 1.8.1
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list