From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Branson Subject: bug#31159: Reverse order for old grub.cfg entries Date: Sun, 15 Apr 2018 13:22:23 -0400 Message-ID: References: <87h8odb1fo.fsf@aikidev.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7vVs-0007x1-Tw for bug-guix@gnu.org; Mon, 16 Apr 2018 00:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f7vVn-0001M2-Us for bug-guix@gnu.org; Mon, 16 Apr 2018 00:13:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46909) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f7vVn-0001Lf-OU for bug-guix@gnu.org; Mon, 16 Apr 2018 00:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f7vVn-0000bj-Gf for bug-guix@gnu.org; Mon, 16 Apr 2018 00:13:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7lL6-0006JK-S4 for bug-guix@gnu.org; Sun, 15 Apr 2018 13:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f7lL3-0005vQ-O4 for bug-guix@gnu.org; Sun, 15 Apr 2018 13:21:20 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:60729) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f7lL3-0005tF-H2 for bug-guix@gnu.org; Sun, 15 Apr 2018 13:21:17 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 2479821AF7 for ; Sun, 15 Apr 2018 13:21:15 -0400 (EDT) Received: from parabola (unknown [72.12.220.132]) by mail.messagingengine.com (Postfix) with ESMTPA id C2E9C1025C for ; Sun, 15 Apr 2018 13:21:14 -0400 (EDT) In-Reply-To: <87h8odb1fo.fsf@aikidev.net> (Vagrant Cascadian's message of "Sat, 14 Apr 2018 20:20:27 -0700") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31159@debbugs.gnu.org That's actually a pretty good idea! Vagrant Cascadian writes: > Hi! > > This is a pretty minor issue, but I've found that the "GNU system, old > configurations..." part of the menu would be nicer if the most recent > generations were listed at the top, rather than the oldest generations. > > Currently it lists generation 1 as the first entry in the list, and if > I've got 50+ generations installed and I don't want to boot the current > generation, I'm most likely going to want to revert to one of the more > recent generations rather than the very oldest. > > live well, > vagrant