gnu: fuse: Allow use of 'fusermount' taken from $PATH. * gnu/packages/linux.scm (fuse) <set-file-names>: Set FUSERMOUNT_DIR in lib/Makefile.
gnu: Add sshfs-fuse. * gnu/packages/linux.scm (sshfs-fuse): New variable.
gnu: Add inotify-tools. * gnu/packages/linux.scm (inotify-tools): New variable.
gnu: Add Linux kbd. * gnu/packages/linux.scm (kbd): New variable.
gnu: Add numactl. * gnu/packages/linux.scm (numactl): New variable.
gnu: e2fsprogs: Install the libext2fs Info manual. * gnu/packages/linux.scm (e2fsprogs)[native-inputs]: Add TEXINFO.
gnu: e2fsprogs: Use 'static-package' for the statically-linked variant. * gnu/packages/linux.scm (e2fsprogs/static): Remove. (e2fsck/static): Use (static-package e2fsprogs) instead.
gnu: Add statically-linked versions of e2fsprogs and the fsck.* commands. * gnu/packages/linux.scm (e2fsprogs/static, e2fsck/static): New variables.
gnu: unionfs-fuse-static: Remove dependency on util-linux. * gnu/packages/linux.scm (fuse-static): New variable. (unionfs-fuse/static): Use it.
gnu: util-linux: Enable ddate. * gnu/packages/linux.scm (util-linux): Add --enable-ddate configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: linux-libre: Add SIS hardware compatibility. * gnu/packages/linux.scm (linux-libre): Add CONFIG_SATA_SIS=y, CONFIG_SIS190=y and CONFIG_DEVPTS_MULTIPLE_INSTANCES=y. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: linux-libre: Upgrade to 3.13.7. * gnu/packages/linux.scm (linux-libre): Update to 3.13.7.
gnu: linux-libre: Make configuration more robust. * gnu/packages/linux.scm (linux-libre): Append all configuration instead of replacing. Order configuration like "make oldconfig" output. Remove useless output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: net-tools: Install man pages and locales in share, not usr/share. * gnu/packages/linux.scm (net-tools): Add 'INSTALLNLSDIR' and 'mandir' variables to make flags.
Merge branch 'master' into core-updates
gnu: fuse: Refer to the right 'mount' and 'umount' commands. * gnu/packages/linux.scm (fuse)[inputs]: Change to... [native-inputs]: ... this. [arguments]: Add #:phases argument.
gnu: linux-libre: Build the FUSE module. * gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
gnu: unionfs-fuse: Add statically-linked variant. * gnu/packages/linux.scm (unionfs-fuse/static): New variable.
Merge branch 'master' into core-updates
gnu: Add UnionFS-FUSE. * gnu/packages/linux.scm (unionfs-fuse): New variable.