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