On Thu, 6 May 2004, Michael Binder wrote:
Date: Thu, 6 May 2004 12:47:56 +0200 (CEST) From: Michael Binder <mbinder@gwdg.de> To: suse-autoinstall@suse.com Cc: suse-autoinstall@suse.com Subject: Re: [suse-autoinstall] differences / description / experiences autoyast with suse9.1 ?
Hi Hubba,
my hardware is pretty simple. It's a pentium II 350 MHz 128 MBRAM, no SCSI only IDE. I stopped trying autoinstall because i needed a quick Installation. I attached my autoinst.xml stream to this mail for info.
Your template looks fine to me I have ut my drive config below which is efectively the same but it is using reiserfs rather then ext3 and I am specifying the partition numbers which you could try to see if that works for you. <partitioning config:type="list"> <drive> <device>/dev/sda</device> <partitions config:type="list"> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">1</partition_nr> <size>auto</size> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_format> <option_blank config:type="boolean">true</option_blank> <option_str>--format</option_str> <option_value>3.6</option_value> </opt_format> <opt_hash> <option_blank config:type="boolean">true</option_blank> <option_str>--hash</option_str> <option_value>auto</option_value> </opt_hash> </fs_options> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">2</partition_nr> <size>max</size> </partition> </partitions> <use>all</use> </drive> </partitioning> Regards Hubba -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com