~ruther/guix-local

ref: 39d4fde3bfd27607980eb58f0b17b837953b1e4c guix-local/gnu d---------
39d4fde3 — Mark H Weaver 11 years ago
gnu: gnutls: Upgrade to 3.2.15.

* gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.15.
e73a99a3 — Ludovic Courtès 11 years ago
install: Add more useful packages.

* gnu/system/install.scm (installation-os)[packages]: Add isc-dhcp,
  net-tools, ddrescue, kbd, and texinfo-4.
d8bb353c — Ludovic Courtès 11 years ago
gnu: linux-libre: Build the e1000e driver (Intel ethernet NIC driver.)

* gnu/packages/linux.scm (linux-libre): Add CONFIG_E1000E=m.
cc4a2aeb — Ludovic Courtès 11 years ago
gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk).

* gnu/packages/parted.scm: Rename to...
* gnu/packages/disk.scm: ... this.  New file.  Merge with...
* gnu/packages/fdisk.scm: ... this; remove file;
* gnu/packages/ddrescue.scm: ... and this; remove file.
* gnu/system/install.scm, gnu/system/vm.scm: Adjust accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove
  gnu/packages/{parted,fdisk,ddrescue}.scm and add
  gnu/packages/disk.scm.
585c6519 — Ludovic Courtès 11 years ago
system: Make sure /run/setuid-programs comes first in $PATH.

* gnu/system.scm (etc-directory) <bashrc>: Move /run/setuid-programs
  first in $PATH.
b6772a01 — Ludovic Courtès 11 years ago
gnu: elfutils: Add synopsis and description.

* gnu/packages/elf.scm (elfutils): Add synopsis and description.
d4c87617 — Ludovic Courtès 11 years ago
system: File system sources can be marked as labels or devices.

* gnu/system/file-systems.scm (<file-system>)[title]: New field.
* gnu/services/base.scm (file-system-service): Add #:title parameter.
  In 'start' gexp, use 'canonicalize-device-spec' and honor TITLE.
* gnu/system.scm (other-file-system-services,
  operating-system-root-file-system, operating-system-initrd-file):
  Adjust accordingly.
* gnu/system/linux-initrd.scm (file-system->spec): Likewise.
* gnu/system/vm.scm (system-disk-image): Add 'title' field for the root
  file system.
* guix/build/linux-initrd.scm (mount-file-system): Expect the second
  element of SPEC to be the title.
  (boot-system)[root-mount-point?, root-fs-type]: Likewise.
* gnu/services/dmd.scm (dmd-configuration-file): Select
  'canonicalize-device-spec'.
0497ba3b — Ludovic Courtès 11 years ago
Revert "gnu: hurd: Add Hurd Minimal."

This reverts commit bc046a94dec2afadbc1ee3957f13098a8d8b393c,
which referred to uncommitted things ('glibc/hurd-headers'.)
bc046a94 — Manolis Ragkousis 11 years ago
gnu: hurd: Add Hurd Minimal.

* gnu/packages/hurd.scm (hurd-minimal): New variable.
* gnu/packages/patches/hurd-minimal.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1f3fc60d — Ludovic Courtès 11 years ago
services: syslogd: Write fewer messages to /dev/console.

* gnu/services/base.scm (syslog-service)[contents]: Remove "kern.*" from
  /dev/console.
5a6a3ba4 — Ludovic Courtès 11 years ago
gnu: util-linux: Remove dependency on Perl.

* gnu/packages/linux.scm (util-linux)[source](patches): New field.
* gnu/packages/patches/util-linux-perl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
fc91c17a — Ludovic Courtès 11 years ago
Add (gnu system install).

* gnu/system/install.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
548d4c13 — Ludovic Courtès 11 years ago
system: Add 'issue' field.

* gnu/system.scm (<operating-system>)[issue]: New field.
  (%default-issue): New variable.
  (etc-directory): Add #:issue parameter and honor it.
  (operating-system-etc-directory): Adjust call accordingly.
* build-aux/hydra/demo-os.scm: Add 'issue' field.
52322163 — Ludovic Courtès 11 years ago
system: Add more options for 'mingetty-service'.

* gnu/services/base.scm (mingetty-service): Add #:auto-login,
  #:login-program, and #:login-pause? parameters and honor them.
b0e3635e — Ludovic Courtès 11 years ago
gnu: Move libarchive to (gnu packages backup).

* gnu/packages/compression.scm (libarchive): Move to...
* gnu/packages/backup.scm (libarchive): ... here.
  Import (guix licenses) with #:renamer to avoid conflicting 'zlib'
  bindings.
10ace2c4 — Ludovic Courtès 11 years ago
vm: disk-image: Specify the root file system using a label.

* gnu/system/vm.scm (system-disk-image)[root-label]: New variable.
  Use it for the root file system, and pass it as #:file-system-label to
  'qemu-image'.
bd3fc08c — Eric Bavier 11 years ago
gnu: Add rdiff-backup.

* gnu/packages/backup.scm (rdiff-backup): New variable.
22c24621 — Eric Bavier 11 years ago
gnu: Add btar.

* gnu/packages/backup.scm (btar): New variable.
d42e6122 — Eric Bavier 11 years ago
gnu: Add rdup.

* gnu/packages/backup.scm (rdup): New variable.
28469ab0 — Eric Bavier 11 years ago
gnu: Add libarchive.

* gnu/packages/compression.scm (libarchive): New variable.
Next