[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (37099f5 -> 9e5f206)
From: |
guix-commits |
Subject: |
branch master updated (37099f5 -> 9e5f206) |
Date: |
Wed, 27 Mar 2019 06:54:16 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 37099f5 gnu: Add emacs-webfeeder.
new 54043bf installer: Emit 'bootloader' field before 'swap-devices'.
new 50247be installer: Produce an 'initrd-modules' field if needed.
new c73e554 installer: Ask for confirmation before formatting
partitions.
new 1c155ec installer: Use the (service …) form for MATE.
new ee05cc7 services: Deprecate 'gnome-desktop-service'.
new 391e0d6 services: Deprecate 'xfce-desktop-service'.
new 45c0d1d vm: Ask QEMU for more RAM in the VM that makes ISO9660
images.
new 9e5f206 scripts: Skip 'guix pull' suggestion when running code
from a checkout.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 65 +++++++++++++++++++++++++++-------------
gnu/installer.scm | 20 ++++++++-----
gnu/installer/newt/page.scm | 38 +++++++++++++++++++++++
gnu/installer/newt/partition.scm | 8 ++++-
gnu/installer/parted.scm | 49 ++++++++++++++++++++++++------
gnu/installer/services.scm | 6 ++--
gnu/services/desktop.scm | 14 ++++++---
gnu/system/examples/desktop.tmpl | 4 +--
gnu/system/vm.scm | 5 +++-
guix/scripts.scm | 3 +-
10 files changed, 165 insertions(+), 47 deletions(-)
- branch master updated (37099f5 -> 9e5f206),
guix-commits <=
- 01/08: installer: Emit 'bootloader' field before 'swap-devices'., guix-commits, 2019/03/27
- 04/08: installer: Use the (service …) form for MATE., guix-commits, 2019/03/27
- 08/08: scripts: Skip 'guix pull' suggestion when running code from a checkout., guix-commits, 2019/03/27
- 02/08: installer: Produce an 'initrd-modules' field if needed., guix-commits, 2019/03/27
- 03/08: installer: Ask for confirmation before formatting partitions., guix-commits, 2019/03/27
- 07/08: vm: Ask QEMU for more RAM in the VM that makes ISO9660 images., guix-commits, 2019/03/27
- 05/08: services: Deprecate 'gnome-desktop-service'., guix-commits, 2019/03/27
- 06/08: services: Deprecate 'xfce-desktop-service'., guix-commits, 2019/03/27