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 @@ file system labels."
|
||||||
(_ ;the old format
|
(_ ;the old format
|
||||||
"/")))))
|
"/")))))
|
||||||
(x ;unsupported format
|
(x ;unsupported format
|
||||||
(warning (G_ "unrecognized boot parameters for '~a'~%")
|
(warning (G_ "unrecognized boot parameters at '~a'~%")
|
||||||
system)
|
(port-filename port))
|
||||||
#f)))
|
#f)))
|
||||||
|
|
||||||
(define (read-boot-parameters-file system)
|
(define (read-boot-parameters-file system)
|
||||||
|
|
Loading…
Reference in New Issue