lvm/lvm_scan.sh: remove references to lvm-cleanup
lvm-cleanup was removed long time agomaster
parent
7573ac58f2
commit
23b28c0ab5
|
|
@ -120,7 +120,5 @@ fi
|
|||
|
||||
if [ "$lvmwritten" ]; then
|
||||
rm -f /etc/lvm/lvm.conf
|
||||
ln -s $(command -v lvm-cleanup) $hookdir/pre-pivot/30-lvm-cleanup.sh 2>/dev/null
|
||||
ln -s $(command -v lvm-cleanup) $hookdir/pre-pivot/31-lvm-cleanup.sh 2>/dev/null
|
||||
fi
|
||||
unset lvmwritten
|
||||
|
|
|
|||
Loading…
Reference in New Issue