diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-15 22:24:18 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-16 14:41:01 +0200 |
| commit | b09a8da4a2e50845a297e041762f3ff9e649c047 (patch) | |
| tree | 41111b45d2af2ec06c0a7262f390bfd5e91639c1 /gnu/tests.scm | |
| parent | ce92d269fea0a2bfac0ac20414f77127d2f07500 (diff) | |
bootloader: Add extlinux support.
* gnu/bootloader.scm: New file.
* gnu/bootloader/extlinux.scm: New file.
* gnu/bootloader/grub.scm: New file.
* gnu/local.mk: Build new files.
* gnu/system.scm: Adapt to new bootloader api.
* gnu/scripts/system.scm: Adapt to new bootloader api.
* gnu.scm: Remove (gnu system grub) and replace by (gnu bootloader) and (gnu
bootloader grub) modules.
* gnu/system/grub.scm: Moved content to gnu/bootloader/grub.scm.
* gnu/system/vm: Replace (gnu system grub) module by (gnu bootloader).
* gnu/tests.scm: Ditto.
* gnu/tests/nfs.scm: Ditto.
Diffstat (limited to 'gnu/tests.scm')
| -rw-r--r-- | gnu/tests.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm index 810711ab911..2886a982f46 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> | ||
| 3 | ;;; | 4 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 6 | ;;; |
| @@ -20,8 +21,8 @@ | |||
| 20 | #:use-module (guix gexp) | 21 | #:use-module (guix gexp) |
| 21 | #:use-module (guix utils) | 22 | #:use-module (guix utils) |
| 22 | #:use-module (guix records) | 23 | #:use-module (guix records) |
| 24 | #:use-module (gnu bootloader grub) | ||
| 23 | #:use-module (gnu system) | 25 | #:use-module (gnu system) |
| 24 | #:use-module (gnu system grub) | ||
| 25 | #:use-module (gnu system file-systems) | 26 | #:use-module (gnu system file-systems) |
| 26 | #:use-module (gnu system shadow) | 27 | #:use-module (gnu system shadow) |
| 27 | #:use-module (gnu services) | 28 | #:use-module (gnu services) |
