Control: severity -1 wishlist Hello,
Cyril Brulebois, on lun. 30 oct. 2017 16:57:39 +0100, wrote: > Now we've got those as well (excerpt): > | /home/d-i/trunk/manual/en/preparing/bios-setup/arm.xml:5: element sect2: > validity error : ID boot-dev-select already defined > | <sect2 arch="arm64" id="boot-dev-select"><title>Boot Device > Selection</title> We actually already had these in some situations, I don't remember exactly which. AIUI this warning is spurious: $ grep -r boot-dev-select en/ ./boot-installer/intro-usb.xml:<xref linkend="boot-dev-select"/> and <xref ./boot-installer/intro-cd.xml:<xref linkend="boot-dev-select"/>, ./using-d-i/components.xml:linkend="boot-dev-select-sun"/>.</phrase> ./preparing/bios-setup/i386.xml: <sect2 arch="any-x86" id="boot-dev-select"><title>Boot Device Selection</title> ./preparing/bios-setup/sparc.xml: <sect2 arch="sparc" id="boot-dev-select-sun"> ./preparing/bios-setup/arm.xml: <sect2 arch="arm64" id="boot-dev-select"><title>Boot Device Selection</title> There's really only one such id at a time. Of course it'd still be nice to find out how to avoid this warning. Samuel