#!/bin/sh
# Remove bind mount so cdrom and /target can be unmounted.
umount /target/cdrom 2>/dev/null || true
