lvm: remove lvm-cleanup

This commit is contained in:
Harald Hoyer 2010-01-14 17:04:06 +01:00
parent b7b6c6e1c6
commit 80deff7c4b
2 changed files with 0 additions and 4 deletions

View File

@ -16,4 +16,3 @@ inst_rules 10-dm.rules 13-dm-disk.rules 95-dm-notify.rules 11-dm-lvm.rules
inst "$moddir/lvm_scan.sh" /sbin/lvm_scan
inst_hook cmdline 30 "$moddir/parse-lvm.sh"
inst "$moddir/lvm-cleanup.sh" /sbin/lvm-cleanup

View File

@ -1,3 +0,0 @@
#!/bin/sh
# stop everything which is not busy
lvm vgchange -a n >/dev/null 2>&1