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 ...)
|
||||
(boot-parameters
|
||||
(label label)
|
||||
(root-device (device->sexp root))
|
||||
(root-device (device-sexp->device root))
|
||||
|
||||
(bootloader-name
|
||||
(match (assq 'bootloader-name rest)
|
||||
|
Loading…
Reference in New Issue
Block a user