Ken Howell wrote: > <fsinfo line="10" real_dev="/dev/cciss/c0d0p2" mp="/" fs="ext3" > options="defaults" dump="1" pass="1" />
The point here is that the root fs should have the mount_dev="LABEL=/" attribute. That's because in /etc/fstab in your golden client you've not defined that label, so si_prepareclient added only the real device (without considering the label). To fix it you can simply add the mount_dev attribute manually in autoinstallscript.conf or fix the entry in /etc/fstab in the golden client and re-run si_prepareclient (and in both cases re-run also si_mkautoinstallscript on the image server). Cheers, -Andrea ------------------------------------------------------------------------- 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
