# DO NOT EDIT - This file is being maintained by Chef
-# Boot the first entry by default
-GRUB_DEFAULT="0"
+# Boot the first entry by default, unless we have configured
+# it to boot a specific version.
+GRUB_DEFAULT="<%= @entry %>"
# Wait two seconds before booting the default entry
GRUB_TIMEOUT="2"