commit 88773e7f1f8b44a737e30127a15ef3ef885a4fc6
Author: Peter Robinson <pbrobinson(a)gmail.com>
Date: Thu Mar 24 17:25:05 2016 +0000
ppc: we need grub2 in cloud images
fedora-cloud-base-ppc.ks | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-cloud-base-ppc.ks b/fedora-cloud-base-ppc.ks
index f57bf73..16cf560 100644
--- a/fedora-cloud-base-ppc.ks
+++ b/fedora-cloud-base-ppc.ks
@@ -36,7 +36,7 @@ user --name=none
firewall --disabled
-bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
+bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
network --bootproto=dhcp --device=link --activate --onboot=on
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
@@ -77,8 +77,8 @@ kernel-core
# systemd-vconsole-setup.service on boot. Comment out for now
#-kbd
-uboot-tools
+-syslinux-extlinux
-kernel
--grub2
%end