Hi I use Systemimager 3.6.3 to create image on a EM64T machine with LVM. But it has a problem that it doesn't write the "lvm_group="vg0"" in disk section of /etc/systemimager/autoinstallscript.conf. But a similar configuration works on x86 machine.
After I trace the code, I find that in si_prepareclient, it prefers to use sfdisk in x86 environment, while it prefers to use parted in other environment. And it seems that the code handling LVM have some problem with the parted output. Such that it can't pass the correct $id to _print_to_auto_install_conf_file in line 459 of Common.pm. My workaround now is to change the perfer tool to sfdisk. And doesn't anyone know how to fix the LVM part with parted output? BTW, anyone why it prefers to use sfdisk in x86 environment while parted in others? Best regards, John Lau -- John Lau Chi Fai [EMAIL PROTECTED] 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
