]> git.proxmox.com Git - pve-manager.git/commitdiff
report: add kernel command line from current boot
authorAlexander Zeidler <a.zeidler@proxmox.com>
Thu, 18 Apr 2024 09:16:44 +0000 (11:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Apr 2024 20:24:13 +0000 (22:24 +0200)
to get a first clue for debugging passthrough and similar issues, when
no dmesg output has been provided yet.

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
PVE/Report.pm

index 9c46aa9b77a9dccccac49c1e8c09483337d72ad8..fdcd41238b3f10d283b227351f787f92694ad1e3 100644 (file)
@@ -31,6 +31,7 @@ my $init_report_cmds = sub {
            cmds => [
                'hostname',
                'date -R',
+               'cat /proc/cmdline',
                'pveversion --verbose',
                'cat /etc/hosts',
                'pvesubscription get',