guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.6-208-gb414069


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-208-gb414069
Date: Sat, 17 May 2014 22:04:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  b4140694aca6a717ec130e3788b9d877d1b1e534 (commit)
      from  bf43449acefc343557f84c4c14ac83bceff799ad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b4140694aca6a717ec130e3788b9d877d1b1e534
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 17 17:39:30 2014 +0200

    system: Make /run/current-system at activation time.
    
    * gnu/system.scm (etc-directory): Change default value of #:profile.
      Change contents of SHELLS.  Use /run/current-system/profile/{s,}bin in
      BASHRC.
      (operating-system-boot-script)[%modules]: Add (guix build
      linux-initrd).  Add call to 'activate-current-system' in gexp.
      (operating-system-initrd-file, operating-system-grub.cfg): New
      procedures.
      (operating-system-derivation): Don't build grub.cfg here and remove it
      from the file union.
    * gnu/system/vm.scm (qemu-image): Remove #:populate.
      (operating-system-build-gid, operating-system-default-contents):
      Remove.
      (system-qemu-image): Remove call to
      'operating-system-default-contents'.  Use 'operating-system-grub.cfg'
      to get grub.cfg.  Add GRUB.CFG to #:inputs.
      (system-qemu-image/shared-store): Likewise, but don't add GRUB.CFG to
      #:inputs.
      (system-qemu-image/shared-store-script): Pass --system kernel option.
    * guix/build/activation.scm (%booted-system, %current-system): New
      variables.
      (boot-time-system, activate-current-system): New procedures.
    * guix/build/install.scm (evaluate-populate-directive): Add case
      for ('directory name uid gid mode).
      (directives, populate-root-file-system): New procedures.
    * guix/build/vm.scm (initialize-hard-disk): Replace calls to
      'evaluate-populate-directive' by a call to
      'populate-root-file-system'.
    * gnu/services/dmd.scm (dmd-configuration-file): Use
      /run/current-system/profile/bin.
    * gnu/services/xorg.scm (slim-service): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 gnu/services/dmd.scm      |    2 +-
 gnu/services/xorg.scm     |    2 +-
 gnu/system.scm            |   56 +++++++++++++++++++++++++++---------------
 gnu/system/vm.scm         |   59 +++++---------------------------------------
 guix/build/activation.scm |   33 ++++++++++++++++++++++++-
 guix/build/install.scm    |   50 ++++++++++++++++++++++++++++++-------
 guix/build/vm.scm         |    3 +-
 7 files changed, 118 insertions(+), 87 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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