[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (307586c -> 5a6e04c)
From: |
guix-commits |
Subject: |
branch master updated (307586c -> 5a6e04c) |
Date: |
Wed, 3 Apr 2019 12:21:50 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 307586c gnu: Add r-arrmnormalization.
new bfac636 gnu: mate-session-manager: Provide absolute file name in
'.desktop' file.
new 1dbb930 gnu: Add linux-libre-arm-veyron.
new 96c9047 gnu: Add configuration for depthcharge bootloader.
new df2a961 gnu: Add example system configuration for asus-c201.
new 5a6e04c self: Ship all the (gnu bootloader …) modules.
The 5 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:
Makefile.am | 2 +
gnu/bootloader/depthcharge.scm | 107 +
gnu/local.mk | 1 +
.../aux-files/linux-libre/5.0-arm-veyron.conf | 4574 ++++++++++++++++++++
gnu/packages/linux.scm | 17 +
gnu/packages/mate.scm | 16 +-
.../examples/{bare-bones.tmpl => asus-c201.tmpl} | 28 +-
guix/self.scm | 1 +
8 files changed, 4736 insertions(+), 10 deletions(-)
create mode 100644 gnu/bootloader/depthcharge.scm
create mode 100644 gnu/packages/aux-files/linux-libre/5.0-arm-veyron.conf
copy gnu/system/examples/{bare-bones.tmpl => asus-c201.tmpl} (65%)
- branch master updated (307586c -> 5a6e04c),
guix-commits <=
- 03/05: gnu: Add configuration for depthcharge bootloader., guix-commits, 2019/04/03
- 04/05: gnu: Add example system configuration for asus-c201., guix-commits, 2019/04/03
- 05/05: self: Ship all the (gnu bootloader …) modules., guix-commits, 2019/04/03
- 01/05: gnu: mate-session-manager: Provide absolute file name in '.desktop' file., guix-commits, 2019/04/03
- 02/05: gnu: Add linux-libre-arm-veyron., guix-commits, 2019/04/03