Tristam,

        Last month, I made the minimal changes to the SI master script (as 
suggested on this list) to make it work with SALI. I have considered using the 
new SALI masterscript, but not tried it yet. Your suggestions look a bit more 
radical, and I haven't looked in the SALI documentation to find out what those 
verbs mean yet.

        If possible, I'd like to patch the SI script, since I believe it's 
*almost* okay (it worked on PE1950s last month). If that won't fly, I'll test 
the SALI replacement.

        Is there any documentation for your suggested modifications? Did you 
pull them from a public source that I can read?

Thanks,

Chris

On 9/28/10 3:44 PM, Tristam MacDonald wrote:
> On Tue, Sep 28, 2010 at 11:58 AM, Chris Pepper <pep...@reppep.com 
> <mailto:pep...@reppep.com>> wrote:
>
>     Dennis,
>
>          Thanks, your SALI fix enabled us to pull the script from the server. 
> Now using a SI master script modified for SALI, I'm getting warnings about 
> partition alignment, and a partition creation failure which halts the whole 
> process. Screenshots are at <http://cbio.mskcc.org/~pepper/si/>.
>
>          Any suggestions?
>
>     Thanks,
>
>     Chris
>
>
> You mention modifying the script to work with SALI, but you still appear to 
> be using the system-imager style partition script. Adapting to the SALI 
> commands should look more like mine:
>
>     # disk enumeration
>
>     disk_enumerate "sd hd"
>
>
>     # set disk label
>
>     set_disklabel $DISK0 gpt
>
>
>     # partition
>
>     partition $DISK0 1:grub2 5000:swap::swap 20000:ext4:/:root 
> 10000:ext4:/tmp:temp 0:ext4:/data:data
>
>
>     # mount disks
>
>     mount_disks


-- 
Chris Pepper:                <http://cbio.mskcc.org/>
                              <http://www.extrapepperoni.com/>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to