Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules.d/90lvm/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ installkernel() {
install() {
inst_multiple lvm grep

# install lvm commands symlinks useful for emergency shell
_lvm_bin=$(find_binary lvm)
while read -r -d '' file; do
inst "${file}"
done < <(find -L /sbin -maxdepth 1 -samefile "$_lvm_bin" -print0)

if [[ $hostonly_cmdline == "yes" ]]; then
local _lvmconf
_lvmconf=$(cmdline)
Expand Down