Revision cd5084d5
Added by Renato Botelho over 10 years ago
etc/rc | ||
---|---|---|
54 | 54 |
# Mount memory file system if it exists |
55 | 55 |
echo "Mounting filesystems..." |
56 | 56 |
|
57 |
kldstat -qm zfs |
|
58 | 57 |
# Handle ZFS read-only case |
59 | 58 |
if [ "$PLATFORM" = "pfSense" ]; then |
60 | 59 |
kldstat -qm zfs |
Also available in: Unified diff
Remove redundant/unused call to kldstat