Skip to content

Commit 70e00aa

Browse files
committed
Merge pull request #3462 from carmstrong/builder-clarify_comment
style(builder): clarify overlay comment
2 parents fd3fc8e + 5b48326 commit 70e00aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • builder/image/bin

builder/image/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CONFD_PID=$!
5353
# remove any pre-existing docker.sock
5454
test -e /var/run/docker.sock && rm -f /var/run/docker.sock
5555

56-
# force overlay if it's supported
56+
# force overlayfs if the Docker daemon on the host is using it
5757
mkdir --parents --mode=0700 /
5858
fstype=$(findmnt --noheadings --output FSTYPE --target /)
5959
if [[ "$fstype" == "overlay" ]]; then

0 commit comments

Comments
 (0)