diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-04-12 19:00:09 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-04-12 19:00:09 +0000 |
commit | 38c35830ad56f2a735767a6e3cc3700dcb8cec67 (patch) | |
tree | 0e4ee883d8b3035775ca0ca5dcdaa126695dc9e8 /en/using-d-i | |
parent | b9909134f56ce8c665e069dabd9aee67c9edddb2 (diff) | |
download | installation-guide-38c35830ad56f2a735767a6e3cc3700dcb8cec67.zip |
Contributions gathered by Holger Wansing: Add ppc64el bits
Diffstat (limited to 'en/using-d-i')
-rw-r--r-- | en/using-d-i/components.xml | 1 | ||||
-rw-r--r-- | en/using-d-i/modules/powerpc/grub-installer.xml | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/en/using-d-i/components.xml b/en/using-d-i/components.xml index 4420a01da..297341745 100644 --- a/en/using-d-i/components.xml +++ b/en/using-d-i/components.xml @@ -153,6 +153,7 @@ linkend="boot-dev-select-sun"/>.</phrase> &module-mipsel-colo-installer.xml; &module-powerpc-yaboot-installer.xml; &module-powerpc-quik-installer.xml; +&module-powerpc-grub-installer.xml; &module-s390-zipl-installer.xml; &module-sparc-silo-installer.xml; &module-arm-flash-kernel-installer.xml; diff --git a/en/using-d-i/modules/powerpc/grub-installer.xml b/en/using-d-i/modules/powerpc/grub-installer.xml new file mode 100644 index 000000000..5cbc92632 --- /dev/null +++ b/en/using-d-i/modules/powerpc/grub-installer.xml @@ -0,0 +1,13 @@ + <sect3 arch="ppc64el"> + <title>Install <command>GRUB2</command> on a Hard Disk</title> +<para> + +The boot loader for ppc64el machines is +<command>GRUB2</command>. + +<!-- +FIXME: add some useful content here +--> + +</para> + </sect3> |