guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (e1401fb -> 0b298cb)


From: guix-commits
Subject: branch master updated (e1401fb -> 0b298cb)
Date: Thu, 23 Sep 2021 12:20:51 -0400 (EDT)

nckx pushed a change to branch master
in repository guix.

    from e1401fb  gnu: htop: Update to 3.1.0.
     new 6b035ad  gnu: rsync: Enable zstd & lz4 compression.
     new 6029948  file-systems: Support forced checks & repairs.
     new a75a3d7  linux-boot: Honour fsck.mode & fsck.repair.
     new 68b219b  gnu: Don't abuse check-btrfs-file-system to scan.
     new 348f0c6  syscalls: Deduplicate device number conversion.
     new 1548929  linux-initrd: Include only the single ‘bcachefs’ binary.
     new 31a3c9b  gnu: libinih: Build & install static libraries.
     new bea4a3a  gnu: xfsprogs: Build verbosely.
     new 2b260ef  gnu: Add xfsprogs-static.
     new 2a9db30  gnu: Add xfs_repair-static.
     new 9060434  uuid: Support XFS.
     new cd19c92  linux-initrd: Support XFS.
     new 09a8fb1  file-systems: Add file system to *-SUPERBLOCK-VOLUME-NAME 
docstrings.
     new 34c105f  file-systems: Add support for XFS.
     new 9e0509f  system: Add xfsprogs to base packages.
     new f34b808  installer: Support XFS.
     new 0b298cb  tests: install: Test an XFS root file system.

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi                    |  55 ++++++-
 gnu/build/file-systems.scm       | 315 +++++++++++++++++++++++++++++----------
 gnu/build/linux-boot.scm         |  97 +++++++-----
 gnu/installer.scm                |   1 +
 gnu/installer/newt/partition.scm |   2 +-
 gnu/installer/parted.scm         |  14 +-
 gnu/packages/linux.scm           |  75 +++++++++-
 gnu/packages/rsync.scm           |   8 +-
 gnu/system.scm                   |   3 +-
 gnu/system/file-systems.scm      |  20 ++-
 gnu/system/linux-initrd.scm      |  19 ++-
 gnu/system/uuid.scm              |   9 +-
 gnu/tests/install.scm            |  74 +++++++++
 guix/build/syscalls.scm          |  29 +++-
 guix/cpio.scm                    |  21 +--
 15 files changed, 583 insertions(+), 159 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]