Hi
Q1:
I have tried numerous setups for trying to get the right setup in the
control file for the following setup. Currently trying on SLES8 s390x SP3.
/dev/dasda1 mountet on / with reiserfs. It should use all diskspace
available.
/dev/dasdb1 mountet on /boot with ext2. It should use all diskspace.
Have you tried <size>all</size> ?
For some reason it always creates a second partition on each drive. Is it possible to solve this this?
For each <drive>, you could try adding: <initialize config:type="boolean">true</initialize> Not sure if that was available on SLES8, only tried on SLES9 to ensure autoyast consideres the disk to be empty. If still no joy, could you send the output of fdisk -l for the various drives?
Q2:
Is it possible to run yast unattended during installation? I
always accepts a few times. Example, after load off dasd module? I am using
currently the SSH On SLES9 the following entities will enable auto-timeout on the various prompts that come up: <report> <errors> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">5</timeout> </errors> <messages> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">5</timeout> </messages> <warnings> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">5</timeout> </warnings> <yesno_messages> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">5</timeout> </yesno_messages> </report> Yan