#!/bin/sh

. /lib/partman/definitions.sh

for dev in $DEVICES/*; do
    cd $dev
    open_dialog UNDO
    close_dialog
done
