summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-04-14 14:10:01 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2022-04-14 14:10:01 +0200
commit57a21b1577cf502a9d858d1d4202b8c25bf67406 (patch)
tree4011355403d1f3bc1af2715aad49ab7b19710808
parent5feb39844ab1a3f266669f01b6a13f39462b4612 (diff)
downloadironic-57a21b1577cf502a9d858d1d4202b8c25bf67406.tar.gz
Add a note about duplicate parameters with %default%
Change-Id: Ifb3a592b1d701f050a21325731048fe8fee05038
-rw-r--r--doc/source/admin/interfaces/boot.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/admin/interfaces/boot.rst b/doc/source/admin/interfaces/boot.rst
index cd9420cc9..b9f0bda3e 100644
--- a/doc/source/admin/interfaces/boot.rst
+++ b/doc/source/admin/interfaces/boot.rst
@@ -76,6 +76,11 @@ appended to the kernel command line::
nofb nomodeset vga=normal console=ttyS0,115200n8
+.. note::
+ Ironic does not do any de-duplication of the resulting kernel parameters.
+ Both kernel itself and dracut seem to give priority to the last instance
+ of the same parameter.
+
Common options
--------------