The initramfs-tools code from the hooks/fsck:
```
for type in $fsck_types; do
if prog="$(command -v "fsck.${type}")"; then
copy_exec "$prog"
else
echo "W: /sbin/fsck.${type} doesn't exist, can't install to initramfs"
>&2
fi
done
```
So we could just avoid printing this warning for nfts.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838091
Title:
should not try to fsck ntfs volumes on boot
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/838091/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs