linux-boot: Fix typo.
* gnu/build/linux-boot.scm (mount-root-file-system): Fix typo.
This commit is contained in:
parent
91e633f043
commit
41e03c4bee
|
@ -359,8 +359,9 @@ the last argument of `mknod'."
|
||||||
(define* (mount-root-file-system root type
|
(define* (mount-root-file-system root type
|
||||||
#:key volatile-root?)
|
#:key volatile-root?)
|
||||||
"Mount the root file system of type TYPE at device ROOT. If VOLATILE-ROOT?
|
"Mount the root file system of type TYPE at device ROOT. If VOLATILE-ROOT?
|
||||||
is true, mount ROOT read-only and make it a overlay with a writable tmpfs
|
is true, mount ROOT read-only and make it an overlay with a writable tmpfs
|
||||||
using the kernel build-in overlayfs."
|
using the kernel built-in overlayfs."
|
||||||
|
|
||||||
(if volatile-root?
|
(if volatile-root?
|
||||||
(begin
|
(begin
|
||||||
(mkdir-p "/real-root")
|
(mkdir-p "/real-root")
|
||||||
|
|
Loading…
Reference in New Issue