[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[atomic-devel] [PATCH] atomic: add Developer Mode boot menu item
- From: Jonathan Lebon <jlebon redhat com>
- To: atomic-devel projectatomic io
- Subject: [atomic-devel] [PATCH] atomic: add Developer Mode boot menu item
- Date: Fri, 29 Jan 2016 11:09:27 -0500
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.
---
fedora-cloud-atomic.ks | 3 +++
1 file changed, 3 insertions(+)
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index d33f316..a5dcfbf 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
--
2.6.0
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]