on Tuesday 11 August 2009 Leonardo L. P. da Mata wrote:
Hello, i'm testing the partitioning with autoyast and i maybe found a bug. if i use the partitioning like this, the partitioning system respects the decisions to delete or keep partitions:
<partitioning xmlns="http://www.suse.com/1.0/yast2ns" type="list" > <drive xmlns="http://www.suse.com/1.0/yast2ns"> <device xmlns="http://www.suse.com/1.0/yast2ns">/dev/sda</device> <initialize xmlns="http://www.suse.com/1.0/yast2ns" config:type="boolean" xmlns:config="http://www.suse.com/1.0/configns"
But if i remove all the tags xmlns="http://www.suse.com/1.0/yast2ns"/ xmlns:config="http://www.suse.com/1.0/configns", the autoyast doesn't respect my decisions and delete all the partitions.
then why do you remove the namespace tags? ;) you can specify the namespace in the header like this: <?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> ... </profile> and use it in <partitioning> then like this: <partitioning config:type="list"> <drive> <initialize config:type="boolean">false</initialize> ...
For instance, the second way is the way that AutoinstClone::Write outputs the infomation about partittioning added with:
I'm sorry but I don't get your point. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org