note that this will break code like:
(for i in /lib/partman/fstab.d/*; do
[ -x "$i" ] || continue
$i
done) |
while read fs mp type options dump pass; do
the fs won't be valid anymore.
--
Martin Michlmayr
tbm@cyrius.com