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.
This commit is contained in:
Jonathan Lebon 2016-01-29 11:09:27 -05:00 committed by Colin Walters
parent 7950e4ad73
commit 3336b784a8
1 changed files with 3 additions and 0 deletions

View File

@ -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