Skip to content

Commit

Permalink
filter out "docker" default distributions from configuration (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Apr 9, 2021
1 parent ee4e403 commit 6e74ab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config-distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ config () {
docker*) echo skipping docker system
return;;
esac
case "$root" in
*\\Docker*) echo skipping docker system
return;;
esac

if $ok && ! $remove && [ -n "$distro" ]
then # fix #163: backend missing +x with certain mount options
Expand Down

0 comments on commit 6e74ab4

Please sign in to comment.