/usr/share/tcos/hooks-addons/06funionfs is in initramfs-tools-tcos 0.89.93ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | # hook-addon for funionfs
#
# not support / unionfs at this moment, disabled by default
#
#if [ -e /usr/bin/funionfs ]; then
#
# cpifexists /usr/bin/funionfs /usr/bin/
# manual_add_modules fuse
# echo "fuse" >> $DESTDIR/etc/modules
#
#fi
|