3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
guix/gnu
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
..
packages gnu: ffmpeg: Remove --disable-vis. 2014-07-20 13:37:02 -07:00
services system: Recognize more file system flags. 2014-07-23 02:02:07 +02:00
system system: Add 'file-system' decl. for /dev/pts, and use the right options. 2014-07-23 02:02:07 +02:00
packages.scm guix: refresh: Add --list-dependent option. 2014-07-20 11:36:09 -05:00
services.scm services: Support per-service activation scripts. 2014-05-24 18:10:05 +02:00
system.scm system: Recognize more file system flags. 2014-07-23 02:02:07 +02:00