guix-commits
[Top][All Lists]
Advanced

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

branch master updated (ce92d26 -> 5641dff)


From: Mathieu Othacehe
Subject: branch master updated (ce92d26 -> 5641dff)
Date: Tue, 16 May 2017 08:42:04 -0400 (EDT)

mothacehe pushed a change to branch master
in repository guix.

      from  ce92d26   ui: Disable Guile deprecation warnings by default.
       new  b09a8da   bootloader: Add extlinux support.
       new  9121ce5   bootloader: Adapt vm to new bootloader API.
       new  bcaf67c   bootloader: Add bootloader name to boot-parameters record.
       new  3042c5d   scripts: system: Adapt "reconfigure" to new bootloader 
API.
       new  1229d32   scripts: system: Adapt "init" to new bootloader API.
       new  3241f7f   scripts: system: Adapt "switch-generation" to new 
bootloader API.
       new  5641dff   scripts: system: Display bootloader name in 
"list-generations".

The 7 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:
 gnu.scm                             |   4 +-
 gnu/bootloader.scm                  | 127 +++++++++++++++++++
 gnu/bootloader/extlinux.scm         | 123 +++++++++++++++++++
 gnu/{system => bootloader}/grub.scm | 137 +++++++++++++--------
 gnu/build/install.scm               |  36 ++----
 gnu/build/vm.scm                    |  17 ++-
 gnu/local.mk                        |   4 +-
 gnu/system.scm                      |  26 ++--
 gnu/system/vm.scm                   |  38 ++++--
 gnu/tests.scm                       |   3 +-
 gnu/tests/nfs.scm                   |   3 +-
 guix/scripts/system.scm             | 236 ++++++++++++++++++++++--------------
 12 files changed, 556 insertions(+), 198 deletions(-)
 create mode 100644 gnu/bootloader.scm
 create mode 100644 gnu/bootloader/extlinux.scm
 rename gnu/{system => bootloader}/grub.scm (81%)



reply via email to

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