all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Petter <petter@mykolab.ch>
To: guix-devel@gnu.org
Subject: [PATCH]: Update GRUB menu entry to say (beta) instead of (alpha)
Date: Thu, 03 Mar 2016 11:04:24 +0100	[thread overview]
Message-ID: <9649b6eb59a9aee970c5696799cadc6a@mykolab.ch> (raw)

[-- 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


             reply	other threads:[~2016-03-03 10:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 10:04 Petter [this message]
2016-03-03 16:41 ` [PATCH]: Update GRUB menu entry to say (beta) instead of (alpha) Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9649b6eb59a9aee970c5696799cadc6a@mykolab.ch \
    --to=petter@mykolab.ch \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.