]> git.proxmox.com Git - pve-installer.git/commit
serial install: fix console parameter parsing
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 14 Nov 2023 17:31:48 +0000 (18:31 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 Nov 2023 17:34:11 +0000 (18:34 +0100)
commitc1279c82505b6a98b17c059fdbb9db6b49e5d021
treea8bb00cabb82e73cadfbcb7542fba0a184557ca3
parent7377c99a00fe10e59fe158c1096736daff9f461a
serial install: fix console parameter parsing

The regex matching in Proxmox::Install::Config was blindly copied from
above - so the other parameters are also likely to not get recognized
if they are the last on the cmdline

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