]> git.proxmox.com Git - pve-installer.git/commit
pass optional console parameter from installer to target
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 22 Jun 2023 20:08:48 +0000 (22:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 12 Nov 2023 18:28:54 +0000 (19:28 +0100)
commit4c1473ce32f2148681c188bc3be1deba7c1d7bb4
tree82d0b3b1ab929f6177bfd7b556c70846860eb380
parent36a14a6197af18732120ee3f1ccf3af7c5d295de
pass optional console parameter from installer to target

If an installation needs to provide a dedicated console parameter
(e.g. because it runs on the serial console) the target system most
likely will need the parameter too.

This patch adds the parameter to the kernel-commandline (in case zfs
is used for both grub and systemd)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Proxmox/Install.pm
Proxmox/Install/Config.pm