diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 5e36d80..b6a73b7 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -309,7 +309,7 @@ debootstrap_release() { #check and install OS dependencies @hackacad #ToDo: add function 'linux_pre' for sysrc etc. - required_mods="linprocfs linsysfs tmpfs" + required_mods="fdescfs linprocfs linsysfs tmpfs" linuxarc_mods="linux linux64" for _req_kmod in ${required_mods}; do if [ ! "$(sysrc -f /boot/loader.conf -qn ${_req_kmod}_load)" = "YES" ]; then