From 3336b784a801d62c27898c2d84748e544f24e2e9 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Feb 12 2016 21:09:06 +0000 Subject: atomic: add Developer Mode boot menu item This patch is for the spin-kickstarts repository. Call out to the `bootentry` script in the kickstart %post so that the Developer Mode option is added to the GRUB 2 menu. --- diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks index 03c7ca9..2caa8ce 100644 --- a/fedora-cloud-atomic.ks +++ b/fedora-cloud-atomic.ks @@ -122,5 +122,8 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || : rm -f /var/tmp/zeros echo "(Don't worry -- that out-of-space error was expected.)" +echo "Adding Developer Mode GRUB2 menu item." +/usr/libexec/atomic-devmode/bootentry add + %end