mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix: Fix typos.
* guix/build/kconfig.scm (modify-deconfig): Fix spelling of "abbreviation". * guix/docker.scm (build-docker-image): Fix spelling of "split". * guix/scripts/pack.scm (docker-image): Fix spelling of "split".
This commit is contained in:
parent
5172b1a0a1
commit
70353a898b
3 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ DEFCONFIG:
|
||||||
\"CONFIG_D=m\"
|
\"CONFIG_D=m\"
|
||||||
\"CONFIG_E=\"
|
\"CONFIG_E=\"
|
||||||
\"# CONFIG_G is not set\"
|
\"# CONFIG_G is not set\"
|
||||||
;; For convenience this abbrevation can be used for not set configurations.
|
;; For convenience this abbreviation can be used for not set configurations.
|
||||||
\"CONFIG_F\")
|
\"CONFIG_F\")
|
||||||
|
|
||||||
Instead of a list, CONFIGS can be a string with one configuration per line."
|
Instead of a list, CONFIGS can be a string with one configuration per line."
|
||||||
|
|
|
@ -222,7 +222,7 @@ command such as '(\"gzip\" \"-9n\"), to compress IMAGE. Use CREATION-TIME, a
|
||||||
SRFI-19 time-utc object, as the creation time in metadata.
|
SRFI-19 time-utc object, as the creation time in metadata.
|
||||||
|
|
||||||
When MAX-LAYERS is not false build layered image, providing a Docker
|
When MAX-LAYERS is not false build layered image, providing a Docker
|
||||||
image with store paths splitted in their own layers to improve sharing
|
image with store paths split in their own layers to improve sharing
|
||||||
between images.
|
between images.
|
||||||
|
|
||||||
ROOT-SYSTEM is a directory with a provisioned root file system, which will be
|
ROOT-SYSTEM is a directory with a provisioned root file system, which will be
|
||||||
|
|
|
@ -533,7 +533,7 @@ tarball conforming to the Docker Image Specification, compressed with
|
||||||
COMPRESSOR. It can be passed to 'docker load'. If TARGET is true, it must a
|
COMPRESSOR. It can be passed to 'docker load'. If TARGET is true, it must a
|
||||||
be a GNU triplet and it is used to derive the architecture metadata in the
|
be a GNU triplet and it is used to derive the architecture metadata in the
|
||||||
image. EXTRA-OPTIONS may contain the IMAGE-TAG keyword argument. If
|
image. EXTRA-OPTIONS may contain the IMAGE-TAG keyword argument. If
|
||||||
MAX-LAYERS is not false, the image will be splitted in up to MAX-LAYERS
|
MAX-LAYERS is not false, the image will be split in up to MAX-LAYERS
|
||||||
layers."
|
layers."
|
||||||
(define database
|
(define database
|
||||||
(and localstatedir?
|
(and localstatedir?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue