# This file contains common definitions


qt="'"
GREP=/bin/grep
SED=/bin/sed
DD=/bin/dd
CP=/bin/cp
MV=/bin/mv
MKDIR=/bin/mkdir
MKTEMP=/bin/mktemp
MKE2FS=/sbin/mke2fs
RMDIR=/bin/rmdir
MOUNT=/bin/mount
UMOUNT=/bin/umount
TAR=/bin/tar
UNZIP=/usr/bin/unzip
GUNZIP=/bin/gunzip
BUNZIP=/usr/bin/bunzip2

# LVM commands
LVM_BASE=/usr/sbin

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


