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
|
@ -386,7 +386,8 @@ the Linux kernel.")
|
||||||
(chroot "/root")
|
(chroot "/root")
|
||||||
(primitive-load to-load)
|
(primitive-load to-load)
|
||||||
(format (current-error-port)
|
(format (current-error-port)
|
||||||
"boot program '~a' terminated, rebooting~%")
|
"boot program '~a' terminated, rebooting~%"
|
||||||
|
to-load)
|
||||||
(sleep 2)
|
(sleep 2)
|
||||||
(reboot))
|
(reboot))
|
||||||
(begin
|
(begin
|
||||||
|
|
Loading…
Reference in New Issue