mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
system: 'read-boot-parameters' provides a more meaningful warning.
'system' here was bound to Guile's 'system' procedure. * gnu/system.scm (read-boot-parameters): Fix argument for fallback warning.
This commit is contained in:
parent
69a05eab35
commit
b1059b38b2
1 changed files with 2 additions and 2 deletions
|
@ -317,8 +317,8 @@ (define device-sexp->device
|
|||
(_ ;the old format
|
||||
"/")))))
|
||||
(x ;unsupported format
|
||||
(warning (G_ "unrecognized boot parameters for '~a'~%")
|
||||
system)
|
||||
(warning (G_ "unrecognized boot parameters at '~a'~%")
|
||||
(port-filename port))
|
||||
#f)))
|
||||
|
||||
(define (read-boot-parameters-file system)
|
||||
|
|
Loading…
Reference in a new issue