I'm using opensuse 11.1 btw.
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.
I didn't remove the tags, the problem is that when i add the tags using: map partitions = $[SOME MAP....] Profile::current = add(Profile::current, "partitioning",partitions); And when printing with AutoinstClone::Write, the tags are not printed where they should appear. If the tags are only in the header, the system do not respect the partitioning information. got it?
-- 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
-- Leonardo Luiz Padovani da Mata barroca@gmail.com "May the force be with you, always" "Nerd Pride... eu tenho. Voce tem?" -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org