From 57a21b1577cf502a9d858d1d4202b8c25bf67406 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 14 Apr 2022 14:10:01 +0200 Subject: [PATCH] Add a note about duplicate parameters with %default% Change-Id: Ifb3a592b1d701f050a21325731048fe8fee05038 --- doc/source/admin/interfaces/boot.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/admin/interfaces/boot.rst b/doc/source/admin/interfaces/boot.rst index cd9420cc9b..b9f0bda3e2 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 --------------