1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-13 20:55:55 +02:00

guix system: Fix success report of the bootloader installation.

Fixes <https://bugs.gnu.org/34890>.
Reported by Jack Hill <jackhill@jackhill.us>.

Regression introduced in 21fcfe1ee9.

* guix/scripts/system.scm (bootloader-installer-script): Ungexp DEVICE.
This commit is contained in:
Ludovic Courtès
2019-03-17 16:22:43 +01:00
parent 3822003082
commit 8ffab257dd
+1 -1
View File
@@ -818,7 +818,7 @@ and TARGET arguments."
(exit 1)))
(#$installer #$bootloader #$device #$target)
(format #t "bootloader successfully installed on '~a'~%"
device))))))
#$device))))))
(define* (perform-action action os
#:key skip-safety-checks?