Skip to content

Commit 5b48326

Browse files
committed
style(builder): clarify overlay comment
1 parent f97a8d8 commit 5b48326

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)