[PATCH] add syslinux and ssm

Brian C. Lane bcl at redhat.com
Tue Feb 12 18:35:06 UTC 2013


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



More information about the anaconda-patches mailing list