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:
parent
3822003082
commit
8ffab257dd
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue