[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26339: [PATCH 08/18] bootloader: Stop using grub module.
From: |
Danny Milosavljevic |
Subject: |
bug#26339: [PATCH 08/18] bootloader: Stop using grub module. |
Date: |
Sat, 15 Apr 2017 15:33:58 +0200 |
> diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm
> index cdc579123..0e98a128c 100644
> --- a/gnu/tests/web.scm
> +++ b/gnu/tests/web.scm
> @@ -1,5 +1,6 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright © 2017 Ludovic Courtès <address@hidden>
> +;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -19,7 +20,6 @@
> (define-module (gnu tests web)
> #:use-module (gnu tests)
> #:use-module (gnu system)
> - #:use-module (gnu system grub)
> #:use-module (gnu system file-systems)
> #:use-module (gnu system shadow)
> #:use-module (gnu system vm)
Applied only this chunk as 99828febe05663c5d93dc52594eab28c6a1fe3d8 to master.
- bug#26339: [PATCH 05/18] system: Rename operating-system-grub.cfg to operating-system-bootcfg., (continued)
bug#26339: [PATCH 12/18] system: Rename grub-device to fs->boot-device., Mathieu Othacehe, 2017/04/02
bug#26339: [PATCH 08/18] bootloader: Stop using grub module., Mathieu Othacehe, 2017/04/02
bug#26339: [PATCH 06/18] vm: Reword grub.cfg to boot.cfg, Mathieu Othacehe, 2017/04/02
bug#26339: [PATCH 10/18] system: Rename kernel->grub-label to kernel->boot-label., Mathieu Othacehe, 2017/04/02
bug#26339: [PATCH 04/18] bootloader: Add install procedures and use them., Mathieu Othacehe, 2017/04/02