guix-devel/guix/build
Ludovic Courtès 2c071ce96e system: Recognize more file system flags.
* guix/build/linux-initrd.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC): New
  variables.
  (mount-flags->bit-mask): New procedure.
  (mount-file-system)[flags->bit-mask]: Remove.
  Use 'mount-flags->bit-mask' instead.
  In /etc/mtab, use the empty string when OPTIONS is false.
* gnu/services/base.scm (file-system-service): Add #:flags parameter and
  honor it.
* gnu/system.scm (other-file-system-services): Pass FLAGS to
  'file-system-service'.
2014-07-23 02:02:07 +02:00
..
activation.scm system: Add a 'system?' field to user accounts. 2014-06-27 19:06:08 +02:00
cmake-build-system.scm guix: cmake: Add input and package libraries to the rpath, and adapt package 2014-04-27 11:35:26 +02:00
download.scm download: Enlarge your receive buffer. 2014-05-23 22:19:37 +02:00
git.scm git-download: Support recursive clones. 2014-06-27 23:04:48 +02:00
gnu-build-system.scm build-system/gnu: Reset timestamps on build tree when source is a directory. 2014-04-14 00:09:42 +02:00
gnu-dist.scm build-system/gnu: Add `dist-package'. 2013-08-24 17:30:31 +02:00
install.scm install: Set the store's permission to #o1775. 2014-07-19 14:26:19 +02:00
linux-initrd.scm system: Recognize more file system flags. 2014-07-23 02:02:07 +02:00
perl-build-system.scm packages: Add `native-search-paths' field and honor it. 2013-03-30 22:57:03 +01:00
pull.scm pull: Copy and compile gnu.scm. 2014-06-13 11:42:33 +02:00
python-build-system.scm guix: python: Create module installation path and add it to PYTHONPATH during 2013-09-11 15:47:34 +02:00
rpath.scm Add (guix build rpath). 2013-05-08 23:45:02 +02:00
svn.scm Add (guix svn-download). 2014-03-27 00:21:44 +01:00
syscalls.scm syscalls: Add 'processes' to list all the live processes. 2014-05-14 19:07:03 +02:00
union.scm union: Ensure that the output is always a directory. 2014-04-03 18:35:16 -04:00
utils.scm utils: 'delete-file-recursively' doesn't follow mount points by default. 2014-05-20 14:45:58 +02:00
vm.scm vm: Add support for i686. 2014-07-13 16:37:11 +02:00