#!/bin/sh # # Figure out where the CD is and launch the helper program. MY_NAME=${0##*/} MY_BASE=${0%/*} GUI_CMD="/usr/bin/system-cdinstall-helper" ALTERNATE_CMD="create-yum-config-file" cat <