mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make sure filemon is loaded since we are going to use meta_mode
This commit is contained in:
parent
8e9167a574
commit
a81faa8570
@ -48,6 +48,8 @@ if [ -z "${IMAGES_FINAL_DIR}" -o "${IMAGES_FINAL_DIR}" = "/" ]; then
|
||||
print_error_pfS
|
||||
fi
|
||||
|
||||
kldload filemon >/dev/null 2>&1
|
||||
|
||||
lc() {
|
||||
echo "${1}" | tr '[[:upper:]]' '[[:lower:]]'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user