#!/bin/sh
# Output the underlying disk name of the root filesystem or of the
# file/device/directory given as argument.
set -e
. /usr/lib/bilibop/common.sh
physical_hard_disk ${1}
