From 1e32811ea670387186b995cf0358e26d48bcc344 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Mon, 20 Sep 2021 04:47:25 -0400 Subject: [PATCH] Update bootstrap.sh --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 5e36d80f..b6a73b73 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