mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
linux-container: Fix typo in docstring.
* gnu/build/linux-container.scm (mount-file-systems): Fix typo in docstring. Change-Id: I973a65a6574078bc72fd9e1aa7424a68e2b21268 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
1d4eea73e8
commit
128e319496
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ exists."
|
||||||
(define* (mount-file-systems root mounts #:key mount-/sys? mount-/proc?
|
(define* (mount-file-systems root mounts #:key mount-/sys? mount-/proc?
|
||||||
(populate-file-system (const #t))
|
(populate-file-system (const #t))
|
||||||
writable-root?)
|
writable-root?)
|
||||||
"Mount the essential file systems and the those in MOUNTS, a list of
|
"Mount the essential file systems and those in MOUNTS, a list of
|
||||||
<file-system> objects, relative to ROOT; then make ROOT the new root directory
|
<file-system> objects, relative to ROOT; then make ROOT the new root directory
|
||||||
for the process."
|
for the process."
|
||||||
(define (scope dir)
|
(define (scope dir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue