Here is the autoinstallscript.conf file from 
/usr/systemimager/<image>/etc/systemimager on the
image server. I do not have an autoinstallscript.conf file in my 
/var/lib/systemimager/... dir.


# pwd
/usr/systemimager/spslgno/etc/systemimager
# cat autoinstallscript.conf
<!--
  
  autoinstallscript.conf
  vi:set filetype=xml:
  
  This file contains partition information about the disks on your golden
  client.  It is stored here in a generic format that is used by your
  SystemImager server to create an autoinstall script for cloning this
  system.
  
  You can change the information in this file to affect how your target
  machines are installed.  See "man autoinstallscript.conf" for details.
  
-->

<config>

  <disk dev="/dev/cciss/c0d0" label_type="msdos" unit_of_measurement="MB">
    <!--
      This disk's output was brought to you by the partition tool "parted",
      and by the numbers 4 and 5 and the letter Q.
    -->
    <part  num="1"  size="97.221"  p_type="primary"  p_name="-"  flags="boot" />
    <part  num="2"  size="44660.665"  p_type="primary"  p_name="-"  flags="-" />
    <part  num="3"  size="5857.504"  p_type="primary"  p_name="-"  flags="-" />
    <part  num="4"  size="*"  p_type="extended"  p_name="-"  flags="-" />
    <part  num="5"  size="7809.974"  p_type="logical"  p_name="-"  flags="-" />
    <part  num="6"  size="*"  p_type="logical"  p_name="-"  flags="-" />
  </disk>


  <fsinfo  line="10" real_dev="/dev/cciss/c0d0p2" mp="/"  fs="ext3" 
options="defaults" dump="1" pass="1" />
  <fsinfo  line="20" real_dev="/dev/cciss/c0d0p1" mp="/boot"  fs="ext3" 
options="defaults" dump="1" pass="2" />
  <fsinfo  line="30" real_dev="none" mp="/dev/pts"  fs="devpts" 
options="gid=5,mode=620" dump="0" pass="0" />
  <fsinfo  line="40" real_dev="none" mp="/dev/shm"  fs="tmpfs" 
options="defaults" dump="0" pass="0" />
  <fsinfo  line="50" real_dev="none" mp="/proc"  fs="proc" options="defaults" 
dump="0" pass="0" />
  <fsinfo  line="60" real_dev="none" mp="/sys"  fs="sysfs" options="defaults" 
dump="0" pass="0" />
  <fsinfo  line="70" real_dev="/dev/cciss/c0d0p6" mp="/tmp"  fs="ext3" 
options="defaults" dump="1" pass="2" />
  <fsinfo  line="80" real_dev="/dev/cciss/c0d0p5" mp="/var"  fs="ext3" 
options="defaults" dump="1" pass="2" />
  <fsinfo  line="90" real_dev="/dev/cciss/c0d0p3" mp="swap"  fs="swap" 
options="defaults" dump="0" pass="0" />
  <fsinfo  line="100" comment=" " />
  <fsinfo  line="110" comment="# NFS" />
  <fsinfo  line="120" real_dev="nasps:/vol/vol3/sas" mp="/sas"  fs="nfs" 
options="rw" dump="0" pass="0" />
  <fsinfo  line="130" real_dev="nasps:/vol/vol3/sasgen" mp="/sasgen"  fs="nfs" 
options="rw" dump="0" pass="0" />
  <fsinfo  line="140" comment=" " />
  <fsinfo  line="150" comment="# Build Bubble links" />
  <fsinfo  line="160" real_dev="bb02na4a:/vol/sasjdk" mp="/sasjdk"  fs="nfs" 
options="ro" dump="0" pass="0" />
  <fsinfo  line="170" real_dev="bb02na3a:/vol/sasvcd" mp="/sasvcd"  fs="nfs" 
options="ro" dump="0" pass="0" />
  <fsinfo  line="180" comment=" " />
  <fsinfo  line="190" real_dev="bb02na1a:/vol/sas" mp="/host/pcbb/sas"  
fs="nfs" options="ro" dump="0" pass="0" />
  <fsinfo  line="200" real_dev="bb02na2a:/vol/sasgen" mp="/host/pcbb/sasgen"  
fs="nfs" options="ro" dump="0" pass="0" />

  <boel devstyle="static"/>

</config>
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard Li
Sent: Friday, August 25, 2006 5:00 PM
To: [email protected]
Subject: Re: [Sisuite-users] Small problem with 3.7.4r3734

Hi Ken:

Thanks for helping us test our latest code.

Can you please post your autoinstallscript.conf file in your image?  On the 
image server, it should reside in:

/var/lib/systemimager/images/<image_name>/etc/systemimager/autoinstallscript.conf

Thing is, if your golden client has labels, then Server.pm should autodetect 
that and add a "tune2fs -L" command in your master script which should fix up 
the label.  However, it seems that this did not happen in your case.

Cheers,

Bernard


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to