diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-03-13 16:44:02 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-13 23:12:43 +0100 |
| commit | 59e80445882f8b0379e54916f89510c0deda6698 (patch) | |
| tree | 2769fffa217f630349c5a7207ee92204af046f9d /gnu/bootloader | |
| parent | 13f62aef2d87dc888f89fea3260eaa39938e6640 (diff) | |
Remove traces of "GuixSD".
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Remove
mentions of "GuixSD".
* gnu/bootloader/grub.scm (install-grub-efi): Likewise.
* gnu/build/vm.scm (make-iso9660-image): Change default #:volume-id to
"Guix_image".
(initialize-hard-disk): Search for the "Guix_image" label.
* gnu/ci.scm (system-test-jobs, tarball-jobs): Remove "GuixSD".
* gnu/installer/newt/welcome.scm (run-welcome-page): Likewise.
* gnu/packages/audio.scm (supercollider)[description]: Likewise.
* gnu/packages/curl.scm (curl): Likewise.
* gnu/packages/emacs.scm (emacs): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/julia.scm (julia): Likewise.
* gnu/packages/linux.scm (alsa-plugins): Likewise.
(powertop, wireless-regdb): Likewise.
* gnu/packages/package-management.scm (guix): Likewise.
* gnu/packages/polkit.scm (polkit): Likewise.
* gnu/packages/tex.scm (texlive-bin): Likewise.
* gnu/services/base.scm (file-systems->fstab): Likewise.
* gnu/services/cups.scm (%cups-activation): Likewise.
* gnu/services/mail.scm (%dovecot-activation): Likewise.
* gnu/services/messaging.scm (prosody-configuration)[log]: Likewise.
* gnu/system/examples/vm-image.tmpl (vm-image-motd): Likewise.
* gnu/system/install.scm (installation-os)[file-systems]: Change root
file system label to "Guix_image".
* gnu/system/mapped-devices.scm (check-device-initrd-modules):
Remove "GuixSD".
* gnu/system/vm.scm (system-docker-image): Likewise.
(system-disk-image)[root-label]: Change to "Guix_image".
* gnu/tests/install.scm (run-install): Remove "GuixSD".
* guix/modules.scm (guix-module-name?): Likewise.
* nix/libstore/optimise-store.cc: Likewise.
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/extlinux.scm | 4 | ||||
| -rw-r--r-- | gnu/bootloader/grub.scm | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm index b48596c4969..2bb711eed13 100644 --- a/gnu/bootloader/extlinux.scm +++ b/gnu/bootloader/extlinux.scm | |||
| @@ -57,10 +57,10 @@ corresponding to old generations of the system." | |||
| 57 | #~(call-with-output-file #$output | 57 | #~(call-with-output-file #$output |
| 58 | (lambda (port) | 58 | (lambda (port) |
| 59 | (let ((timeout #$(bootloader-configuration-timeout config))) | 59 | (let ((timeout #$(bootloader-configuration-timeout config))) |
| 60 | (format port "# This file was generated from your GuixSD configuration. Any changes | 60 | (format port "# This file was generated from your Guix configuration. Any changes |
| 61 | # will be lost upon reconfiguration. | 61 | # will be lost upon reconfiguration. |
| 62 | UI menu.c32 | 62 | UI menu.c32 |
| 63 | MENU TITLE GuixSD Boot Options | 63 | MENU TITLE GNU Guix Boot Options |
| 64 | PROMPT ~a | 64 | PROMPT ~a |
| 65 | TIMEOUT ~a~%" | 65 | TIMEOUT ~a~%" |
| 66 | (if (> timeout 0) 1 0) | 66 | (if (> timeout 0) 1 0) |
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index 161e8b3d02b..51d57873643 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com> | 3 | ;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com> |
| 4 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> | 4 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> |
| 5 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> | 5 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> |
| @@ -334,7 +334,7 @@ entries corresponding to old generations of the system." | |||
| 334 | #~(call-with-output-file #$output | 334 | #~(call-with-output-file #$output |
| 335 | (lambda (port) | 335 | (lambda (port) |
| 336 | (format port | 336 | (format port |
| 337 | "# This file was generated from your GuixSD configuration. Any changes | 337 | "# This file was generated from your Guix configuration. Any changes |
| 338 | # will be lost upon reconfiguration. | 338 | # will be lost upon reconfiguration. |
| 339 | ") | 339 | ") |
| 340 | #$sugar | 340 | #$sugar |
| @@ -380,7 +380,7 @@ submenu \"GNU system, old configurations...\" {~%") | |||
| 380 | ;; system whose root is mounted at MOUNT-POINT. | 380 | ;; system whose root is mounted at MOUNT-POINT. |
| 381 | (let ((grub-install (string-append bootloader "/sbin/grub-install")) | 381 | (let ((grub-install (string-append bootloader "/sbin/grub-install")) |
| 382 | (install-dir (string-append mount-point "/boot")) | 382 | (install-dir (string-append mount-point "/boot")) |
| 383 | ;; When installing GuixSD, it's common to mount EFI-DIR below | 383 | ;; When installing Guix, it's common to mount EFI-DIR below |
| 384 | ;; MOUNT-POINT rather than /boot/efi on the live image. | 384 | ;; MOUNT-POINT rather than /boot/efi on the live image. |
| 385 | (target-esp (if (file-exists? (string-append mount-point efi-dir)) | 385 | (target-esp (if (file-exists? (string-append mount-point efi-dir)) |
| 386 | (string-append mount-point efi-dir) | 386 | (string-append mount-point efi-dir) |
| @@ -389,7 +389,7 @@ submenu \"GNU system, old configurations...\" {~%") | |||
| 389 | ;; root partition. | 389 | ;; root partition. |
| 390 | (setenv "GRUB_ENABLE_CRYPTODISK" "y") | 390 | (setenv "GRUB_ENABLE_CRYPTODISK" "y") |
| 391 | (unless (zero? (system* grub-install "--boot-directory" install-dir | 391 | (unless (zero? (system* grub-install "--boot-directory" install-dir |
| 392 | "--bootloader-id=GuixSD" | 392 | "--bootloader-id=Guix" |
| 393 | "--efi-directory" target-esp)) | 393 | "--efi-directory" target-esp)) |
| 394 | (error "failed to install GRUB (EFI)"))))) | 394 | (error "failed to install GRUB (EFI)"))))) |
| 395 | 395 | ||
