]> git.proxmox.com Git - pve-installer.git/commit
run env: replace lsblk with hd_list but fix it up a bit
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 20 Jun 2023 10:01:36 +0000 (12:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jun 2023 12:00:00 +0000 (14:00 +0200)
commit4532cff4722a3607d665155ad312c7e0e5421e44
tree1870246ea49f89f09c670785e694bd4d86477974
parenta2d3045be5b30ab7a48986d503991dc92ccc8205
run env: replace lsblk with hd_list but fix it up a bit

Instead of lsblk we use the original `hd_list` to be closer
to what we originally had.
However, from the PVE codebase I copied over the use of the
`E: DEVNAME` property to find the `/dev` node like (since
some weird devices can have '!' in /sys with '/' in /dev),
drop the check for `/sys/block/$d/dev`, and provide both the
`/dev` and `/sys/block` path in the output array.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Proxmox/Install/RunEnv.pm
proxmox-tui-installer/src/options.rs
proxmox-tui-installer/src/setup.rs