guix-commits
[Top][All Lists]
Advanced

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

01/04: vm-image: Add 'label' field.


From: guix-commits
Subject: 01/04: vm-image: Add 'label' field.
Date: Wed, 1 May 2019 05:08:02 -0400 (EDT)

civodul pushed a commit to branch version-1.0.0
in repository guix.

commit 4c13ccbf392702cc94bcd677917ff2c44a9c264c
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 30 23:12:03 2019 +0200

    vm-image: Add 'label' field.
    
    * gnu/system/examples/vm-image.tmpl (label): New field.
---
 gnu/system/examples/vm-image.tmpl | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/system/examples/vm-image.tmpl 
b/gnu/system/examples/vm-image.tmpl
index a140082..0dbd31f 100644
--- a/gnu/system/examples/vm-image.tmpl
+++ b/gnu/system/examples/vm-image.tmpl
@@ -4,9 +4,10 @@
 ;;   guix system reconfigure /etc/config.scm
 ;;
 
-(use-modules (gnu) (srfi srfi-1))
+(use-modules (gnu) (guix) (srfi srfi-1))
 (use-service-modules desktop networking ssh xorg)
-(use-package-modules bootloaders certs fonts nvi wget xorg)
+(use-package-modules bootloaders certs fonts nvi
+                     package-management wget xorg)
 
 (define vm-image-motd (plain-file "motd" "
 \x1b[1;37mThis is the GNU system.  Welcome!\x1b[0m
@@ -34,6 +35,9 @@ accounts.\x1b[0m
   (locale "en_US.utf8")
   (keyboard-layout (keyboard-layout "us" "altgr-intl"))
 
+  ;; Label for the GRUB boot menu.
+  (label (string-append "GNU Guix " (package-version guix)))
+
   (firmware '())
 
   ;; Below we assume /dev/vda is the VM's hard disk.



reply via email to

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