# This file contains common definitions


qt="'"
GREP=/bin/grep
SED=/bin/sed
DD=/bin/dd
CP=/bin/cp
MKDIR=/bin/mkdir
MKTEMP=/bin/mktemp

# LVM commands
LVM_BASE=/usr/sbin

LVCREATE=$LVM_BASE/lvcreate
LVREMOVE=$LVM_BASE/lvremove
LVDISPLAY=$LVM_BASE/lvdisplay


