#!/bin/sh -eu

. install2-init-functions

#find all removable devices
hal-find-by-property --key storage.bus --string usb | xargs --no-run-if-empty -n 1  hal-get-property --key block.device  --udi > /tmp/removable
