Unverified Commit 7154535a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Do not display OverlayFS message for Podman

parent 9d8301ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ checkFS () {
  DIR=$(dirname "$DISK_FILE")
  [ ! -d "$DIR" ] && return 0

  if [[ "${FS,,}" == "overlay"* ]]; then
  if [[ "${FS,,}" == "overlay"* && "$PODMAN" != [Yy1]* ]]; then
    info "Warning: the filesystem of $DIR is OverlayFS, this usually means it was binded to an invalid path!"
  fi