where to put the <init><info_file> tags?
Hello, According to the documentation file: file:/usr/share/doc/packages/autoyast2/x1144.html It should be possible to include linuxrc information in the autoinst.xml file, with the <init><info_file> tags (from the docu): .... <install> .... <init> <info_file> <![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # According to the dtd the following tags may be included in the <install> tag: profile.dtd:<!ELEMENT install ( bootloader?, general?, lvm?, partitioning?, raid?, report?, software? )> The <init> tag is not part of that. A grep of "init" in the dtd's does not reveal an "init" tag either. Does this mean that this <init><info_file> combo is not supported (anymore), or should the errors reported by xmllint be ignored? (the info_file tag seems missing to of the dtd). I think that I may need this concept to specify the nfs server ip address, netmask, etc or should this be done using a different config mechanism? -- Richard Bos Without a home the journey is endless
participants (1)
-
Richard Bos