Unverified Commit 0ab9018c authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Remove sector size warning (#863)

parent 5fbb710c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -552,9 +552,6 @@ addDevice () {
 if [ -n "$physical" ]; then
    if [[ "$physical" != "512" ]]; then
      sectors=",logical_block_size=$logical,physical_block_size=$physical"
      if [[ "$physical" != "4096" && "$physical" != "32768" ]]; then
        warn "Unknown physical sector size: $physical for $DISK_DEV"
      fi
    fi
  else
    warn "Failed to determine the sector size for $DISK_DEV"