From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czgxY-0003JI-IJ for guix-patches@gnu.org; Sun, 16 Apr 2017 05:59:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czgxT-0007Lg-KH for guix-patches@gnu.org; Sun, 16 Apr 2017 05:59:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czgxT-0007K7-HA for guix-patches@gnu.org; Sun, 16 Apr 2017 05:59:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czgxS-0002nw-5m for guix-patches@gnu.org; Sun, 16 Apr 2017 05:59:02 -0400 Subject: bug#26339: [PATCH 03/18] scripts: system: Rename --no-grub option to --no-bootloader. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-3-m.othacehe@gmail.com> <20170415121000.16922af8@scratchpost.org> Date: Sun, 16 Apr 2017 11:58:27 +0200 In-Reply-To: <20170415121000.16922af8@scratchpost.org> (Danny Milosavljevic's message of "Sat, 15 Apr 2017 12:10:00 +0200") Message-ID: <87r30sptbw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 26339@debbugs.gnu.org Danny Milosavljevic skribis: > Hi, > >> - (option '("no-grub") #f #f >> + (option '("no-bootloader") #f #f > > I'd prefer if it accepted both options - for backward compatibility. We = don't know what scripts people use on top of guix - and it's likely that ma= ny user scripts already pass "--no-grub", especially since the less-dangero= us choice is to pass it (as opposed to not pass it). There is no harm in s= upporting both options. Agreed. So: (option '("no-bootloader" "no-grub") =E2=80=A6) Ludo=E2=80=99.