unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "GNU with"  or "Guix System with"?
@ 2019-04-27  4:30 tumashu
  2019-04-27 13:22 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: tumashu @ 2019-04-27  4:30 UTC (permalink / raw)
  To: guix

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

(define (kernel->boot-label kernel)
  "Return a label for the bootloader menu entry that boots KERNEL."
  (cond ((package? kernel)
         (string-append "GNU with "
                        (string-titlecase (package-name kernel)) " "
                        (package-version kernel)))
        ((inferior-package? kernel)
         (string-append "GNU with "
                        (string-titlecase (inferior-package-name kernel)) " "
                        (inferior-package-version kernel)))
        (else "GNU")))



[-- Attachment #2: Type: text/html, Size: 1266 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "GNU with"  or "Guix System with"?
  2019-04-27  4:30 "GNU with" or "Guix System with"? tumashu
@ 2019-04-27 13:22 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-04-27 13:22 UTC (permalink / raw)
  To: tumashu; +Cc: guix

Hello,

tumashu <tumashu@163.com> skribis:

>          (string-append "GNU with "
>                         (string-titlecase (package-name kernel)) " "
>                         (package-version kernel)))

We could discuss this for months, but both are correct.

It’s now possible to customize the label with the new ‘label’ field of
<operating-system>: choose what you prefer!  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-27 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-27  4:30 "GNU with" or "Guix System with"? tumashu
2019-04-27 13:22 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).