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-127-g3c05b4b


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-127-g3c05b4b
Date: Sat, 03 May 2014 22:31:29 +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  3c05b4bc2528ea64b259477bf58dbcc6a7739f78 (commit)
       via  ad896f23a5fac38294e7515587c0c5bda02e9a59 (commit)
       via  e102f940976ad3703981e7f7bf5455843054d687 (commit)
      from  66f23d66219533aff689a05d16439827da1a2a59 (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 3c05b4bc2528ea64b259477bf58dbcc6a7739f78
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 4 00:30:39 2014 +0200

    linux-initrd: Check the root and other early file systems.
    
    * gnu/system.scm (operating-system-derivation)[boot-file-systems]: Keep "/".
    * gnu/system/linux-initrd.scm (file-system->spec): Keep the 'check?'
      flag.
      (qemu-initrd)[helper-packages]: New variable.  Pass it as #:to-copy.
      <gexp>: Add 'set-path-environment-variable' call.  Remove #:unionfs
      argument for 'boot-system'.
    * gnu/system/vm.scm (%linux-vm-file-systems): Add 'check?' field/
      (virtualized-operating-system): Likewise for the "9p" file system.
    * guix/build/linux-initrd.scm (mount-root-file-system): Change #:unionfs
      default.  Call 'check-file-system' before mounting ROOT, when
      VOLATILE-ROOT? is false.
      (check-file-system): New procedure.
      (mount-file-system): Honor 'check?' element in list; add
      'check-file-system' call.
      (boot-system): Remove #:root-fs-type and #:unionfs parameters.
      [root-mount-point?, root-fs-type]: New variables.
      Call 'mount-file-system' on all MOUNTS but "/".

commit ad896f23a5fac38294e7515587c0c5bda02e9a59
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 4 00:18:46 2014 +0200

    activation: Fix deletion of setuid programs.
    
    * guix/build/activation.scm (activate-setuid-programs): When
      %SETUID-DIRECTORY exists, pass the right file names to 'delete-file'.

commit e102f940976ad3703981e7f7bf5455843054d687
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 3 16:37:04 2014 +0200

    gnu: Add statically-linked versions of e2fsprogs and the fsck.* commands.
    
    * gnu/packages/linux.scm (e2fsprogs/static, e2fsck/static): New
      variables.

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

Summary of changes:
 gnu/packages/linux.scm      |   45 ++++++++++++++++++++++++++++++-
 gnu/system.scm              |    6 +++-
 gnu/system/linux-initrd.scm |   27 ++++++++++++++-----
 gnu/system/vm.scm           |    9 ++++--
 guix/build/activation.scm   |    4 ++-
 guix/build/linux-initrd.scm |   62 ++++++++++++++++++++++++++++++++++--------
 6 files changed, 127 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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