Skip to content
Snippets Groups Projects
  1. Jul 23, 2014
    • Ludovic Courtès's avatar
      system: Recognize more file system flags. · 2c071ce9
      Ludovic Courtès authored
      * 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'.
      2c071ce9
    • Ludovic Courtès's avatar
      doc: Merge the type, variable, and function indices. · a85b83d2
      Ludovic Courtès authored
      * doc/guix.texi (Function Index): Rename to...
        (Programming Index): ... this.  Merge the type, variable, and function
        indices.
      a85b83d2
    • Ludovic Courtès's avatar
      system: Add 'file-system' decl. for /dev/pts, and use the right options. · 7f239fd3
      Ludovic Courtès authored
      Fixes <http://bugs.gnu.org/18081>.
      
      * gnu/system/file-systems.scm (%devtmpfs-file-system): Add
        'needed-for-boot?' field.
        (%tty-gid, %pseudo-terminal-file-system): New variables.
        (%base-file-systems): Add %PSEUDO-TERMINAL-FILE-SYSTEM.
      * gnu/services/base.scm (udev-service): Remove dependency on
        'file-system-/dev'.
      * gnu/system/shadow.scm (%base-groups): Add 'id' field for group 'tty'.
      * guix/build/linux-initrd.scm (boot-system): Remove 'mount' call for
        /dev/pts.
      * doc/guix.texi (File Systems): Add %pseudo-terminal-file-system.
      7f239fd3
    • Ludovic Courtès's avatar
      system: Add 'create-mount-point?' file system option. · 4e469051
      Ludovic Courtès authored
      * gnu/system/file-systems.scm (<file-system>)[create-mount-point?]: New
        field.
      * gnu/services/base.scm (file-system-service): Add #:create-mount-point?
        parameter and honor it.
      * gnu/system.scm (other-file-system-services): Update
        'file-system-service' call accordingly.
      * doc/guix.texi (File Systems): Document it.
      4e469051
  2. Jul 22, 2014
    • Andreas Enge's avatar
      Require only lower gettext version. · 5ac12a4f
      Andreas Enge authored
      * configure.ac: Change back to requiring gettext at least 0.18.1, partially
          reverting commit ee764179.
      5ac12a4f
    • Ludovic Courtès's avatar
      Thank Adam. · 30d3e2e8
      Ludovic Courtès authored
      30d3e2e8
    • Ludovic Courtès's avatar
      system: Add '%devtmpfs-file-system' for udev, and '%base-file-systems'. · a69576ea
      Ludovic Courtès authored
      Suggested by Adam Pribyl <pribyl@lowlevel.cz>.
      
      * gnu/services/base.scm (udev-service)[requirement]: Add
        'file-system-/dev'.
      * gnu/system/file-systems.scm (%devtmpfs-file-system,
        %base-file-systems): New variables.
      * gnu/system/install.scm (installation-services)[file-systems]: Use
        %base-file-systems.
      * build-aux/hydra/demo-os.scm (file-systems): Likewise.
      * doc/guix.texi (System Installation): Show %BASE-FILE-SYSTEMS in the
        example.
        (Using the Configuration System): Likewise.
        (File Systems): Document %base-file-systems, %devtmpfs-file-system,
        %binary-format-file-system, and %fuse-control-file-system.
      a69576ea
    • Ludovic Courtès's avatar
      doc: Fix typo. · 7cb9666d
      Ludovic Courtès authored
      * doc/guix.texi (System Installation): s/are/is/.
      7cb9666d
  3. Jul 21, 2014
  4. Jul 20, 2014
  5. Jul 19, 2014
  6. Jul 18, 2014
  7. Jul 17, 2014
Loading