We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c0de23 + 5b0e7f2 commit 4614863Copy full SHA for 4614863
layer.md
@@ -90,7 +90,7 @@ Entries for the following files:
90
91
### Populate a Comparison Filesystem
92
93
-Create a new directory and initialize it with an copy or snapshot of the prior root filesystem.
+Create a new directory and initialize it with a copy or snapshot of the prior root filesystem.
94
Example commands that can preserve [file attributes](#file-attributes) to make this copy are:
95
* [cp(1)](http://linux.die.net/man/1/cp): `cp -a rootfs-c9d-v1/ rootfs-c9d-v1.s1/`
96
* [rsync(1)](http://linux.die.net/man/1/rsync): `rsync -aHAX rootfs-c9d-v1/ rootfs-c9d-v1.s1/`
0 commit comments