This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f25 in repository fedora-kickstarts.
from d37a1e4 drop rsyslog service from all cloud kickstarts new 3d4d6dd Switch the cloud base image back to grub2 for now.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fedora-cloud-base.ks | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch f25 in repository fedora-kickstarts.
commit 3d4d6ddc8d65a779d977f1c94eab73389f944e2f Author: Kevin Fenzi kevin@scrye.com Date: Wed Aug 24 14:43:30 2016 -0600
Switch the cloud base image back to grub2 for now.
For some reason extlinux isn't working right to boot the image. See bug https://bugzilla.redhat.com/show_bug.cgi?id=1369934 --- fedora-cloud-base.ks | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 98aea1e..e4d992a 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.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=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final @@ -82,7 +82,7 @@ which #-kbd -uboot-tools -kernel --grub2 +grub2
%end
@@ -245,7 +245,8 @@ rm -f /var/lib/rpm/__db* # where sfdisk seems to be messing up the mbr. # Long-term fix is to address this in anaconda directly and remove this. # https://bugzilla.redhat.com/show_bug.cgi?id=1015931 -dd if=/usr/share/syslinux/mbr.bin of=/dev/vda +#dd if=/usr/share/syslinux/mbr.bin of=/dev/vda +# Disabled with the switch back to grub2
# FIXME: is this still needed?