system: Fix typo in 'read-boot-parameters'.
Fixes a regression introduced in
commit 075681d350
.
* gnu/system.scm (read-boot-parameters): For 'root-device', use
'device-sexp->device', not 'device->sexp'.
This commit is contained in:
parent
5f7fe1c57e
commit
7940188ebf
|
@ -250,7 +250,7 @@ directly by the user."
|
||||||
rest ...)
|
rest ...)
|
||||||
(boot-parameters
|
(boot-parameters
|
||||||
(label label)
|
(label label)
|
||||||
(root-device (device->sexp root))
|
(root-device (device-sexp->device root))
|
||||||
|
|
||||||
(bootloader-name
|
(bootloader-name
|
||||||
(match (assq 'bootloader-name rest)
|
(match (assq 'bootloader-name rest)
|
||||||
|
|
Loading…
Reference in New Issue