On Feb 19, 2008 12:20 PM, Tory M Blue <[EMAIL PROTECTED]> wrote:
> Okay after hard coding a few things in files, I now have a working xen
> deployment. (But before you ask!)
>
> I would like to unhack many things and get the flexibility back that
> SI provides.
>
> So ignoring the outstanding xen issues, lets get into the sI.
>
> autoinstallscript.conf, does not understand virtual disks xvd* is
> unknown to it so Diskorder is something that cannot be used and the
> system will not find the correct disk..
>
> DISKORDER=sd,cciss,ida,rd,hd   <---  xvd would be nice
>
> Otherwise I force the device information
>
> if [ -z $DISKORDER ] ; then
>   DISK0=/dev/xvda  <-- works
> elif [ -z $DISK0 ] ; then
>   echo "Undefined: DISK0"
>   shellout
>

Okay as on occasions, I ask for help and continue to make progress
(although sometimes Andrea has to bail me out) (or more than
sometimes?)

Got it working (at least the virtual disk), it was really only
modifying the disk enumeration portion of the script... I will update
if that fixed my bootloader issue or not, but at least I can get SI to
recognize the xvd* disks and seems to slice and dice it just fine. I'm
waiting on the image to finish, to see if  that has fixed my
systemconfigurator bootloader issue (doubt it)

Tory

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to