lvm/lvm_scan.sh: remove references to lvm-cleanup

lvm-cleanup was removed long time ago
master
Harald Hoyer 2011-05-17 12:29:47 +02:00
parent 7573ac58f2
commit 23b28c0ab5
1 changed files with 0 additions and 2 deletions

View File

@ -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