On Wed, Jul 30, 2014 at 5:47 PM, Jim Thompson <[email protected]> wrote:
> no pfSense we produce has an installer that will make a zfs filesystem.
The default /etc/rc incudes this tidbit:
# Handle ZFS read-only case
if [ "$PLATFORM" = "pfSense" ]; then
if [ -f /usr/bin/grep ]; then
ZFSROOT=`/sbin/zfs mount | /usr/bin/grep ' /$' |
/usr/bin/cut -d ' ' -f 1`
if [ "$ZFSROOT" != "" ]; then
/sbin/zfs set readonly=off $ZFSROOT
fi
fi
fi
which causes the zfs.ko and opensolaris.ko modules to be loaded into
the kernel. Perhaps it should be removed until pfSense actually uses
ZFS for something?
_______________________________________________
List mailing list
[email protected]
https://lists.pfsense.org/mailman/listinfo/list