> @@ -1564,6 +1565,16 @@ class GRUB2(GRUB): > except (BootLoaderError, OSError, RuntimeError) as e: > log.error("bootloader password setup failed: %s" % e) > > + # make sure the default entry is the OS we are installing > + entry_title = "%s Linux, with Linux %s" % (productName, > + self.default.version) When it comes time for RHEL-next, this is going to end up reading: Red Hat Enterprise Linux Linux, with Linux %s - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list