]> git.proxmox.com Git - pve-installer.git/commit - Proxmox/Install.pm
low level installer: avoid undef warning in progress log when using ZFS
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 17:16:05 +0000 (19:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 17:16:07 +0000 (19:16 +0200)
commit0519f32649781ecada7c880e4bd0e1400f6b80c2
tree3d198d1cd6782fc2c84364c94a9bdb65b1efbc70
parent71e2f3c1eadc4517fe416feb15bf769cacaf7048
low level installer: avoid undef warning in progress log when using ZFS

The $rootdev variable is not set in the ZFS branch, and ZFS is not
mounted here, so just move the progress update inside the non-ZFS
branch.

Reported-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox/Install.pm