I'm having a problem with the xen-install-rhel4.1 script while attempting to install Xen on RedHat 4 - I'm getting stopped at this point:
Code:
eval `/etc/xen/scripts/grubread.pl $active_kernel_version < ${GRUB_CONF}`
if [ -z "$GRUB_ROOT" -o -z "$FS_ROOT" ]; then
echo "Unable to update ${GRUB_CONF}." > /dev/stderr
exit 1
fi
What are the -z and -o options for and how are they being used here? If I can get a better understanding of what is happening, I can figure out a work around or be able to fix the issue.