[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (4d79a9cd6b -> 16c7130835)
From: |
guix-commits |
Subject: |
branch master updated (4d79a9cd6b -> 16c7130835) |
Date: |
Sun, 31 Mar 2024 17:05:14 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 4d79a9cd6b gnu: homebank: Update to 5.7.4.
new 7bc1f7be62 ui: Autoload some more.
new d727c39e23 gnu: shepherd: Update to 0.10.4.
new 64187b65d3 bootloader: Add u-boot-qemu-riscv64-bootloader.
new a5deb90fd4 vm: use #$ for kernel-arguments.
new ad9832f82e vm: When target riscv64-linux, use
u-boot-qemu-riscv64-bootloader.
new f72887f6f9 gnu: linux-libre-riscv64-generic: add more options.
new 88a300852f linux-initrd: don't add hid-apple module for riscv64-linux.
new e6241de15a vm: add arguments to use virt machine type for qemu-riscv64.
new 16c7130835 vm: If not the same local architecture, don't enable kvm.
The 9 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:
gnu/bootloader/u-boot.scm | 15 +++++++++++++++
gnu/packages/admin.scm | 6 +++---
gnu/packages/linux.scm | 19 ++++++++++++++++++-
gnu/system/linux-initrd.scm | 5 ++++-
gnu/system/vm.scm | 40 ++++++++++++++++++++++++++++------------
guix/ui.scm | 14 ++++++++------
6 files changed, 76 insertions(+), 23 deletions(-)
- branch master updated (4d79a9cd6b -> 16c7130835),
guix-commits <=
- 03/09: bootloader: Add u-boot-qemu-riscv64-bootloader., guix-commits, 2024/03/31
- 04/09: vm: use #$ for kernel-arguments., guix-commits, 2024/03/31
- 05/09: vm: When target riscv64-linux, use u-boot-qemu-riscv64-bootloader., guix-commits, 2024/03/31
- 02/09: gnu: shepherd: Update to 0.10.4., guix-commits, 2024/03/31
- 07/09: linux-initrd: don't add hid-apple module for riscv64-linux., guix-commits, 2024/03/31
- 01/09: ui: Autoload some more., guix-commits, 2024/03/31
- 06/09: gnu: linux-libre-riscv64-generic: add more options., guix-commits, 2024/03/31
- 08/09: vm: add arguments to use virt machine type for qemu-riscv64., guix-commits, 2024/03/31
- 09/09: vm: If not the same local architecture, don't enable kvm., guix-commits, 2024/03/31