guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26339: [PATCH 03/18] scripts: system: Rename --no-grub option to --n


From: Ludovic Courtès
Subject: bug#26339: [PATCH 03/18] scripts: system: Rename --no-grub option to --no-bootloader.
Date: Sun, 16 Apr 2017 11:58:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Danny Milosavljevic <address@hidden> 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 many 
> user scripts already pass "--no-grub", especially since the less-dangerous 
> choice is to pass it (as opposed to not pass it).  There is no harm in 
> supporting both options.

Agreed.  So:

  (option '("no-bootloader" "no-grub") …)

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]