summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2005-10-26 09:24:38 +0200
committermaximilian attems <maks@debian.org>2005-10-26 09:24:38 +0200
commit4e0954f5e95073cc881a138d3f649b9b0fcfb449 (patch)
tree16b414991750c72d337701e7a58cd4aeecc48f1f /hooks
parent429cd75b35cf6c08aff80aec2aee9fab40eb42a5 (diff)
downloadinitramfs-tools-4e0954f5e95073cc881a138d3f649b9b0fcfb449.tar.gz
initramfs-tools-4e0954f5e95073cc881a138d3f649b9b0fcfb449.zip
cleanup some useless FIXME's.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/lvm1
-rwxr-xr-xhooks/md1
2 files changed, 0 insertions, 2 deletions
diff --git a/hooks/lvm b/hooks/lvm
index 7410b26..fa4f8af 100755
--- a/hooks/lvm
+++ b/hooks/lvm
@@ -14,7 +14,6 @@ prereqs)
;;
esac
-# FIXME: check /sys/block/dm-0/dev
if [ ! -x /sbin/vgchange ]; then
exit 0
fi
diff --git a/hooks/md b/hooks/md
index be8a55a..c06b46b 100755
--- a/hooks/md
+++ b/hooks/md
@@ -14,7 +14,6 @@ prereqs)
;;
esac
-# FIXME: check /proc/mdstat
if [ ! -x /sbin/mdadm ]; then
exit 0
fi