diff options
author | maximilian attems <maks@debian.org> | 2005-10-26 09:24:38 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-10-26 09:24:38 +0200 |
commit | 4e0954f5e95073cc881a138d3f649b9b0fcfb449 (patch) | |
tree | 16b414991750c72d337701e7a58cd4aeecc48f1f /hooks | |
parent | 429cd75b35cf6c08aff80aec2aee9fab40eb42a5 (diff) | |
download | initramfs-tools-4e0954f5e95073cc881a138d3f649b9b0fcfb449.tar.gz initramfs-tools-4e0954f5e95073cc881a138d3f649b9b0fcfb449.zip |
cleanup some useless FIXME's.
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/lvm | 1 | ||||
-rwxr-xr-x | hooks/md | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -14,7 +14,6 @@ prereqs) ;; esac -# FIXME: check /sys/block/dm-0/dev if [ ! -x /sbin/vgchange ]; then exit 0 fi @@ -14,7 +14,6 @@ prereqs) ;; esac -# FIXME: check /proc/mdstat if [ ! -x /sbin/mdadm ]; then exit 0 fi |