[opensuse-autoinstall] default values
Hi all. I just got a general question: When using yast2 autoyast module every value in a section is written on changes. e.g.I have only defined that the bootloader should be written to the mbr but the following properties are set in the XML: <global> <boot_boot>false</boot_boot> <boot_custom></boot_custom> <boot_extended>false</boot_extended> <boot_mbr>true</boot_mbr> <boot_root>false</boot_root> </global> As these seems to be default settings, can I just remove them from the XML? How do you handle it? Do you leave them in, as I guess next time the profile is edited with yast2 autoyast, they would be inserted again? Greets Marcus -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Am 10.10.2012 14:19, schrieb Marcus Moeller:
Hi all.
I just got a general question:
When using yast2 autoyast module every value in a section is written on changes.
e.g.I have only defined that the bootloader should be written to the mbr but the following properties are set in the XML:
<global> <boot_boot>false</boot_boot> <boot_custom></boot_custom> <boot_extended>false</boot_extended> <boot_mbr>true</boot_mbr> <boot_root>false</boot_root> </global>
As these seems to be default settings, can I just remove them from the XML? How do you handle it? Do you leave them in, as I guess next time the profile is edited with yast2 autoyast, they would be inserted again?
Ok, I have played around a bit and noticed, that the yast2 autoyast module behaves strange sometimes. e.g. I load a config file that I have saved before, do not change anything, save it again and suddenly zzz_reboot is listed twice: <script> <filename>zzz_reboot</filename> <source><![CDATA[chkconfig autoyast off shutdown -r now]]></source> </script> <script> <filename>zzz_reboot</filename> <source><![CDATA[chkconfig autoyast off shutdown -r now]]></source> </script> Greets Marcus -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (1)
-
Marcus Moeller