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
@ -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 New Issue
Block a user