diff options
author | Holger Wansing <hwansing@mailbox.org> | 2021-11-21 20:55:04 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2021-11-21 20:55:04 +0100 |
commit | 0c019bcd291b68e277f74ed47ce484b199d89479 (patch) | |
tree | f5c3bd87dab9bda92ecd686048fbabd3ef0cc190 /build | |
parent | ae86a0d2489711d1d2930596c41e94fe76b0e8d2 (diff) | |
download | installation-guide-0c019bcd291b68e277f74ed47ce484b199d89479.zip |
Paragraph about booting the graphical installer was in file x86.xml, but it also contains content for powerpc (and it may contain content for arm64 in the future too). So move content to its own file graphical.xml. (Content was conditioned for the respective arch already.)
Diffstat (limited to 'build')
-rw-r--r-- | build/templates/docstruct.ent | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/templates/docstruct.ent b/build/templates/docstruct.ent index 6030e042b..004b4b070 100644 --- a/build/templates/docstruct.ent +++ b/build/templates/docstruct.ent @@ -89,6 +89,7 @@ <!ENTITY boot-installer-powerpc.xml SYSTEM "##SRCPATH##/boot-installer/powerpc.xml"> <!ENTITY boot-installer-s390.xml SYSTEM "##SRCPATH##/boot-installer/s390.xml"> <!ENTITY boot-installer-sparc.xml SYSTEM "##SRCPATH##/boot-installer/sparc.xml"> + <!ENTITY boot-installer-graphical.xml SYSTEM "##SRCPATH##/boot-installer/graphical.xml"> <!ENTITY boot-installer-parameters.xml SYSTEM "##SRCPATH##/boot-installer/parameters.xml"> <!ENTITY boot-installer-accessibility.xml SYSTEM "##SRCPATH##/boot-installer/accessibility.xml"> <!ENTITY boot-installer-trouble.xml SYSTEM "##SRCPATH##/boot-installer/trouble.xml"> |