#!/bin/sh

# potato installation seems to mount /proc
umount -n $TARGET/proc

umount -n $TARGET
