unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH]: Update GRUB menu entry to say (beta) instead of (alpha)
@ 2016-03-03 10:04 Petter
  2016-03-03 16:41 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Petter @ 2016-03-03 10:04 UTC (permalink / raw)
  To: guix-devel

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

Hi,

Current menu entry in GRUB:
> GNU with Linux-Libre 4.4.3 (alpha)

Patched:
> GNU with Linux-Libre 4.4.3 (beta)


Beta! :)
Petter

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Updated-GRUB-menu-entry-to-say-beta-instead-of-alpha.patch --]
[-- Type: text/x-diff; name=0001-Updated-GRUB-menu-entry-to-say-beta-instead-of-alpha.patch, Size: 813 bytes --]

From 856ecb2a41e7a39faeca1323f068e792fbdc16ff Mon Sep 17 00:00:00 2001
From: Petter <petter@mykolab.ch>
Date: Thu, 3 Mar 2016 10:47:39 +0100
Subject: [PATCH] Updated GRUB menu entry to say (beta) instead of (alpha)

---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index d600d3a..c5dc72e 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -702,7 +702,7 @@ listed in OS.  The C library expects to find it under
   (string-append "GNU with "
                  (string-titlecase (package-name kernel)) " "
                  (package-version kernel)
-                 " (alpha)"))
+                 " (beta)"))
 
 (define (store-file-system file-systems)
   "Return the file system object among FILE-SYSTEMS that contains the store."
-- 
2.6.3


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

* Re: [PATCH]: Update GRUB menu entry to say (beta) instead of (alpha)
  2016-03-03 10:04 [PATCH]: Update GRUB menu entry to say (beta) instead of (alpha) Petter
@ 2016-03-03 16:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-03-03 16:41 UTC (permalink / raw)
  To: Petter; +Cc: guix-devel

Petter <petter@mykolab.ch> skribis:

> Hi,
>
> Current menu entry in GRUB:
>> GNU with Linux-Libre 4.4.3 (alpha)
>
> Patched:
>> GNU with Linux-Libre 4.4.3 (beta)

I like it!  :-)

Committed with a ChangeLog-style log.

Thanks,
Ludo’.

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

end of thread, other threads:[~2016-03-03 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-03 10:04 [PATCH]: Update GRUB menu entry to say (beta) instead of (alpha) Petter
2016-03-03 16:41 ` 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).