]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
lvm/lvm_scan.sh: remove references to lvm-cleanup
authorHarald Hoyer <harald@redhat.com>
Tue, 17 May 2011 10:29:47 +0000 (12:29 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 17 May 2011 10:29:47 +0000 (12:29 +0200)
lvm-cleanup was removed long time ago

modules.d/90lvm/lvm_scan.sh

index 4f74616e294f155317a9e5b0b21a07937f8ea6d7..96ec4f80dfe3596fdbefc48cf97d3f8969eb3671 100755 (executable)
@@ -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