mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: linux-initrd: Fix typo.
* gnu/packages/linux-initrd.scm (gnu-system-initrd): Add missing argument to 'format' call.
This commit is contained in:
parent
c84d0eca05
commit
e0ba5fe5ab
1 changed files with 2 additions and 1 deletions
|
@ -386,7 +386,8 @@ (define-public gnu-system-initrd
|
|||
(chroot "/root")
|
||||
(primitive-load to-load)
|
||||
(format (current-error-port)
|
||||
"boot program '~a' terminated, rebooting~%")
|
||||
"boot program '~a' terminated, rebooting~%"
|
||||
to-load)
|
||||
(sleep 2)
|
||||
(reboot))
|
||||
(begin
|
||||
|
|
Loading…
Reference in a new issue